diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:23:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:23:43 +0000 |
commit | f78700e2ee3ab028393a2e3a3581932e47d7a02f (patch) | |
tree | 399c7c94c4bf01c49a2a2dcf3a41201d0921562e | |
parent | 58533cde8543b5d719e9272517b4d3d101615dd2 (diff) |
automatic import of python-skilletlibopeneuler20.03
-rw-r--r-- | python-skilletlib.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-skilletlib.spec b/python-skilletlib.spec index 6f4ea55..8ac3d83 100644 --- a/python-skilletlib.spec +++ b/python-skilletlib.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Tools for working with PAN-OS Skillets in Python 3 License: Apache 2.0 URL: https://github.com/paloaltonetworks/skilletlib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/1d/b862db3bba55169edfcd8cb4ca074c79b375f72604189cd3deb134bd1417/skilletlib-1.2.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/70/1d/b862db3bba55169edfcd8cb4ca074c79b375f72604189cd3deb134bd1417/skilletlib-1.2.5.tar.gz BuildArch: noarch Requires: python3-oyaml @@ -554,20 +554,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 . @@ -580,5 +580,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.5-1 - Package Spec generated |