summaryrefslogtreecommitdiff
path: root/python-trytond-commission.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:43:51 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:43:51 +0000
commit2e5fa8f488fe47fd1190c6d7d35af45f85a0cf14 (patch)
tree14ba2e0d9e5b212785559ba2e3878fbcfcb1d4a7 /python-trytond-commission.spec
parent19557b60921206420002a06366815d995c3b80ca (diff)
automatic import of python-trytond-commissionopeneuler20.03
Diffstat (limited to 'python-trytond-commission.spec')
-rw-r--r--python-trytond-commission.spec18
1 files changed, 9 insertions, 9 deletions
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