diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:40:43 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:40:43 +0000 |
| commit | 49f0b2131eac9a91e0d6860def599b46a4d65cea (patch) | |
| tree | 1432169de66156a55e43a3e9b957eae8b8d3fba6 /python-bamboo-engine.spec | |
| parent | e73280b79b5319fb6ed52095054cb03a0cb696c0 (diff) | |
automatic import of python-bamboo-engineopeneuler20.03
Diffstat (limited to 'python-bamboo-engine.spec')
| -rw-r--r-- | python-bamboo-engine.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-bamboo-engine.spec b/python-bamboo-engine.spec index a25f1c8..8697bfb 100644 --- a/python-bamboo-engine.spec +++ b/python-bamboo-engine.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bamboo-engine -Version: 2.7.1 +Version: 2.7.2 Release: 1 Summary: Bamboo-engine is a general-purpose workflow engine License: MIT URL: https://pypi.org/project/bamboo-engine/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/91/2d09509d96f723d7b66a87ef3bfe5784e239f0a928783ed8c0ef5daec2a6/bamboo-engine-2.7.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/09/c1c324d4f12309e90449a504d4e24d7d33c3dc23fdf57db61f327fa6cf56/bamboo-engine-2.7.2.tar.gz BuildArch: noarch Requires: python3-Werkzeug @@ -32,7 +32,7 @@ Provides: python3-bamboo-engine-doc %prep -%autosetup -n bamboo-engine-2.7.1 +%autosetup -n bamboo-engine-2.7.2 %build %py3_build @@ -46,20 +46,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 . @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.2-1 - Package Spec generated |
