diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:37:48 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:37:48 +0000 |
| commit | 57c7ab1eb3852cb3963855f6cc5c209608e61031 (patch) | |
| tree | 155e2294d14592ec4a840146afcdf5cd3bae18ba /python-trytond-purchase-request.spec | |
| parent | b7246e6ac3c712eee72b638a79c4a223d326b200 (diff) | |
automatic import of python-trytond-purchase-requestopeneuler20.03
Diffstat (limited to 'python-trytond-purchase-request.spec')
| -rw-r--r-- | python-trytond-purchase-request.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-trytond-purchase-request.spec b/python-trytond-purchase-request.spec index 5c85b8d..f7d5cab 100644 --- a/python-trytond-purchase-request.spec +++ b/python-trytond-purchase-request.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Tryton module for purchase requests License: GPL-3 URL: http://www.tryton.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c5/5c/d20f145064d8c1e426a547e6ea61a30ab0916e26fb16054bdc93f4aec770/trytond_purchase_request-6.8.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c5/5c/d20f145064d8c1e426a547e6ea61a30ab0916e26fb16054bdc93f4aec770/trytond_purchase_request-6.8.0.tar.gz BuildArch: noarch Requires: python3-trytond-purchase @@ -150,7 +150,7 @@ corresponding purchase requests are set to the state Purchased. %prep -%autosetup -n trytond-purchase-request-6.8.0 +%autosetup -n trytond_purchase_request-6.8.0 %build %py3_build @@ -164,20 +164,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 . @@ -190,5 +190,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1 - Package Spec generated |
