diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:21:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:21:22 +0000 |
commit | 76519038be5cd00e390fe8cdae1c5f8133c1ffb2 (patch) | |
tree | debea50c8763750444e148f15c19dc7831037217 | |
parent | 56217e2cdcac89e908c7352ee1e0dd443aba77a8 (diff) |
automatic import of python-aliyun-python-sdk-cccopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aliyun-python-sdk-ccc.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /aliyun-python-sdk-ccc-2.10.2.tar.gz +/aliyun-python-sdk-ccc-2.10.3.tar.gz diff --git a/python-aliyun-python-sdk-ccc.spec b/python-aliyun-python-sdk-ccc.spec index bc662f3..c2ee001 100644 --- a/python-aliyun-python-sdk-ccc.spec +++ b/python-aliyun-python-sdk-ccc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aliyun-python-sdk-ccc -Version: 2.10.2 +Version: 2.10.3 Release: 1 Summary: The ccc module of Aliyun Python sdk. License: Apache URL: http://develop.aliyun.com/sdk/python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/fa/e49908832d55ecc879489c3a053bf299b84548cba2b4f0c39177937f972f/aliyun-python-sdk-ccc-2.10.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/17/d7/48b03bab0efe1ecdeca688f00aa8d2ca7fcf90d3b96328a3222c0397fe34/aliyun-python-sdk-ccc-2.10.3.tar.gz BuildArch: noarch Requires: python3-aliyun-python-sdk-core @@ -29,7 +29,7 @@ Provides: python3-aliyun-python-sdk-ccc-doc %prep -%autosetup -n aliyun-python-sdk-ccc-2.10.2 +%autosetup -n aliyun-python-sdk-ccc-2.10.3 %build %py3_build @@ -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 -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.3-1 - Package Spec generated @@ -1 +1 @@ -01e2ebc8b11cc6e3aef78067d3f1428f aliyun-python-sdk-ccc-2.10.2.tar.gz +c4982801dba1554b1fa64644dd257c54 aliyun-python-sdk-ccc-2.10.3.tar.gz |