summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:15:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:15:58 +0000
commit708c1a1cb3f747fdbadde85791f9c623e5ee8bdc (patch)
treea1bbacb63303ec9097333b2b8a314919cf80019e
parentceb7e38a96860afe4bbc2b491e4052d0c5b784b5 (diff)
automatic import of python-ip2proxyopeneuler20.03
-rw-r--r--python-ip2proxy.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ip2proxy.spec b/python-ip2proxy.spec
index c6c3e20..b1c4db2 100644
--- a/python-ip2proxy.spec
+++ b/python-ip2proxy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python API for IP2Proxy database. It can be used to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.
License: MIT License
URL: https://github.com/ip2location/ip2proxy-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/08/dd0a6180c9fb60a740d3694c54d231d8ff727dc31a826f72a4fdcb539b25/IP2Proxy-3.4.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/12/08/dd0a6180c9fb60a740d3694c54d231d8ff727dc31a826f72a4fdcb539b25/IP2Proxy-3.4.0.tar.gz
BuildArch: noarch
@@ -537,20 +537,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 .
@@ -563,5 +563,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.0-1
- Package Spec generated