diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:36:48 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:36:48 +0000 |
| commit | 8c30d79cd1b708d1d70264c3c93b16f635344e55 (patch) | |
| tree | cfe8d7ba6255301e8973e6bbf3e4a7a57213d54b | |
| parent | 657361c9ed610a287887c64eb0dace148ae52dcb (diff) | |
automatic import of python-geonomicsopeneuler20.03
| -rw-r--r-- | python-geonomics.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-geonomics.spec b/python-geonomics.spec index fe56b51..83f2c64 100644 --- a/python-geonomics.spec +++ b/python-geonomics.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A package for landscape genomic simulation License: MIT License URL: https://github.com/drewhart/geonomics -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/82/e545df016dfa7e1b900fe0091478c415642ddeca0577b6b8b9f341ae428a/geonomics-1.3.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/80/82/e545df016dfa7e1b900fe0091478c415642ddeca0577b6b8b9f341ae428a/geonomics-1.3.9.tar.gz BuildArch: noarch Requires: python3-pykrige @@ -110,20 +110,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 . @@ -136,5 +136,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.9-1 - Package Spec generated |
