diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:29:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:29:45 +0000 |
commit | 21c4edae5f9cf2ae6548561c71fb2aac74d7facc (patch) | |
tree | 13d852c5ab90a66fe64d51c04ba2e2aacdc149dc | |
parent | 9cc0bf7c7bb7a7a8373b58126cd9353723b72a6e (diff) |
automatic import of python-nureopeneuler20.03
-rw-r--r-- | python-nure.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-nure.spec b/python-nure.spec index b8143e9..941d1f0 100644 --- a/python-nure.spec +++ b/python-nure.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Data Science Utilities License: GNU General Public License v3 (GPLv3) URL: https://github.com/tranduytrung/nure -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/ab/e532aa629cb85f5c01320e03a72dd3a179e1da98a6c16926c4afd8371b5f/nure-2023.5.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f4/ab/e532aa629cb85f5c01320e03a72dd3a179e1da98a6c16926c4afd8371b5f/nure-2023.5.8.tar.gz BuildArch: noarch Requires: python3-more-itertools @@ -58,20 +58,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 . @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.8-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.8-1 - Package Spec generated |