diff options
Diffstat (limited to 'python-perseus-restful-api-framework.spec')
-rw-r--r-- | python-perseus-restful-api-framework.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-perseus-restful-api-framework.spec b/python-perseus-restful-api-framework.spec index 96ead3d..27fd94d 100644 --- a/python-perseus-restful-api-framework.spec +++ b/python-perseus-restful-api-framework.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-perseus-restful-api-framework -Version: 1.26.8 +Version: 1.26.13 Release: 1 Summary: Python server framework for quickly building RESTful APIs with minimal effort License: Proprietary URL: https://github.com/majormode/perseus-restful-api-server-framework -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/72/6a2628fda2ee20de41514a51916001d12eb60a0d744948a158e0b495038d/perseus_restful_api_framework-1.26.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cd/ff/d1aeb33e718518f37f8eef54ab49677dbeedadb9f7c1baf8f5b3b573fc9b/perseus_restful_api_framework-1.26.13.tar.gz BuildArch: noarch Requires: python3-psutil @@ -426,7 +426,7 @@ Hashtags/Topics: `#perseus` `#restful` `#api` `#server` `#framework` `#python` %prep -%autosetup -n perseus-restful-api-framework-1.26.8 +%autosetup -n perseus_restful_api_framework-1.26.13 %build %py3_build @@ -440,20 +440,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 . @@ -466,5 +466,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.8-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.13-1 - Package Spec generated |