summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-trytond-commission.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b3d5ee0..a0c0cd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/trytond_commission-6.8.0.tar.gz
+/trytond_commission-6.8.1.tar.gz
diff --git a/python-trytond-commission.spec b/python-trytond-commission.spec
index 5f0c471..e9d0643 100644
--- a/python-trytond-commission.spec
+++ b/python-trytond-commission.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-trytond-commission
-Version: 6.8.0
+Version: 6.8.1
Release: 1
Summary: Tryton module for commission
License: GPL-3
URL: http://www.tryton.org/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/85/481c2b84eefd7dd51ff924ddfc39610ee992382bb3ced3a84e41114c433f/trytond_commission-6.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/67/fd/6993e4b90318f56ac58b502515d7f393731437288510267eee87477ab717/trytond_commission-6.8.1.tar.gz
BuildArch: noarch
Requires: python3-simpleeval
@@ -67,7 +67,7 @@ commission plan.
%prep
-%autosetup -n trytond-commission-6.8.0
+%autosetup -n trytond_commission-6.8.1
%build
%py3_build
@@ -81,20 +81,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 .
@@ -107,5 +107,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.1-1
- Package Spec generated
diff --git a/sources b/sources
index 47392c8..3937223 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3d78f99d761f3066e49aaeefed4c8b9 trytond_commission-6.8.0.tar.gz
+22776df1fb7f604e55d1c3875c2cb382 trytond_commission-6.8.1.tar.gz