diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:08:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:08:55 +0000 |
commit | b1142b0a12ef2af86825c01427b3963112b49332 (patch) | |
tree | a3a0cad2de50064e6b54bea974ddce317bc40a1e | |
parent | 40cef958b6992381b760fbb2aa66421a0a4bab83 (diff) |
automatic import of python-absolute-controlopeneuler20.03
-rw-r--r-- | python-absolute-control.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-absolute-control.spec b/python-absolute-control.spec index 825be35..8fe7755 100644 --- a/python-absolute-control.spec +++ b/python-absolute-control.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Controls system processes License: MIT License URL: https://github.com/Absolute-Control/Absolute-Control -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/6a/b2df0dc18d44c091033105cc7ef0c1da36939e659073e85857e04d32f571/absolute-control-0.0.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a8/6a/b2df0dc18d44c091033105cc7ef0c1da36939e659073e85857e04d32f571/absolute-control-0.0.6.tar.gz BuildArch: noarch Requires: python3-psutil @@ -247,20 +247,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 . @@ -273,5 +273,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.6-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.6-1 - Package Spec generated |