summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:40:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:40:56 +0000
commit160aa4dcaa57f5aa8e09d327bb08aa2c5bb8c4cf (patch)
tree8c7f6820da400bffc69918737170995fd89620c7
parent7019cbdf93d88420f7c53db736f86c4ddaf9403f (diff)
automatic import of python-spectral-cubeopeneuler20.03
-rw-r--r--python-spectral-cube.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-spectral-cube.spec b/python-spectral-cube.spec
index 5d51820..d7d3e1a 100644
--- a/python-spectral-cube.spec
+++ b/python-spectral-cube.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A package for interaction with spectral cubes
License: BSD
URL: http://spectral-cube.readthedocs.org
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/4c/bdb33af12f62a31f24090cfe7ce6bce366212608ed50789e9995201db422/spectral-cube-0.6.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b5/4c/bdb33af12f62a31f24090cfe7ce6bce366212608ed50789e9995201db422/spectral-cube-0.6.0.tar.gz
BuildArch: noarch
Requires: python3-astropy
@@ -86,20 +86,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 .
@@ -112,5 +112,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1
- Package Spec generated