diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:58:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:58:48 +0000 |
commit | d06b06da7bc823047b4e34a699d57b28409f32d5 (patch) | |
tree | 539dc720267d749e700b337185dd89cd1114b133 /python-aliyun-python-sdk-dcdn.spec | |
parent | 3ed6a2a663aaeae2f25a46ebb728ce613a9e2f27 (diff) |
automatic import of python-aliyun-python-sdk-dcdnopeneuler20.03
Diffstat (limited to 'python-aliyun-python-sdk-dcdn.spec')
-rw-r--r-- | python-aliyun-python-sdk-dcdn.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-aliyun-python-sdk-dcdn.spec b/python-aliyun-python-sdk-dcdn.spec index c7209ad..2485780 100644 --- a/python-aliyun-python-sdk-dcdn.spec +++ b/python-aliyun-python-sdk-dcdn.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aliyun-python-sdk-dcdn -Version: 2.2.14 +Version: 2.2.17 Release: 1 Summary: The dcdn module of Aliyun Python sdk. License: Apache URL: http://develop.aliyun.com/sdk/python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/aa/0d6abe1c225d21d1283709a61136c10a22cb9f51582f5307517e2d36f753/aliyun-python-sdk-dcdn-2.2.14.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1f/da/52b5e910771c738e15ca34392b2cae7f8196edd0fadd402a722c504b5ae4/aliyun-python-sdk-dcdn-2.2.17.tar.gz BuildArch: noarch Requires: python3-aliyun-python-sdk-core @@ -29,7 +29,7 @@ Provides: python3-aliyun-python-sdk-dcdn-doc %prep -%autosetup -n aliyun-python-sdk-dcdn-2.2.14 +%autosetup -n aliyun-python-sdk-dcdn-2.2.17 %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 -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.14-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.17-1 - Package Spec generated |