diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:20:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:20:25 +0000 |
commit | 882e331881f7eb3fa1ca1d35daf1e61850daa93f (patch) | |
tree | d4c1f84868ca1855fcbf93fb0aae7a97dbca9763 | |
parent | 83cd2de65b5dd15f04777ab0153f5bcfb243dd20 (diff) |
automatic import of python-refreshbooksopeneuler20.03
-rw-r--r-- | python-refreshbooks.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-refreshbooks.spec b/python-refreshbooks.spec index 95025eb..9fdbaa1 100644 --- a/python-refreshbooks.spec +++ b/python-refreshbooks.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A client library for the FreshBooks API License: UNKNOWN URL: http://github.com/freshbooks/refreshbooks -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/2d/bf57186bc4e0e6fc99c7744516e03b2864b546484f0d4b067a0d8e7d064a/refreshbooks-2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ea/2d/bf57186bc4e0e6fc99c7744516e03b2864b546484f0d4b067a0d8e7d064a/refreshbooks-2.0.tar.gz BuildArch: noarch @@ -327,20 +327,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 . @@ -353,5 +353,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0-1 - Package Spec generated |