diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:38:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:38:22 +0000 |
commit | 0b96e9724b1df5f6c21f2677d702f33c459082d6 (patch) | |
tree | d4f9126bf9e357587fb55f3a7cb8e7ef20814f8d | |
parent | 276b93157cc36d9ad69b2cc4d1a307aa1a14338a (diff) |
automatic import of python-aqueduct-utilityopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aqueduct-utility.spec | 19 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 11 deletions
@@ -1 +1,2 @@ /aqueduct-utility-0.10.0.tar.gz +/aqueduct-utility-0.11.2.tar.gz diff --git a/python-aqueduct-utility.spec b/python-aqueduct-utility.spec index 676b3b9..fdeb3dd 100644 --- a/python-aqueduct-utility.spec +++ b/python-aqueduct-utility.spec @@ -1,15 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-aqueduct-utility -Version: 0.10.0 +Version: 0.11.2 Release: 1 Summary: Cloud Development Kit Toolbox License: Apache-2.0 URL: https://github.com/jblukach/aqueduct.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/44/2d9befe1c4482f1b7e6dd4c81bdd89a6ba38638294e08bcafd333af2657f/aqueduct-utility-0.10.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/22/7e/b3eb926b621ceec9eee7a699d8e94cd360e7f38058318e655db8669b3d53/aqueduct-utility-0.11.2.tar.gz BuildArch: noarch Requires: python3-aws-sso-lib -Requires: python3-boto3 Requires: python3-typer[all] %description @@ -31,7 +30,7 @@ Provides: python3-aqueduct-utility-doc %prep -%autosetup -n aqueduct-utility-0.10.0 +%autosetup -n aqueduct-utility-0.11.2 %build %py3_build @@ -45,20 +44,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 . @@ -71,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.2-1 - Package Spec generated @@ -1 +1 @@ -e81c91cc0d0782846170da0cffb279f0 aqueduct-utility-0.10.0.tar.gz +cb9e10fa03a0bfae14abbc45f24f6cba aqueduct-utility-0.11.2.tar.gz |