diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:35:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:35:44 +0000 |
commit | 949cdf731629587b35e05fa94ea944bd484062b3 (patch) | |
tree | 5c644625544f828401f4d72279217c1e9d0e0969 /python-aiohttp-s3-client.spec | |
parent | 6c51d69d81c63df960784641b44b28db3df3889c (diff) |
automatic import of python-aiohttp-s3-clientopeneuler20.03
Diffstat (limited to 'python-aiohttp-s3-client.spec')
-rw-r--r-- | python-aiohttp-s3-client.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aiohttp-s3-client.spec b/python-aiohttp-s3-client.spec index 2702002..2ebfecb 100644 --- a/python-aiohttp-s3-client.spec +++ b/python-aiohttp-s3-client.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The simple module for putting and getting object from Amazon S3 compatible endpoints License: Apache Software License URL: https://github.com/aiokitchen/aiohttp-s3-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/63/30/fe4fa3e7ba104cf304f8f5386a339214e5eb8a0b0402c050041ccfcc5686/aiohttp_s3_client-0.8.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/63/30/fe4fa3e7ba104cf304f8f5386a339214e5eb8a0b0402c050041ccfcc5686/aiohttp_s3_client-0.8.2.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -310,7 +310,7 @@ await client.get_file_parallel( ``` %prep -%autosetup -n aiohttp-s3-client-0.8.2 +%autosetup -n aiohttp_s3_client-0.8.2 %build %py3_build @@ -324,20 +324,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 . @@ -350,5 +350,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 - Package Spec generated |