summaryrefslogtreecommitdiff
path: root/python-wheezy-http.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:25:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:25:50 +0000
commit3805c25a9f524b228fbcdb18979550bfbb69d775 (patch)
treef126f75e8ad572074e0ad840f42c34d25c18273b /python-wheezy-http.spec
parente388569ecc29a24db2eb8ca2bd871f6f7aac6f2d (diff)
automatic import of python-wheezy-httpopeneuler20.03
Diffstat (limited to 'python-wheezy-http.spec')
-rw-r--r--python-wheezy-http.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-wheezy-http.spec b/python-wheezy-http.spec
index 40c6f28..ac7509b 100644
--- a/python-wheezy-http.spec
+++ b/python-wheezy-http.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A lightweight http request-response library
License: MIT
URL: https://github.com/akornatskyy/wheezy.http
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/ad/ad62c02951babd9054df2b429dbdef464bf8d1d49664eaf4b8f80889d321/wheezy.http-3.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f2/ad/ad62c02951babd9054df2b429dbdef464bf8d1d49664eaf4b8f80889d321/wheezy.http-3.0.1.tar.gz
BuildArch: noarch
@@ -150,20 +150,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 .
@@ -176,5 +176,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1
- Package Spec generated