summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-geospacelab.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e909e0e..84390c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index df918af..6952b0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7232aadc8739318bff30be1fc5618950 geospacelab-0.6.1.tar.gz
+5112d8470c770aa1cf591fdc8e8e3073 geospacelab-0.6.2.tar.gz