summaryrefslogtreecommitdiff
path: root/python-psrqpy.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-psrqpy.spec')
-rw-r--r--python-psrqpy.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-psrqpy.spec b/python-psrqpy.spec
index 4fd9c8f..cba964b 100644
--- a/python-psrqpy.spec
+++ b/python-psrqpy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-psrqpy
-Version: 1.2.6
+Version: 1.2.7
Release: 1
Summary: A Python module for querying the ATNF pulsar catalogue
License: MIT
URL: https://github.com/mattpitkin/psrqpy
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e5/1a/8cbb117247f75504f4a1d6d1beff8416a453a1ee082232c895bc98ceb94f/psrqpy-1.2.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/50/14a3c3c99dc81dd942a490319b53882dc521e04855b9a7788dbce3f47e53/psrqpy-1.2.7.tar.gz
BuildArch: noarch
Requires: python3-ads
@@ -315,7 +315,7 @@ This code is licensed under the [MIT License](http://opensource.org/licenses/MIT
[![ASCL](https://img.shields.io/badge/ascl-1812.017-blue.svg?colorB=262255)](http://ascl.net/1812.017)
%prep
-%autosetup -n psrqpy-1.2.6
+%autosetup -n psrqpy-1.2.7
%build
%py3_build
@@ -329,20 +329,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 .
@@ -355,5 +355,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.7-1
- Package Spec generated