diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:29:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:29:41 +0000 |
commit | b1e6baa5387090b3101df52cdd478dc12f148e93 (patch) | |
tree | 3fe2b1b943293ae5d069c4874b31ca25cb531a8c /python-corc.spec | |
parent | c63ac71dac55c4d4bad7ee98f870bd58dfdea184 (diff) |
automatic import of python-corcopeneuler20.03
Diffstat (limited to 'python-corc.spec')
-rw-r--r-- | python-corc.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-corc.spec b/python-corc.spec index 7f98d2a..022d301 100644 --- a/python-corc.spec +++ b/python-corc.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A tool for managing cloud resources and scheduling compute tasks License: MIT URL: https://github.com/rasmunk/corc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/30/7e/85f5e0a8d78ef7245969257db9b8650598cfbeee54b6b3cb07e1abbf65c8/corc-0.0.2a19.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/30/7e/85f5e0a8d78ef7245969257db9b8650598cfbeee54b6b3cb07e1abbf65c8/corc-0.0.2a19.tar.gz BuildArch: noarch Requires: python3-oci @@ -59,20 +59,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 . @@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2a19-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2a19-1 - Package Spec generated |