diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:59:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:59:43 +0000 |
commit | 805aefcef8cecb1b14e416f3e1ac948d34f54500 (patch) | |
tree | eb46c2cc5d18f9143a2d6d36278f1b0f094387a1 | |
parent | ad6b5e18f627077ef7d525dbeab6d746e4867b57 (diff) |
automatic import of python-rapidpyopeneuler20.03
-rw-r--r-- | python-rapidpy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rapidpy.spec b/python-rapidpy.spec index 1dd91f9..5058745 100644 --- a/python-rapidpy.spec +++ b/python-rapidpy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python interface for RAPID (rapid-hub.org) License: BSD 3-Clause URL: https://github.com/erdc-cm/RAPIDpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5f/41/169fb86f10edb1e1ec49cb7c1f967a8877fea62a04e1e13273acdf7be0e3/RAPIDpy-2.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5f/41/169fb86f10edb1e1ec49cb7c1f967a8877fea62a04e1e13273acdf7be0e3/RAPIDpy-2.6.0.tar.gz BuildArch: noarch @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1 - Package Spec generated |