summaryrefslogtreecommitdiff
path: root/python-jj.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:02:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:02:53 +0000
commit2f3d253b84104ac8b4268833700df2718acfd28b (patch)
tree3f2af4cc11e6101614d55f760b836451ec527030 /python-jj.spec
parent1e3c8395d65475aa5ecda6293f7b19999dc09b8d (diff)
automatic import of python-jjopeneuler20.03
Diffstat (limited to 'python-jj.spec')
-rw-r--r--python-jj.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 2.7.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.3-1
- Package Spec generated