summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:55:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:55:03 +0000
commitdbd08675c1a5a3cce9822e84f4fe661f8ed3b645 (patch)
tree7af11cca01de6c7309315744c955410e56711dd5
parent08f1bfd5dda7a23206f151d87606bfa8f01e60f0 (diff)
automatic import of python-scikit-sequituropeneuler20.03
-rw-r--r--python-scikit-sequitur.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-scikit-sequitur.spec b/python-scikit-sequitur.spec
index a90f51e..334bc13 100644
--- a/python-scikit-sequitur.spec
+++ b/python-scikit-sequitur.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Sequitur algorithm for inferring hierarchies
License: Apache 2.0
URL: http://www.grantjenks.com/docs/scikit-sequitur/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/32/31c28ce7441b16b6cf2f4a552ecd07a0b6741c8f628001ea853663efeb12/scikit-sequitur-0.4.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/98/32/31c28ce7441b16b6cf2f4a552ecd07a0b6741c8f628001ea853663efeb12/scikit-sequitur-0.4.0.tar.gz
%description
@@ -80,20 +80,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 .
@@ -106,5 +106,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
- Package Spec generated