summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:39:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:39:07 +0000
commit4e033f6bcd3bf871f2bdf94f8c4411526a4386aa (patch)
tree9e0132b920c02f8387b0d9de2ed745d8139672bc
parent1ae7b77bbeb7a4b9c4fa83f79777dfc0cb1f0373 (diff)
automatic import of python-aliyun-python-sdk-edasopeneuler20.03
-rw-r--r--python-aliyun-python-sdk-edas.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-aliyun-python-sdk-edas.spec b/python-aliyun-python-sdk-edas.spec
index abaff49..9a5e5af 100644
--- a/python-aliyun-python-sdk-edas.spec
+++ b/python-aliyun-python-sdk-edas.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: The edas module of Aliyun Python sdk.
License: Apache
URL: http://develop.aliyun.com/sdk/python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/65/53e93ac69d21164c8baa55be59e16c58bb9d588b0427c4d0bd20a41392ef/aliyun-python-sdk-edas-3.26.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/46/65/53e93ac69d21164c8baa55be59e16c58bb9d588b0427c4d0bd20a41392ef/aliyun-python-sdk-edas-3.26.8.tar.gz
BuildArch: noarch
Requires: python3-aliyun-python-sdk-core
@@ -43,20 +43,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 .
@@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.26.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.26.8-1
- Package Spec generated