summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:00:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:00:20 +0000
commit2fa5400d5ab3c3679052a43f0fb5349623d78a2c (patch)
treea04ec3ff14293494ffc40263c3650b3c59de5153
parent2ccf352b51a0486faff6084fae5e94964743c75b (diff)
automatic import of python-wikiapiopeneuler20.03
-rw-r--r--python-wikiapi.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-wikiapi.spec b/python-wikiapi.spec
index cce13a3..9be0c80 100644
--- a/python-wikiapi.spec
+++ b/python-wikiapi.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A basic python library enabling access to Wikipedia.org's search results and article content.
License: Creative Commons Attribution-Noncommercial-Share Alike license
URL: https://pypi.org/project/wikiapi/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/7d/40f21dcd8786ffd4969e38732f848926991dac641cdd664e09be6b9b30cb/wikiapi-2.0.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/86/7d/40f21dcd8786ffd4969e38732f848926991dac641cdd664e09be6b9b30cb/wikiapi-2.0.8.tar.gz
BuildArch: noarch
Requires: python3-wheel
@@ -55,20 +55,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 .
@@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.8-1
- Package Spec generated