summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:58:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:58:23 +0000
commit809c8e6e8ea8bdb488925d6031162c51fca8fa3a (patch)
tree33d9d6848edd49a3ea8ecc24c76ffbf66bfde1f9
parent426850dd1ea3fdf564d5872d36406e2715bc3f51 (diff)
automatic import of python-geotiffopeneuler20.03
-rw-r--r--python-geotiff.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-geotiff.spec b/python-geotiff.spec
index f2b6a94..96bae9b 100644
--- a/python-geotiff.spec
+++ b/python-geotiff.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A noGDAL tool for reading and writing geotiff files
License: GNU Lesser General Public License v2 or later (LGPLv2+)
URL: https://github.com/Open-Source-Agriculture/geotiff
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/03/0c458cc00b9f6a212eb8c02564ed490ef76bac950177415bf471d9448b7a/geotiff-0.2.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/87/03/0c458cc00b9f6a212eb8c02564ed490ef76bac950177415bf471d9448b7a/geotiff-0.2.9.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -704,20 +704,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 .
@@ -730,5 +730,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.9-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.9-1
- Package Spec generated