diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:53:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:53:48 +0000 |
commit | 474c483ffe1c2687bb79c9c82736bbe5b4371124 (patch) | |
tree | 290c3778cc0387086b756ce93a40e7b65856aefc | |
parent | 1f653146ccf7ef27e5fc43e1b4734532a9af1692 (diff) |
automatic import of python-continuous-delivery-scriptsopeneuler20.03
-rw-r--r-- | python-continuous-delivery-scripts.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-continuous-delivery-scripts.spec b/python-continuous-delivery-scripts.spec index 6480458..87e12f3 100644 --- a/python-continuous-delivery-scripts.spec +++ b/python-continuous-delivery-scripts.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Continuous Delivery scripts to increase automation License: Apache 2.0 URL: https://github.com/ARMmbed/continuous-delivery-scripts -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/4a/4a0cfde9716ca0906cf8796e6ab67aebafec49024ac8596d186b7d15439f/continuous-delivery-scripts-3.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ca/4a/4a0cfde9716ca0906cf8796e6ab67aebafec49024ac8596d186b7d15439f/continuous-delivery-scripts-3.2.0.tar.gz BuildArch: noarch Requires: python3-gitpython @@ -408,20 +408,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 . @@ -434,5 +434,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1 - Package Spec generated |