summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:37:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:37:06 +0000
commitf6560e984920e2d9ab1fb220a098467bec16a06d (patch)
tree35dc8825a773d488ba453274b7058114624c5dae
parent944b6bf857df951e3241635db5cbd3511646a672 (diff)
automatic import of python-frepropeneuler20.03
-rw-r--r--python-frepr.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-frepr.spec b/python-frepr.spec
index c037df2..c4a3820 100644
--- a/python-frepr.spec
+++ b/python-frepr.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Fast float repr
License: BSD 3-Clause License
URL: https://github.com/wemoloh/frepr
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/71/6b/d9f3514a2a10b628b485f4b3a99119e70a7c99c748f03e9443e87e3cb39d/frepr-0.1.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/71/6b/d9f3514a2a10b628b485f4b3a99119e70a7c99c748f03e9443e87e3cb39d/frepr-0.1.1.tar.gz
%description
@@ -50,20 +50,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 .
@@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
- Package Spec generated