diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:59:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:59:14 +0000 |
| commit | c6ef3a774d494b2444ba7faad9fb2691ee02f334 (patch) | |
| tree | 14d31e09bb59670237e2f302521471d0b6b1ae7e | |
| parent | 35b880e5dd8169c606ff01af10527711b11904c2 (diff) | |
automatic import of python-async-staggeropeneuler20.03
| -rw-r--r-- | python-async-stagger.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-async-stagger.spec b/python-async-stagger.spec index f89e689..8e8d238 100644 --- a/python-async-stagger.spec +++ b/python-async-stagger.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Happy eyeballs and underlying scheduling algorithm in asyncio License: MIT URL: https://github.com/twisteroidambassador/async_stagger -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/3e/1bbe65201027f05d973bf9cecf1e0141553f6ce4b8e78116c065fc59786a/async_stagger-0.3.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f0/3e/1bbe65201027f05d973bf9cecf1e0141553f6ce4b8e78116c065fc59786a/async_stagger-0.3.1.tar.gz BuildArch: noarch Requires: python3-pytest @@ -46,7 +46,7 @@ Now your connections are more dual-stack friendly and will complete faster! A replacement for ``loop.create_connection`` is also provided. %prep -%autosetup -n async-stagger-0.3.1 +%autosetup -n async_stagger-0.3.1 %build %py3_build @@ -60,20 +60,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 . @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1 - Package Spec generated |
