diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:17:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:17:16 +0000 |
commit | 0aa696c6ec8d7f608033fee2c6ced6d9113a2de6 (patch) | |
tree | 33eed41c0dbd51106811c9d4f4baae8f0f7dfcb8 | |
parent | a11c008654e6a73f57b4e173749770059c6205e8 (diff) |
automatic import of python-fallballopeneuler20.03
-rw-r--r-- | python-fallball.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-fallball.spec b/python-fallball.spec index 7920b31..c99b688 100644 --- a/python-fallball.spec +++ b/python-fallball.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Fallball file sharing service available by REST api. License: Apache License URL: https://fallball.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/24/73/4353d89c43804aba89c4e6fe6793c74beae3b817e1efb4292ff22e2d6257/fallball-1.12.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/24/73/4353d89c43804aba89c4e6fe6793c74beae3b817e1efb4292ff22e2d6257/fallball-1.12.0.tar.gz BuildArch: noarch @@ -165,20 +165,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 . @@ -191,5 +191,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.0-1 - Package Spec generated |