From 001adf6c289b124a9d75b147f62eeb4facfcdf68 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 02:54:05 +0000 Subject: automatic import of python-microgue --- python-microgue.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-microgue.spec') diff --git a/python-microgue.spec b/python-microgue.spec index bb426ba..0c7748f 100644 --- a/python-microgue.spec +++ b/python-microgue.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-microgue -Version: 2.0.9 +Version: 2.0.10 Release: 1 Summary: This project contains bootstrap code to speed up the development of AWS based microservices License: MIT URL: https://pypi.org/project/microgue/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/95/499e794cabfb9e4cb53a9815c4cebfd42228624c81653267c5a25f8319b5/microgue-2.0.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/63/be1dcce88e74e089f976e2827de11fcc3b9c601bf7d238ea6c3abcc4683e/microgue-2.0.10.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -345,7 +345,7 @@ twine upload --repository-url https://test.pypi.org/legacy/ dist/* %prep -%autosetup -n microgue-2.0.9 +%autosetup -n microgue-2.0.10 %build %py3_build @@ -359,20 +359,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 . @@ -385,5 +385,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot - 2.0.9-1 +* Fri Jun 09 2023 Python_Bot - 2.0.10-1 - Package Spec generated -- cgit v1.2.3