diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:19:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:19:04 +0000 |
commit | ab7312e71bc6a416613579b23eb5c51d54d01dd3 (patch) | |
tree | cd918b60b0c82a57b20b92a06f33dcedb81ec1b2 | |
parent | 5ac5e5ead3fc60e88866db03e11cecd9688da773 (diff) |
automatic import of python-lamp-coreopeneuler20.03
-rw-r--r-- | python-lamp-core.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-lamp-core.spec b/python-lamp-core.spec index 2144955..15509f3 100644 --- a/python-lamp-core.spec +++ b/python-lamp-core.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The LAMP Platform API. License: BSD-3-Clause URL: https://docs.lamp.digital/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/dc/68c44e08f0d7cad0f412fc564223b3dc4b8cc7b22f779acee1ca8a3240ea/LAMP-core-2021.10.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/19/dc/68c44e08f0d7cad0f412fc564223b3dc4b8cc7b22f779acee1ca8a3240ea/LAMP-core-2021.10.4.tar.gz BuildArch: noarch Requires: python3-nulltype @@ -284,7 +284,7 @@ Provides: python3-lamp-core-doc - [TemporalSlice](docs/TemporalSlice.md) %prep -%autosetup -n lamp-core-2021.10.4 +%autosetup -n LAMP-core-2021.10.4 %build %py3_build @@ -298,20 +298,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 . @@ -324,5 +324,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2021.10.4-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2021.10.4-1 - Package Spec generated |