summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:21:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:21:30 +0000
commit387b589da3d27ff4471a92e7bd3d68198fb48db3 (patch)
treedd28b9ba4a0a91bd5b27414096234c1628419697
parentbebb6d599dec31aaf0cf20e36d754b28e0166c77 (diff)
automatic import of python-python3-anticaptchaopeneuler20.03
-rw-r--r--python-python3-anticaptcha.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-python3-anticaptcha.spec b/python-python3-anticaptcha.spec
index cdf8a0a..9c65730 100644
--- a/python-python3-anticaptcha.spec
+++ b/python-python3-anticaptcha.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python 3 Anti-Captcha service library with AIO module.
License: MIT
URL: https://github.com/AndreiDrang/python3-anticaptcha
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0d/6e/bfd74ad8a118cac5b0138cf1001a944434d53d801bc33f9a05b8199e52bc/python3-anticaptcha-1.7.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0d/6e/bfd74ad8a118cac5b0138cf1001a944434d53d801bc33f9a05b8199e52bc/python3-anticaptcha-1.7.1.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -747,20 +747,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 .
@@ -773,5 +773,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
- Package Spec generated