From 2f3d253b84104ac8b4268833700df2718acfd28b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 08:02:53 +0000 Subject: automatic import of python-jj --- .gitignore | 1 + python-jj.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 78791c7..df76c4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jj-2.7.2.tar.gz +/jj-2.7.3.tar.gz diff --git a/python-jj.spec b/python-jj.spec index 8e7d6ca..398bd3e 100644 --- a/python-jj.spec +++ b/python-jj.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jj -Version: 2.7.2 +Version: 2.7.3 Release: 1 Summary: Remote HTTP Mock License: Apache-2.0 URL: https://github.com/tsv1/jj -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/88/52f149c2574ede7044e9d5f21021f9a522dd9d82986f467a066c79920950/jj-2.7.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/13/93/4a6d2a6a5748d40910361878be9c16d88b2cd472eb80bcc8bf6bfbc68c81/jj-2.7.3.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -297,7 +297,7 @@ async def handler(request): return jj.Response(body="200 OK") %prep -%autosetup -n jj-2.7.2 +%autosetup -n jj-2.7.3 %build %py3_build @@ -311,20 +311,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 . @@ -337,5 +337,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot - 2.7.2-1 +* Fri Jun 09 2023 Python_Bot - 2.7.3-1 - Package Spec generated diff --git a/sources b/sources index f24a535..7c4cbd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c61b3dd9ab165c89c4e3f2d97f77d74a jj-2.7.2.tar.gz +f17794430d9a0f3bb651d1a412c23b02 jj-2.7.3.tar.gz -- cgit v1.2.3