summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:08:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:08:31 +0000
commit0c0e0210a88cee48a944371982fd344fb63a0ae1 (patch)
tree80c6aea925b251438546955fa279832e2373988a
parent77a22ec56892a8d86bfceab46e10c72101bd0498 (diff)
automatic import of python-finacopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-finac.spec18
-rw-r--r--sources2
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 <Python_Bot@openeuler.org> - 0.5.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 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