From 0e769e4998f02295caf19e2cd23f4a34874e3edf Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:40:42 +0000 Subject: automatic import of python-loutilities --- python-loutilities.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-loutilities.spec') diff --git a/python-loutilities.spec b/python-loutilities.spec index 6a72a5b..166f5a6 100644 --- a/python-loutilities.spec +++ b/python-loutilities.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-loutilities -Version: 3.8.2 +Version: 3.8.3 Release: 1 Summary: some hopefully useful utilities License: Apache License, Version 2.0 URL: http://github.com/louking/loutilities -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/3c/25c2ae6f6926e3c509252947f678ad27ecffa3abdc7a30b755117f816031/loutilities-3.8.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/13/ad607725ea208dfcb409f955dfbc43d6d54a023fa99e66074b5f435f0f08/loutilities-3.8.3.tar.gz BuildArch: noarch Requires: python3-flask-security-too @@ -110,7 +110,7 @@ Command line scripts * makerst - make rst files as input for Sphinx documentation for a given package %prep -%autosetup -n loutilities-3.8.2 +%autosetup -n loutilities-3.8.3 %build %py3_build @@ -124,20 +124,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 . @@ -150,5 +150,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 3.8.2-1 +* Thu Jun 08 2023 Python_Bot - 3.8.3-1 - Package Spec generated -- cgit v1.2.3