summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:30:17 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:30:17 +0000
commit07539174190da8348c37733f6d46c04f65f50ae3 (patch)
tree3c61e8254e8305b149761a6ef83c61f9aebfe11c
parent362df3c866645c41ec3fac96b0d2c2487c518a00 (diff)
automatic import of python-rechunkeropeneuler20.03
-rw-r--r--python-rechunker.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rechunker.spec b/python-rechunker.spec
index 09f5dec..982de9a 100644
--- a/python-rechunker.spec
+++ b/python-rechunker.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A library for rechunking arrays.
License: MIT
URL: https://github.com/pangeo-data/rechunker
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/db/78a2fdc88e42bd78ced9ba442f950c94573338b0d58eaf1950b62796848e/rechunker-0.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/db/78a2fdc88e42bd78ced9ba442f950c94573338b0d58eaf1950b62796848e/rechunker-0.5.1.tar.gz
BuildArch: noarch
Requires: python3-dask[array,diagnostics]
@@ -91,20 +91,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 .
@@ -117,5 +117,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
- Package Spec generated