diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:03:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:03:25 +0000 |
commit | 0b25335febf41cfaa72f0b213d31fdb73ad90564 (patch) | |
tree | 2e2f9ba9e039699335c81788e384f45692748cac | |
parent | c30542bfaf97ee45339a6b2623ba96678f4e88e9 (diff) |
automatic import of python-benchmarkeropeneuler20.03
-rw-r--r-- | python-benchmarker.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-benchmarker.spec b/python-benchmarker.spec index d2b12eb..f428d1c 100644 --- a/python-benchmarker.spec +++ b/python-benchmarker.spec @@ -5,7 +5,7 @@ Release: 1 Summary: small but awesome utility for benchmarking License: Public Domain URL: https://pythonhosted.org/Benchmarker/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/59/a14359313e20efaaa367c60a87165f40ef9d3f5da2230a815db2433e3967/Benchmarker-4.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bb/59/a14359313e20efaaa367c60a87165f40ef9d3f5da2230a815db2433e3967/Benchmarker-4.0.1.tar.gz BuildArch: noarch @@ -222,20 +222,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 . @@ -248,5 +248,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 - Package Spec generated |