summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:56:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:56:50 +0000
commit020e5d36c1287dbc475eeb15c7bbf77ad2050f72 (patch)
treef65f185832b39fcf1c3f01800af4e2fc71bd559e
parent0c1eb05b13c7a4b18dec0b72c1f510d5fa5b8e4b (diff)
automatic import of python-alohomoraopeneuler20.03
-rw-r--r--python-alohomora.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-alohomora.spec b/python-alohomora.spec
index 2863630..bf5f124 100644
--- a/python-alohomora.spec
+++ b/python-alohomora.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Get AWS API keys for a SAML-federated identity
License: (c) 2022 Viasat, Inc. See the LICENSE file for more details.
URL: https://github.com/Viasat/alohomora
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/14/ee7a6ec235dac4f60b820b66ba8de97b8a8e547f2fd1f48793b5e90209b6/alohomora-3.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7c/14/ee7a6ec235dac4f60b820b66ba8de97b8a8e547f2fd1f48793b5e90209b6/alohomora-3.0.0.tar.gz
BuildArch: noarch
Requires: python3-boto3
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.0-1
- Package Spec generated