summaryrefslogtreecommitdiff
path: root/python-trytond-stock-lot.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:19:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:19:21 +0000
commitf8be06b6756f7832c586c8e1228d5997af525493 (patch)
tree6904602e5a18e310af845c9af28a4be0a3a8471e /python-trytond-stock-lot.spec
parentda6c6655dead5e9c71cc338408a5b9ea40e5416d (diff)
automatic import of python-trytond-stock-lotopeneuler20.03
Diffstat (limited to 'python-trytond-stock-lot.spec')
-rw-r--r--python-trytond-stock-lot.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-trytond-stock-lot.spec b/python-trytond-stock-lot.spec
index 68b34b0..d3dcd74 100644
--- a/python-trytond-stock-lot.spec
+++ b/python-trytond-stock-lot.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Tryton module for lot of products
License: GPL-3
URL: http://www.tryton.org/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/79/181f4017bbc2c77392bb9fb364fa8503dcb68ad7e4d9830759d7ad79d063/trytond_stock_lot-6.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fc/79/181f4017bbc2c77392bb9fb364fa8503dcb68ad7e4d9830759d7ad79d063/trytond_stock_lot-6.8.0.tar.gz
BuildArch: noarch
Requires: python3-sql
@@ -66,7 +66,7 @@ type of location involved in the move.
%prep
-%autosetup -n trytond-stock-lot-6.8.0
+%autosetup -n trytond_stock_lot-6.8.0
%build
%py3_build
@@ -80,20 +80,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 .
@@ -106,5 +106,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1
- Package Spec generated