diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:01:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:01:45 +0000 |
commit | 06a98360ca0aa741070b4dce16bbb60ffe077b81 (patch) | |
tree | 4f1a95152999b7c68a5b7ef2c3541d337a3b12d7 | |
parent | 5d3da8159690aef68cfc555133eeb86c66acaace (diff) |
automatic import of python-pymetricsopeneuler20.03
-rw-r--r-- | python-pymetrics.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pymetrics.spec b/python-pymetrics.spec index c742d8f..96f1b9c 100644 --- a/python-pymetrics.spec +++ b/python-pymetrics.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Versatile metrics collection for Python License: Apache 2.0 URL: https://github.com/eventbrite/pymetrics -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/5e/9717306b4cb778707094eecf1eadbe81243c0aac87f18a0c266816f3cf7e/pymetrics-1.0.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e4/5e/9717306b4cb778707094eecf1eadbe81243c0aac87f18a0c266816f3cf7e/pymetrics-1.0.8.tar.gz BuildArch: noarch Requires: python3-attrs @@ -62,20 +62,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 . @@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.8-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.8-1 - Package Spec generated |