From e12e2893acb9d058c3da879b26b84152cbc91987 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:22:34 +0000 Subject: automatic import of python-flask-rebar --- python-flask-rebar.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-flask-rebar.spec') diff --git a/python-flask-rebar.spec b/python-flask-rebar.spec index ce1cda9..32d36bb 100644 --- a/python-flask-rebar.spec +++ b/python-flask-rebar.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flask-rebar -Version: 2.3.0 +Version: 2.4.0 Release: 1 Summary: Flask-Rebar combines flask, marshmallow, and swagger for robust REST services. License: MIT URL: https://github.com/plangrid/flask-rebar -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/ff/9bc2b0e3cda625adc2f5739afd541e2deb0d92aed31d38e8e840cd9ff409/flask-rebar-2.3.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/07/92/003ed31677b227d27ef6c48771b634307791d1188aa985ab98882c9f68be/flask-rebar-2.4.0.tar.gz BuildArch: noarch Requires: python3-Flask @@ -47,7 +47,7 @@ Provides: python3-flask-rebar-doc Flask-Rebar combines `flask `_, `marshmallow `_, and `swagger `_ for robust REST services. %prep -%autosetup -n flask-rebar-2.3.0 +%autosetup -n flask-rebar-2.4.0 %build %py3_build @@ -61,20 +61,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 . @@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 2.3.0-1 +* Thu Jun 08 2023 Python_Bot - 2.4.0-1 - Package Spec generated -- cgit v1.2.3