diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:36:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:36:58 +0000 |
commit | b726358ab30f95f8e8147950dc72fc04f013520e (patch) | |
tree | 3625ba3e11b2bc993d0fe678a4b8eaa9e52aecb6 | |
parent | 178ea6590ecbcb77313c1e681b1402573fedf5b2 (diff) |
automatic import of python-cdk-budget-notifieropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cdk-budget-notifier.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /cdk-budget-notifier-0.3.28.tar.gz +/cdk-budget-notifier-0.3.29.tar.gz diff --git a/python-cdk-budget-notifier.spec b/python-cdk-budget-notifier.spec index a05f7bb..d3d917d 100644 --- a/python-cdk-budget-notifier.spec +++ b/python-cdk-budget-notifier.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cdk-budget-notifier -Version: 0.3.28 +Version: 0.3.29 Release: 1 Summary: A simple AWS budget notifier. License: Apache-2.0 URL: https://github.com/stefanfreitag/cdk-budget-notifier.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/66/e7/324c9665e9dafd43c4eacec6b650516412a1286142c5084cc2d936a688d3/cdk-budget-notifier-0.3.28.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6a/e5/020e3452c5b079c345ddb6331bad7711264b90bb025a52235309cedde9d7/cdk-budget-notifier-0.3.29.tar.gz BuildArch: noarch Requires: python3-aws-cdk-lib @@ -294,7 +294,7 @@ new BudgetNotifier(stack, 'notifier', { %prep -%autosetup -n cdk-budget-notifier-0.3.28 +%autosetup -n cdk-budget-notifier-0.3.29 %build %py3_build @@ -308,20 +308,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 . @@ -334,5 +334,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.28-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.29-1 - Package Spec generated @@ -1 +1 @@ -3c61f575c30f79905d2419a335de43e2 cdk-budget-notifier-0.3.28.tar.gz +f9c4b5ab145346fdfc0ff1150bcf3a4a cdk-budget-notifier-0.3.29.tar.gz |