From dec2c08cb7ec41c46e9f9246c2016df7048b45aa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 16:47:42 +0000 Subject: automatic import of python-svtplay-dl --- .gitignore | 1 + python-svtplay-dl.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index b9e124f..91d8e2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /svtplay-dl-4.20.tar.gz +/svtplay-dl-4.22.tar.gz diff --git a/python-svtplay-dl.spec b/python-svtplay-dl.spec index 9ddf4d1..de2efa1 100644 --- a/python-svtplay-dl.spec +++ b/python-svtplay-dl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-svtplay-dl -Version: 4.20 +Version: 4.22 Release: 1 Summary: Command-line program to download videos from various video on demand sites License: MIT URL: https://svtplay-dl.se -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/8a/343ac9dcbccc45e6ea4acfb082ccc86654ba658513fbde8d812eb3672cb5/svtplay-dl-4.20.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/c0/da6cecbf6c7d3cbd57b94d6bc9c473093aa0e7049d24fdfb685532201ab9/svtplay-dl-4.22.tar.gz BuildArch: noarch @@ -481,7 +481,7 @@ Homepage: [svtplay-dl.se](https://svtplay-dl.se/) %prep -%autosetup -n svtplay-dl-4.20 +%autosetup -n svtplay-dl-4.22 %build %py3_build @@ -495,20 +495,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 . @@ -521,5 +521,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 4.20-1 +* Thu Jun 08 2023 Python_Bot - 4.22-1 - Package Spec generated diff --git a/sources b/sources index c4dd08c..64067ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c01e3f1369871cb384241a1a7fe79248 svtplay-dl-4.20.tar.gz +9c78f66b73323c319efca5aa4d18bf12 svtplay-dl-4.22.tar.gz -- cgit v1.2.3