summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-aqueduct-utility.spec19
-rw-r--r--sources2
3 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index e4c596f..0049485 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 76c6624..15379ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e81c91cc0d0782846170da0cffb279f0 aqueduct-utility-0.10.0.tar.gz
+cb9e10fa03a0bfae14abbc45f24f6cba aqueduct-utility-0.11.2.tar.gz