summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:06:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:06:48 +0000
commitd13796198d381b0015e93c57912e87ca28ac5f13 (patch)
tree86a5c521f62a8c4cfb2e07c8e1104257ea262921
parent84cff182eca070f797758ff27a9fa71f458458e4 (diff)
automatic import of python-cocoplotsopeneuler20.03
-rw-r--r--python-cocoplots.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cocoplots.spec b/python-cocoplots.spec
index 03b66b9..60d0e14 100644
--- a/python-cocoplots.spec
+++ b/python-cocoplots.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: COlor COllapsed PLOTting quick-look and context image software
License: BSD License
URL: https://github.com/mdruett/COCOPLOT/tree/master/Python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b6/26/12b0ddf837f66cfb51987505ce69306d92361792fdf9b68746c6ea7e5535/COCOPLOTS-1.0.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b6/26/12b0ddf837f66cfb51987505ce69306d92361792fdf9b68746c6ea7e5535/COCOPLOTS-1.0.8.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -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> - 1.0.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.8-1
- Package Spec generated