From 949cdf731629587b35e05fa94ea944bd484062b3 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 06:35:44 +0000 Subject: automatic import of python-aiohttp-s3-client --- python-aiohttp-s3-client.spec | 16 ++++++++-------- 1 file 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 - 0.8.2-1 +* Fri Jun 09 2023 Python_Bot - 0.8.2-1 - Package Spec generated -- cgit v1.2.3