diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:14:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:14:55 +0000 |
commit | e358475ce9630e8cd01bdafff651c7782b406446 (patch) | |
tree | c28f6ba3f6cbb9a8974aa3bf2d34248abd6a33a7 | |
parent | 1145039434acde355ae887f6569a12a390dc3aa8 (diff) |
automatic import of python-powerapiopeneuler20.03
-rw-r--r-- | python-powerapi.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-powerapi.spec b/python-powerapi.spec index 3c662a0..485076c 100644 --- a/python-powerapi.spec +++ b/python-powerapi.spec @@ -5,7 +5,7 @@ Release: 1 Summary: PowerAPI is a middleware toolkit for building software-defined power meters. License: BSD-3-Clause URL: https://pypi.org/project/powerapi/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/2c/371c22ed1a334b1d407dc56edc346140169f9240d5a4577e375149f7f1a4/powerapi-2.0.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/86/2c/371c22ed1a334b1d407dc56edc346140169f9240d5a4577e375149f7f1a4/powerapi-2.0.3.tar.gz BuildArch: noarch Requires: python3-pyzmq @@ -227,20 +227,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 . @@ -253,5 +253,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1 - Package Spec generated |