summaryrefslogtreecommitdiff
path: root/python-jaaql-middleware-python.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:18:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:18:25 +0000
commit5c9a9bb82e33ea4a5f03b8f0116f54bcc03f6c3f (patch)
treeaf203eab125e5daf459e41d925768bbdbe2467ea /python-jaaql-middleware-python.spec
parenta484e108c54ee19ecced755e986b7e537a6318a7 (diff)
automatic import of python-jaaql-middleware-pythonopeneuler20.03
Diffstat (limited to 'python-jaaql-middleware-python.spec')
-rw-r--r--python-jaaql-middleware-python.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-jaaql-middleware-python.spec b/python-jaaql-middleware-python.spec
index 8b33521..58cc119 100644
--- a/python-jaaql-middleware-python.spec
+++ b/python-jaaql-middleware-python.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jaaql-middleware-python
-Version: 4.10.3
+Version: 4.11.2
Release: 1
Summary: The jaaql package, allowing for rapid development and deployment of RESTful HTTP applications
License: Mozilla Public License Version 2.0 with Commons Clause
URL: https://github.com/JAAQL/JAAQL-middleware-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/6f/378de720cf6f45d3925e2e094c3ab3f3cd32a0f058c662862b648cc673e8/jaaql-middleware-python-4.10.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3c/13/e43031c2fdbfdb009c87d145031323cd358b91d9ef7540c734cc125e751a/jaaql-middleware-python-4.11.2.tar.gz
BuildArch: noarch
Requires: python3-psycopg[binary]
@@ -75,7 +75,7 @@ When locally developing it is recommended to use the associated postgres local i
%prep
-%autosetup -n jaaql-middleware-python-4.10.3
+%autosetup -n jaaql-middleware-python-4.11.2
%build
%py3_build
@@ -89,20 +89,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 .
@@ -115,5 +115,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.10.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.11.2-1
- Package Spec generated