diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:18:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:18:11 +0000 |
commit | fafadb5aefc7aa5ddb2179732090f84a2374d6df (patch) | |
tree | c2f06f81cbaad9892a204eabfef52da42b8d24d2 | |
parent | 3b313da99c501dce1150f2c7d9430e0df001ba70 (diff) |
automatic import of python-hydrafloodsopeneuler20.03
-rw-r--r-- | python-hydrafloods.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-hydrafloods.spec b/python-hydrafloods.spec index fa8a9f3..339e662 100644 --- a/python-hydrafloods.spec +++ b/python-hydrafloods.spec @@ -5,7 +5,7 @@ Release: 1 Summary: HYDrologic Remote sensing Analysis for Floods License: GNU GPL v3.0 URL: http://github.com/servir-mekong/hydra-floods -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dc/80/219259992935a289e4785b0dfd9b0e5300e2158d3dbfbe972ee14a2a43cc/hydrafloods-2021.10.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/dc/80/219259992935a289e4785b0dfd9b0e5300e2158d3dbfbe972ee14a2a43cc/hydrafloods-2021.10.11.tar.gz BuildArch: noarch Requires: python3-simplecmr @@ -359,20 +359,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 . @@ -385,5 +385,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2021.10.11-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2021.10.11-1 - Package Spec generated |