summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:44:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:44:25 +0000
commitdf7849226f6a698700234a19b98f30fa4741ed8c (patch)
tree36b883ecd66810077c5d6d13f0f450d226d71fb2
parentc427aeb538554282aca6d6cc959721d8168e7e52 (diff)
automatic import of python-https-keep-aliveopeneuler20.03
-rw-r--r--python-https-keep-alive.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-https-keep-alive.spec b/python-https-keep-alive.spec
index 3ae682a..aee63e5 100644
--- a/python-https-keep-alive.spec
+++ b/python-https-keep-alive.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A package to keep an application online with HTTPS requests.
License: MIT License
URL: https://github.com/codebankco/keep-alive
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0d/28/b2d7b0ea1cc1ecaa4fa683a66ce125f32617be0c99b3476a19ae75c0ba53/https-keep-alive-0.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0d/28/b2d7b0ea1cc1ecaa4fa683a66ce125f32617be0c99b3476a19ae75c0ba53/https-keep-alive-0.0.1.tar.gz
BuildArch: noarch
@@ -60,20 +60,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 .
@@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1
- Package Spec generated