diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:50:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:50:38 +0000 |
commit | c4ba1e74aeaab10a283bb70c82d38cb8c8ac83b1 (patch) | |
tree | a0570bbed2049ddc530126f1a0d32f8ca46fae8d /python-aio-aws.spec | |
parent | 67189c8f191dd5d0b0ef28dc49a123d9155abf5a (diff) |
automatic import of python-aio-awsopeneuler20.03
Diffstat (limited to 'python-aio-aws.spec')
-rw-r--r-- | python-aio-aws.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aio-aws.spec b/python-aio-aws.spec index 7036eaf..3310e89 100644 --- a/python-aio-aws.spec +++ b/python-aio-aws.spec @@ -5,7 +5,7 @@ Release: 1 Summary: aio-aws License: Apache-2.0 URL: https://github.com/dazza-codes/aio-aws -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/9b/035e138d5f281c329f59c831458c5aa1d9eec8336960306a222b5d6b7f23/aio_aws-0.20.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9c/9b/035e138d5f281c329f59c831458c5aa1d9eec8336960306a222b5d6b7f23/aio_aws-0.20.0.tar.gz BuildArch: noarch Requires: python3-aiobotocore[boto3] @@ -387,7 +387,7 @@ the Apache 2 license, including but not limited to: %prep -%autosetup -n aio-aws-0.20.0 +%autosetup -n aio_aws-0.20.0 %build %py3_build @@ -401,20 +401,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 . @@ -427,5 +427,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1 - Package Spec generated |