summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 01:23:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 01:23:02 +0000
commitb85362e7ef4b51a8ba33f8b28471cb6391d75635 (patch)
treecd6510e8d3dc261ebaef4a5dab2b53ba2cbd859c
parent17fc46df86cd43bc083b79d3f2ac63c29a12d82b (diff)
automatic import of python-pyabcrangeropeneuler20.03
-rw-r--r--python-pyabcranger.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyabcranger.spec b/python-pyabcranger.spec
index f9f7019..f654a32 100644
--- a/python-pyabcranger.spec
+++ b/python-pyabcranger.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: ABC random forests for model choice and parameter estimation, python wrapper
License: MIT License
URL: https://github.com/diyabc/abcranger
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/37/21ddd826ccf085c31879705a0b283dd3f16e0712ce8563d325e786b7ed7b/pyabcranger-0.0.69.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/47/37/21ddd826ccf085c31879705a0b283dd3f16e0712ce8563d325e786b7ed7b/pyabcranger-0.0.69.tar.gz
%description
@@ -977,20 +977,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 .
@@ -1003,5 +1003,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.69-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.69-1
- Package Spec generated