diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:55:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:55:33 +0000 |
commit | ef4c947a6d4c1700784d2b02a3fcb08508303699 (patch) | |
tree | 25f6440d775d8ec2ba48c51c463379d8c3b60975 | |
parent | dd5d5773d8cd61af707e19c7eaa21c6e43b694f1 (diff) |
automatic import of python-rcloneopeneuler20.03
-rw-r--r-- | python-rclone.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rclone.spec b/python-rclone.spec index 1f76a2c..4921416 100644 --- a/python-rclone.spec +++ b/python-rclone.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python wrapper for rclone License: MIT URL: https://pypi.org/project/rclone/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/3f/c061c7e40aa6ab1b5b70238433d157359adf1c761fff8548e183f5e8ac19/rclone-0.4.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b7/3f/c061c7e40aa6ab1b5b70238433d157359adf1c761fff8548e183f5e8ac19/rclone-0.4.4.tar.gz BuildArch: noarch Requires: python3-loguru @@ -305,20 +305,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 . @@ -331,5 +331,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.4-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.4-1 - Package Spec generated |