summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:24:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:24:58 +0000
commit79fb9e5f323299918eb0ce941d6ea2226601c179 (patch)
treec74e94ec7c94c249d1e6b8470a36a103fe410efb
parent64e9269dc3e79752776315a106ebf0b86b8cb35c (diff)
automatic import of python-odc-statsopeneuler20.03
-rw-r--r--python-odc-stats.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-odc-stats.spec b/python-odc-stats.spec
index 20b1657..544de21 100644
--- a/python-odc-stats.spec
+++ b/python-odc-stats.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Statistical Product Generation Framework
License: Apache License 2.0
URL: https://github.com/opendatacube/odc-stats/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/91/414caef2a2339e379f56b3f16b01bf70b8d84fbc87cd3cdba2032a94970b/odc-stats-1.0.34.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/38/91/414caef2a2339e379f56b3f16b01bf70b8d84fbc87cd3cdba2032a94970b/odc-stats-1.0.34.tar.gz
BuildArch: noarch
Requires: python3-botocore
@@ -1084,20 +1084,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 .
@@ -1110,5 +1110,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.34-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.34-1
- Package Spec generated