From d7cd7af840c8931ddd675367cba671fb3bfac2e5 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 06:17:20 +0000 Subject: automatic import of python-arouteserver --- .gitignore | 1 + python-arouteserver.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 679b6fc..6760c31 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /arouteserver-1.21.0.tar.gz +/arouteserver-1.21.1.tar.gz 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 - 1.21.0-1 +* Thu Jun 08 2023 Python_Bot - 1.21.1-1 - Package Spec generated diff --git a/sources b/sources index 41c813b..e7babfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cbe8031edf025db8cdc09ff05533620 arouteserver-1.21.0.tar.gz +1bc7adb4f005c556eecd230313d4ef3a arouteserver-1.21.1.tar.gz -- cgit v1.2.3