diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:45:29 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:45:29 +0000 |
| commit | 0a8ac778136db91ad46d2ba1785e2b2cb9432837 (patch) | |
| tree | bdb2680f7e3f8cfaf541bf95cd79199891c59503 | |
| parent | 68552c02bfc95b9545ede67ce91a9ff2539e975f (diff) | |
automatic import of python-arnicaopeneuler20.03
| -rw-r--r-- | python-arnica.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-arnica.spec b/python-arnica.spec index e20b391..26ef591 100644 --- a/python-arnica.spec +++ b/python-arnica.spec @@ -5,7 +5,7 @@ Release: 1 Summary: All Recurrent No-brainers In Cerfacs Applications License: MIT License URL: https://gitlab.com/cerfacs/arnica -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/73/d7/a921537e4401591708d3f40833de3c3933e028ff582faf4b5948503a24b5/arnica-1.13.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/73/d7/a921537e4401591708d3f40833de3c3933e028ff582faf4b5948503a24b5/arnica-1.13.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -255,20 +255,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 . @@ -281,5 +281,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.13.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.13.1-1 - Package Spec generated |
