diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tartube.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /tartube-2.4.370.tar.gz +/tartube-2.4.378.tar.gz diff --git a/python-tartube.spec b/python-tartube.spec index 5249877..0dccdef 100644 --- a/python-tartube.spec +++ b/python-tartube.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tartube -Version: 2.4.370 +Version: 2.4.378 Release: 1 Summary: GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders License: LGPLv2.1+ URL: https://tartube.sourceforge.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/89/19ff7ff2b9ed1e43ec77d93076587b2b5804e42bb4cdadc0b7ca56bbdb0f/tartube-2.4.370.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6e/48/09f3926fc1e23f191b1a46dca837978f9d084663ab1e7913aae2bed8813b/tartube-2.4.378.tar.gz BuildArch: noarch Requires: python3-feedparser @@ -129,7 +129,7 @@ Note for PyPI users: Tartube should be installed with: pip3 install tartube %prep -%autosetup -n tartube-2.4.370 +%autosetup -n tartube-2.4.378 %build %py3_build @@ -143,20 +143,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 . @@ -169,5 +169,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.370-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.378-1 - Package Spec generated @@ -1 +1 @@ -538f2fd9908cee8f79962a9ae460c08f tartube-2.4.370.tar.gz +7c32ac0d1794dfd440afa767b4bd5250 tartube-2.4.378.tar.gz |