summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:45:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:45:48 +0000
commit7a467e58b32e64a5eb7cc3671ad5f03d6c020c03 (patch)
tree7eee8ef96aa6ffc5b06d2e5ac8778dea148a987c
parent39163f107db691b207d8fa50d570e8043adf9f71 (diff)
automatic import of python-citibox-gcloud-loggeropeneuler20.03
-rw-r--r--python-citibox-gcloud-logger.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-citibox-gcloud-logger.spec b/python-citibox-gcloud-logger.spec
index a6c84ce..358f3e5 100644
--- a/python-citibox-gcloud-logger.spec
+++ b/python-citibox-gcloud-logger.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Citibox Google cloud logging tools
License: MIT License
URL: https://citibox.com
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/31/94/6009251bcd6aab7e3de1937db3fcf6d4f2b525475141f82f0b1d4b9658f8/citibox-gcloud-logger-0.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/31/94/6009251bcd6aab7e3de1937db3fcf6d4f2b525475141f82f0b1d4b9658f8/citibox-gcloud-logger-0.5.1.tar.gz
BuildArch: noarch
@@ -315,20 +315,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 .
@@ -341,5 +341,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
- Package Spec generated