diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:17:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:17:20 +0000 |
| commit | d7cd7af840c8931ddd675367cba671fb3bfac2e5 (patch) | |
| tree | 33a60f37deb0fd18ea14af32b52578f720e2b31c | |
| parent | d9e09fa461d0cf0bc75e3492fe5a71ad0826eef9 (diff) | |
automatic import of python-arouteserveropeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-arouteserver.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 <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 @@ -1 +1 @@ -5cbe8031edf025db8cdc09ff05533620 arouteserver-1.21.0.tar.gz +1bc7adb4f005c556eecd230313d4ef3a arouteserver-1.21.1.tar.gz |
