diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:43:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:43:52 +0000 |
commit | 932d448576fcc23d14b20a651b9a935eb19461f5 (patch) | |
tree | e9ec3d4c9485b7b5ea88ff747fd2ddbf29cb3299 | |
parent | ccf7610428aea0cb0a605a9e6ad85dfe4bfac4fd (diff) |
automatic import of python-alibabacloud-dysmsapi20170525openeuler20.03
-rw-r--r-- | python-alibabacloud-dysmsapi20170525.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-alibabacloud-dysmsapi20170525.spec b/python-alibabacloud-dysmsapi20170525.spec index 70f7b6c..afca7fb 100644 --- a/python-alibabacloud-dysmsapi20170525.spec +++ b/python-alibabacloud-dysmsapi20170525.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Alibaba Cloud Dysmsapi (20170525) SDK Library for Python License: Apache License 2.0 URL: https://github.com/aliyun/alibabacloud-python-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/6c/a080eb3bcee06cd26701a856c867cab080eb18ec7140c179e7cef56362ee/alibabacloud_dysmsapi20170525-2.0.23.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/44/6c/a080eb3bcee06cd26701a856c867cab080eb18ec7140c179e7cef56362ee/alibabacloud_dysmsapi20170525-2.0.23.tar.gz BuildArch: noarch Requires: python3-alibabacloud-tea-util @@ -161,7 +161,7 @@ Copyright (c) 2009-present, Alibaba Cloud All rights reserved. %prep -%autosetup -n alibabacloud-dysmsapi20170525-2.0.23 +%autosetup -n alibabacloud_dysmsapi20170525-2.0.23 %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> - 2.0.23-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.23-1 - Package Spec generated |