diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:15:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:15:31 +0000 |
commit | 1ef11c30fc8966fbd8ff86cf20c25751ece76b8f (patch) | |
tree | 98f8e58acef9684d7056c7cbcfa31046c953fcc0 | |
parent | 27a902170181fa8349901f3ea0e7ee99492dfdd2 (diff) |
automatic import of python-alibabacloud-tdsr20200101-py2openeuler20.03
-rw-r--r-- | python-alibabacloud-tdsr20200101-py2.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-alibabacloud-tdsr20200101-py2.spec b/python-alibabacloud-tdsr20200101-py2.spec index 5c0e171..04de180 100644 --- a/python-alibabacloud-tdsr20200101-py2.spec +++ b/python-alibabacloud-tdsr20200101-py2.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Alibaba Cloud 3D space reconstruction (20200101) SDK Library for Python2 License: Apache License 2.0 URL: https://github.com/aliyun/alibabacloud-python2-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/2e/e9f2ccca4f371d2b5504308cfc65d434f79dd0bc31ae2d4c403cad32b289/alibabacloud_tdsr20200101_py2-3.1.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9e/2e/e9f2ccca4f371d2b5504308cfc65d434f79dd0bc31ae2d4c403cad32b289/alibabacloud_tdsr20200101_py2-3.1.7.tar.gz BuildArch: noarch Requires: python3-alibabacloud-tea-util-py2 @@ -161,7 +161,7 @@ Copyright (c) 2009-present, Alibaba Cloud All rights reserved. %prep -%autosetup -n alibabacloud-tdsr20200101-py2-3.1.7 +%autosetup -n alibabacloud_tdsr20200101_py2-3.1.7 %build %py3_build @@ -175,20 +175,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 . @@ -201,5 +201,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 - Package Spec generated |