summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:08:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:08:16 +0000
commit054e75ba746f1725c2c0a60a1d5c80f8eeb6147c (patch)
tree6e31cda8249d558ff4900768d5f85c07103a8935
parentdb8d74b161a583e95728bec8c72d8d91dd3ddfe8 (diff)
automatic import of python-mpireopeneuler20.03
-rw-r--r--python-mpire.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mpire.spec b/python-mpire.spec
index 030de6f..c028da5 100644
--- a/python-mpire.spec
+++ b/python-mpire.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Python package for easy multiprocessing, but faster than multiprocessing
License: MIT
URL: https://github.com/sybrenjansen/mpire
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/71/e59d56a31a2d518eede57e61ae99818fa67392aca2e620f10124f2bf28c3/mpire-2.7.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7b/71/e59d56a31a2d518eede57e61ae99818fa67392aca2e620f10124f2bf28c3/mpire-2.7.1.tar.gz
BuildArch: noarch
Requires: python3-pygments
@@ -78,20 +78,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 .
@@ -104,5 +104,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.1-1
- Package Spec generated