diff options
Diffstat (limited to 'python-arouteserver.spec')
| -rw-r--r-- | python-arouteserver.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-arouteserver.spec b/python-arouteserver.spec index a46ec48..e3eeac5 100644 --- a/python-arouteserver.spec +++ b/python-arouteserver.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-arouteserver -Version: 1.21.0 +Version: 1.21.1 Release: 1 Summary: A Python tool to automatically build (and test) configurations for BGP route servers. License: GPLv3 URL: https://github.com/pierky/arouteserver -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/ce/d87ea967d0651fe311a0512d586d2392764c98c34be1bbabb2c99132dd6c/arouteserver-1.21.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/60/bb/02504ea2d883bf7c86ee977935fa573854c63ef5beb9d05d2eebd8cadcbc/arouteserver-1.21.1.tar.gz BuildArch: noarch @@ -31,7 +31,7 @@ Provides: python3-arouteserver-doc A Python tool to automatically build (and test) feature-rich configurations for BGP route servers. %prep -%autosetup -n arouteserver-1.21.0 +%autosetup -n arouteserver-1.21.1 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.21.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.21.1-1 - Package Spec generated |
