summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:12:59 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:12:59 +0000
commit135f32e90879e2d3d87e2353845735fd8c215bee (patch)
treedd800156565e2c65f413a9a052bd91b9927c1f48
parentf4a91f0ac188ed828a8e7666f2143f41b7576d50 (diff)
automatic import of python-arequestopeneuler20.03
-rw-r--r--python-arequest.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-arequest.spec b/python-arequest.spec
index f2c64ff..694cd74 100644
--- a/python-arequest.spec
+++ b/python-arequest.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: arequest is an async HTTP client for Python, with more customization.
License: Apache 2.0
URL: https://github.com/p7e4/arequest
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/ec/f4079af7351daf35dd8e7620c23acf3b1e773eebd9f928fea4a7a24057af/arequest-0.2.14.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b1/ec/f4079af7351daf35dd8e7620c23acf3b1e773eebd9f928fea4a7a24057af/arequest-0.2.14.tar.gz
BuildArch: noarch
Requires: python3-chardet
@@ -482,20 +482,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 .
@@ -508,5 +508,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.14-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.14-1
- Package Spec generated