diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:11:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:11:18 +0000 |
commit | 106a0bd3c4994ae5a3f96caefe545ba7d363d644 (patch) | |
tree | 41595c0b2c1da5420259702f8b7ca175be55226c | |
parent | d555d1d623f90f89b0126077c4c90f5b9066cc20 (diff) |
automatic import of python-rkd-processopeneuler20.03
-rw-r--r-- | python-rkd-process.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rkd-process.spec b/python-rkd-process.spec index 47815b1..0e204ab 100644 --- a/python-rkd-process.spec +++ b/python-rkd-process.spec @@ -5,7 +5,7 @@ Release: 1 Summary: rkd.process provides easy process interaction and output capturing/redirecting, wraps subprocess from Python's standard library. License: Apache-2 URL: https://github.com/riotkit-org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ab/8a/dc7bee20fc7749f2d0af1689e2a2b071d9c7c063c3b62a591e9b08879fcb/rkd.process-2.4.1.dev166.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/8a/dc7bee20fc7749f2d0af1689e2a2b071d9c7c063c3b62a591e9b08879fcb/rkd.process-2.4.1.dev166.tar.gz BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.1.dev166-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.1.dev166-1 - Package Spec generated |