diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:39:19 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:39:19 +0000 |
| commit | 01cd5173beb388bad08c4c4e5a157562ac791702 (patch) | |
| tree | 32d9156154a07b8116449166c0cf6ef6876fe370 | |
| parent | f34809af7726ea6e61eed9e58db424ebdb0a1a93 (diff) | |
automatic import of python-products-cmfplominoopeneuler20.03
| -rw-r--r-- | python-products-cmfplomino.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-products-cmfplomino.spec b/python-products-cmfplomino.spec index 448d08a..b352bad 100644 --- a/python-products-cmfplomino.spec +++ b/python-products-cmfplomino.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Create specific applications in Plone without developing. Created by Makina Corpus. License: ZPL URL: http://www.plomino.net -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/35/75c298ee36220b5a62dc4b1195137bb1e2cf9e856558c8ac5cac52a415c8/Products.CMFPlomino-1.19.6.zip +Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/35/75c298ee36220b5a62dc4b1195137bb1e2cf9e856558c8ac5cac52a415c8/Products.CMFPlomino-1.19.6.zip BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.6-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.6-1 - Package Spec generated |
