diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:03:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:03:11 +0000 |
commit | 48df247b25e95b78c2babb6e2835e9f58b9f71a7 (patch) | |
tree | 8ac750f2054eed2e85da1a6c01a17a3614d50b96 | |
parent | 03da73e763348d4f6c94eccb192d1d784c27aeed (diff) |
automatic import of python-vagopeneuler20.03
-rw-r--r-- | python-vag.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-vag.spec b/python-vag.spec index 8fb1aec..b3be922 100644 --- a/python-vag.spec +++ b/python-vag.spec @@ -5,7 +5,7 @@ Release: 1 Summary: vagrant utility cli tool License: MIT URL: https://pypi.org/project/vag/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/81/f8/41e1de2975a6860ae9d856cf326840242dbe4efb850f85ed120d850bdaf1/vag-0.1.55.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/81/f8/41e1de2975a6860ae9d856cf326840242dbe4efb850f85ed120d850bdaf1/vag-0.1.55.tar.gz BuildArch: noarch Requires: python3-Click @@ -197,20 +197,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 . @@ -223,5 +223,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.55-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.55-1 - Package Spec generated |