diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:11:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:11:06 +0000 |
commit | cdd4dc8ba0d9b704f17fea78b556b4e0c4e03e3a (patch) | |
tree | 5a732ab0ddd3e91ccf31eaed6ceb49b7d3d03fbe /python-aiohttp-cache.spec | |
parent | 230414b320e4a9ac5b8ab19b0b81f9b333234a5d (diff) |
automatic import of python-aiohttp-cacheopeneuler20.03
Diffstat (limited to 'python-aiohttp-cache.spec')
-rw-r--r-- | python-aiohttp-cache.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aiohttp-cache.spec b/python-aiohttp-cache.spec index 6ddb153..8dd773c 100644 --- a/python-aiohttp-cache.spec +++ b/python-aiohttp-cache.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A cache system for aiohttp server License: BSD URL: https://github.com/cr0hn/aiohttp-cache -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/ef/9e84ebb7236e833218d20a83cc598af2844ffb2aeb8b38fe88e7b64b78d4/aiohttp_cache-4.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/47/ef/9e84ebb7236e833218d20a83cc598af2844ffb2aeb8b38fe88e7b64b78d4/aiohttp_cache-4.0.1.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -598,7 +598,7 @@ The latest developer version is available in a github repository: %prep -%autosetup -n aiohttp-cache-4.0.1 +%autosetup -n aiohttp_cache-4.0.1 %build %py3_build @@ -612,20 +612,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 . @@ -638,5 +638,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 - Package Spec generated |