summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:00:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:00:34 +0000
commit2836f18b22ef7e6db4a4aa49481c3f3d21fdaa8e (patch)
treed51cc63cb7a35b954ed55c424b0cfdd72a098bbd
parent375b57293e24af18d482ceedb171ea18de7f24b2 (diff)
automatic import of python-onlyfans-scraperopeneuler20.03
-rw-r--r--python-onlyfans-scraper.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-onlyfans-scraper.spec b/python-onlyfans-scraper.spec
index 9bb6832..3fe9c93 100644
--- a/python-onlyfans-scraper.spec
+++ b/python-onlyfans-scraper.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A command-line program to download media, like posts, and more from creators on OnlyFans.
License: GNU General Public License v3 or later (GPLv3+)
URL: https://github.com/taux1c/onlyfans-scraper
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/4b/4e8fc351a296015ed74d0fa327a24f0585a7d646cf0d8e50b299d0679578/onlyfans-scraper-2.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/4b/4e8fc351a296015ed74d0fa327a24f0585a7d646cf0d8e50b299d0679578/onlyfans-scraper-2.0.1.tar.gz
BuildArch: noarch
Requires: python3-httpx[http2]
@@ -593,20 +593,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 .
@@ -619,5 +619,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1
- Package Spec generated