From 0c0e0210a88cee48a944371982fd344fb63a0ae1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 18:08:31 +0000 Subject: automatic import of python-finac --- .gitignore | 1 + python-finac.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 666292e..6ac7830 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /finac-0.5.7.tar.gz +/finac-0.5.8.tar.gz diff --git a/python-finac.spec b/python-finac.spec index 795c213..a89a97a 100644 --- a/python-finac.spec +++ b/python-finac.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-finac -Version: 0.5.7 +Version: 0.5.8 Release: 1 Summary: Financial accounting library License: MIT URL: https://github.com/alttch/finac -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/43/4d5ed972cd3f80c221dcff18f4125ebb1f35bc398e23c3be649e7fa6c61a/finac-0.5.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/23/8f/e81e5b1cdc25101dbbbaa3a1a61b443f40c4b86c4a53fe5d716b17ce3f93/finac-0.5.8.tar.gz BuildArch: noarch @@ -31,7 +31,7 @@ Provides: python3-finac-doc 8 -2 000.00 ACC2 2019-10-26 03:04:02 2019-10-26 03:04:02 %prep -%autosetup -n finac-0.5.7 +%autosetup -n finac-0.5.8 %build %py3_build @@ -45,20 +45,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 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.5.7-1 +* Thu Jun 08 2023 Python_Bot - 0.5.8-1 - Package Spec generated diff --git a/sources b/sources index f35ca0b..7345acb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef5ab7855e4f3d34343a0a0691d173bc finac-0.5.7.tar.gz +1539d9a3e222edef16fe32b1565841ca finac-0.5.8.tar.gz -- cgit v1.2.3