summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:29:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:29:28 +0000
commitf46f04e409aa6a9e801f6ff3d472d047e2e78194 (patch)
tree7e7df519a441ddc8df2a6ce68250c764e17cec17
parentf585fd3da7099a1f618654a1aa7312ca69626535 (diff)
automatic import of python-youtube-downloadopeneuler20.03
-rw-r--r--python-youtube-download.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-youtube-download.spec b/python-youtube-download.spec
index ed05e98..7c31e2a 100644
--- a/python-youtube-download.spec
+++ b/python-youtube-download.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Api to download Youtube videos as mp3 files
License: WTFPL
URL: https://dadard.fr:8010/dadard/YtApi.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c2/23/a8ac5b140d698c748a8f294e9aece2c01dcc7a01cca792b97e9ece503361/Youtube_Download-0.61.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c2/23/a8ac5b140d698c748a8f294e9aece2c01dcc7a01cca792b97e9ece503361/Youtube_Download-0.61.tar.gz
BuildArch: noarch
@@ -37,7 +37,7 @@ You can also add to your list all the content of a Youtube playlist, which makes
This extraction part will be used later to train a Machine Learning model, to recognize music type from a file.
%prep
-%autosetup -n Youtube-Download-0.61
+%autosetup -n Youtube_Download-0.61
%build
%py3_build
@@ -51,20 +51,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.61-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.61-1
- Package Spec generated