diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:01:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:01:58 +0000 |
commit | 2632dc3fb6783680573f055ff0af2366fbe12afe (patch) | |
tree | 88767f37bc3f49546f72353597fee0e25f0b513d | |
parent | 55c4ccdd593b5f36933ba1dde6c90ea94644efb6 (diff) |
automatic import of python-ansqopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ansq.spec | 24 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 16 deletions
@@ -1 +1,2 @@ /ansq-0.2.0.tar.gz +/ansq-0.2.1.tar.gz diff --git a/python-ansq.spec b/python-ansq.spec index 6f497b9..8d59eb1 100644 --- a/python-ansq.spec +++ b/python-ansq.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ansq -Version: 0.2.0 +Version: 0.2.1 Release: 1 Summary: Written with native Asyncio NSQ package License: MIT URL: https://github.com/list-family/ansq -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cd/8c/7fb5c615c4303e887f33408f4b6fba4622e899dd2c7844f8f16274ef90da/ansq-0.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/ff/e53629d479a22361b474b166577d3dc5b0770cd2380a974c57228adc4fe6/ansq-0.2.1.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -127,8 +127,6 @@ pytest ``` - - %package -n python3-ansq Summary: Written with native Asyncio NSQ package Provides: python-ansq @@ -247,8 +245,6 @@ pytest ``` - - %package help Summary: Development documents and examples for ansq Provides: python3-ansq-doc @@ -364,10 +360,8 @@ pytest ``` - - %prep -%autosetup -n ansq-0.2.0 +%autosetup -n ansq-0.2.1 %build %py3_build @@ -381,20 +375,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 . @@ -407,5 +401,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 - Package Spec generated @@ -1 +1 @@ -7376cfaa205f567ae72302a1e180c740 ansq-0.2.0.tar.gz +c8537bb03db2068c339eb8d24f472f1b ansq-0.2.1.tar.gz |