diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:37:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:37:33 +0000 |
commit | 996a8661e6f4b9744a348898d1408344b80df8a6 (patch) | |
tree | d5c5bb9a8c52ca81162b85f8207c08bd35cbdcb0 | |
parent | 12f40473f50f1d740a57231539747f177e7adddf (diff) |
automatic import of python-enhanced-psexecopeneuler20.03
-rw-r--r-- | python-enhanced-psexec.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-enhanced-psexec.spec b/python-enhanced-psexec.spec index 7db61ae..48d2d87 100644 --- a/python-enhanced-psexec.spec +++ b/python-enhanced-psexec.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Perform miscellaneous operations on A remote computer with Enhanced PsExec License: MIT License URL: https://github.com/orishamir/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a0/0a/4186f8482e9c24b7311b5098b749af48a34710ffb12dc698e2e6b73ae086/Enhanced%20PsExec-0.6.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a0/0a/4186f8482e9c24b7311b5098b749af48a34710ffb12dc698e2e6b73ae086/Enhanced%20PsExec-0.6.8.tar.gz BuildArch: noarch Requires: python3-colorama @@ -1097,7 +1097,7 @@ If you find any bugs, PLEASE report to ***`EpsexecNoReply@gmail.com`*** %prep -%autosetup -n Enhanced-PsExec-0.6.8 +%autosetup -n Enhanced PsExec-0.6.8 %build %py3_build @@ -1111,20 +1111,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 . @@ -1137,5 +1137,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.8-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.8-1 - Package Spec generated |