diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:42:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:42:22 +0000 |
commit | 1d513c24b31a57606fe8eb708eb2a48147b7416e (patch) | |
tree | 821d9b0f3a6d52122d9ff28029d382a554d03dfd | |
parent | 6809070971efd65bc827f7b9ca6872312fde0489 (diff) |
automatic import of python-geospacelabopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-geospacelab.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /geospacelab-0.6.1.tar.gz +/geospacelab-0.6.2.tar.gz diff --git a/python-geospacelab.spec b/python-geospacelab.spec index 1429fbf..d83ed7e 100644 --- a/python-geospacelab.spec +++ b/python-geospacelab.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-geospacelab -Version: 0.6.1 +Version: 0.6.2 Release: 1 Summary: Collect, manage, and visualize geospace data. License: BSD 3-Clause License URL: https://github.com/JouleCai/geospacelab -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/f2/bbb855019c19dcb5067b75e247236f991198dc5a13f299adee49806ce453/geospacelab-0.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c4/a2/4cc701c4a0072d4109c7c335540a093e1c712e0d39bebe9312a203d2846b/geospacelab-0.6.2.tar.gz BuildArch: noarch Requires: python3-cython @@ -1326,7 +1326,7 @@ GeospaceLAB aims to help users to manage and visualize multiple kinds of data in %prep -%autosetup -n geospacelab-0.6.1 +%autosetup -n geospacelab-0.6.2 %build %py3_build @@ -1340,20 +1340,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 . @@ -1366,5 +1366,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.2-1 - Package Spec generated @@ -1 +1 @@ -7232aadc8739318bff30be1fc5618950 geospacelab-0.6.1.tar.gz +5112d8470c770aa1cf591fdc8e8e3073 geospacelab-0.6.2.tar.gz |