summaryrefslogtreecommitdiff
path: root/python-pyboto3.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:23:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:23:54 +0000
commit06f11cad3297b6c4a15d244067cdfcc9f3a72297 (patch)
tree471795e0a25f01424b75d8b34715209b7e1f9b41 /python-pyboto3.spec
parent6b06b3ef074520fa41a832187f5cb6e8f9ef4a1d (diff)
automatic import of python-pyboto3openeuler20.03
Diffstat (limited to 'python-pyboto3.spec')
-rw-r--r--python-pyboto3.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyboto3.spec b/python-pyboto3.spec
index f19c05c..dbaaed7 100644
--- a/python-pyboto3.spec
+++ b/python-pyboto3.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Pythonic Interface for AWS boto3 that gives you autocomplete on every service
License: MIT License
URL: https://github.com/wavycloud/pyboto3
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/8c/35beb724d373a52d94b59fc80edd05a9d40f59f9335b6ce6a5df07e0d779/pyboto3-1.13.18.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/85/8c/35beb724d373a52d94b59fc80edd05a9d40f59f9335b6ce6a5df07e0d779/pyboto3-1.13.18.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.13.18-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.13.18-1
- Package Spec generated