summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:34:52 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:34:52 +0000
commit15d6dc123a424ab0430a02d20628c50280611671 (patch)
tree2fc5fade73637de52de6ed9c9f7ea5d81ba091d6
parent0be0b04a013c7ee667aa7d307011d7adc90810f3 (diff)
automatic import of python-cmappertoolsopeneuler20.03
-rw-r--r--python-cmappertools.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cmappertools.spec b/python-cmappertools.spec
index d7db4a5..a30efa4 100644
--- a/python-cmappertools.spec
+++ b/python-cmappertools.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Optional helper module for the Python Mapper package with fast, parallel C++ algorithms.
License: GPLv3 <http://www.gnu.org/licenses/gpl.html>
URL: http://danifold.net
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/24/d8486eb36c7f9238347220bb91b7ea87b96a76fa0fbf101bbc23692a42ac/cmappertools-1.0.26.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/70/24/d8486eb36c7f9238347220bb91b7ea87b96a76fa0fbf101bbc23692a42ac/cmappertools-1.0.26.tar.gz
%description
@@ -44,20 +44,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 .
@@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.26-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.26-1
- Package Spec generated