summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pyxmmsas.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index c15ae5d..5d1cb0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pyxmmsas-1.4.17.tar.gz
+/pyxmmsas-1.4.19.tar.gz
diff --git a/python-pyxmmsas.spec b/python-pyxmmsas.spec
index f4967b3..fe2049c 100644
--- a/python-pyxmmsas.spec
+++ b/python-pyxmmsas.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyxmmsas
-Version: 1.4.17
+Version: 1.4.19
Release: 1
Summary: It is wrapper for SAS and performs spectral analysis and plots
License: MIT
URL: https://gitlab.astro.unige.ch/ferrigno/pysas
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/26/bd10b8992fe9a04d4037da6700cb6bb9b0443321a9e1c8a7ab480902a8ab/pyxmmsas-1.4.17.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/42/30edfc1faed982ead4ec765ffc38e3034436ac19274cd514f33551268607/pyxmmsas-1.4.19.tar.gz
BuildArch: noarch
Requires: python3-astropy
@@ -39,7 +39,7 @@ Provides: python3-pyxmmsas-doc
%prep
-%autosetup -n pyxmmsas-1.4.17
+%autosetup -n pyxmmsas-1.4.19
%build
%py3_build
@@ -53,20 +53,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 .
@@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.17-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.19-1
- Package Spec generated
diff --git a/sources b/sources
index 43e4a74..cd05bb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa7be5ced319942eef562ebeeeaa902d pyxmmsas-1.4.17.tar.gz
+5ca453c277dd1e03f6ac90322f047750 pyxmmsas-1.4.19.tar.gz