diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:13:41 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:13:41 +0000 |
| commit | b51e3bd0cba6b6ecbb81d2d410787e5b493e59d0 (patch) | |
| tree | 12301a339785f0802303b4f0cd4ef64c6a6504af /python-netbox.spec | |
| parent | 24335300be5c5cb95256949c67112e049492dd6b (diff) | |
automatic import of python-netboxopeneuler20.03
Diffstat (limited to 'python-netbox.spec')
| -rw-r--r-- | python-netbox.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-netbox.spec b/python-netbox.spec index 305d61d..27558dd 100644 --- a/python-netbox.spec +++ b/python-netbox.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A python simple and flexible CLI tool used to network testing. License: MIT License URL: https://github.com/Hellboycc/netbox -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3a/c7/2daf95337a2ce5c1b4eb45c252a6f350d9fa8b2ead0c759ec84103f8c115/netbox-0.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3a/c7/2daf95337a2ce5c1b4eb45c252a6f350d9fa8b2ead0c759ec84103f8c115/netbox-0.0.2.tar.gz BuildArch: noarch Requires: python3-click @@ -464,20 +464,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 . @@ -490,5 +490,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1 - Package Spec generated |
