diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:59:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:59:15 +0000 |
commit | f27dfb40bf96476bd6caa9cc4564aceb80e138a0 (patch) | |
tree | 98f8405faabfa7e9f216c22e7fea1f3c77f250e4 | |
parent | e61f11c83c68dec24ee4c0fd6222e485594554e3 (diff) |
automatic import of python-forestatriskopeneuler20.03
-rw-r--r-- | python-forestatrisk.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-forestatrisk.spec b/python-forestatrisk.spec index de04080..c9b3216 100644 --- a/python-forestatrisk.spec +++ b/python-forestatrisk.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Modelling and forecasting deforestation in the tropics License: GPLv3 URL: https://github.com/ghislainv/forestatrisk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/29/1e37ca27b519478874436856fa8cfb8eaa104d42d1cde0575781844bcb3c/forestatrisk-1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f4/29/1e37ca27b519478874436856fa8cfb8eaa104d42d1cde0575781844bcb3c/forestatrisk-1.1.tar.gz Requires: python3-earthengine-api Requires: python3-gdal @@ -84,20 +84,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 . @@ -110,5 +110,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 - Package Spec generated |