summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:55:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:55:29 +0000
commit880e2306b2924d17e0fd7d37381eb82281b65c2b (patch)
tree687bf3f614044354d46e6c476967268f581f597d
parent47409f0a2a2ae2e1869d23ddfa12b099b6687abe (diff)
automatic import of python-aliyun-python-sdk-dtsopeneuler20.03
-rw-r--r--python-aliyun-python-sdk-dts.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-aliyun-python-sdk-dts.spec b/python-aliyun-python-sdk-dts.spec
index 5e8ae55..6f7a557 100644
--- a/python-aliyun-python-sdk-dts.spec
+++ b/python-aliyun-python-sdk-dts.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: The dts module of Aliyun Python sdk.
License: Apache
URL: http://develop.aliyun.com/sdk/python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/15/1aee781d9ee0cb66f6a1f35af6536aee1692a81992e69c44cab9339c4237/aliyun-python-sdk-dts-5.1.27.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f0/15/1aee781d9ee0cb66f6a1f35af6536aee1692a81992e69c44cab9339c4237/aliyun-python-sdk-dts-5.1.27.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> - 5.1.27-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.27-1
- Package Spec generated