From 82a8fcbca0760320ffd9efbd8991cf78a970672e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:48:19 +0000 Subject: automatic import of python-apphelpers --- python-apphelpers.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-apphelpers.spec') diff --git a/python-apphelpers.spec b/python-apphelpers.spec index 95fc860..e0df151 100644 --- a/python-apphelpers.spec +++ b/python-apphelpers.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apphelpers -Version: 0.32.1 +Version: 0.33.0 Release: 1 Summary: Common helper libraries for Python Apps License: MIT license URL: https://github.com/scrolltech/apphelpers -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5f/66/67b67338acd060aa19345125cc76953ae0d44691bfe538699ca6159b249b/apphelpers-0.32.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/05/91/915b77f696d75c924de791b9139a35cd01b966e48f8a8421411599bea00c/apphelpers-0.33.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-apphelpers-doc %prep -%autosetup -n apphelpers-0.32.1 +%autosetup -n apphelpers-0.33.0 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 0.32.1-1 +* Thu Jun 08 2023 Python_Bot - 0.33.0-1 - Package Spec generated -- cgit v1.2.3