From 7fd2af2ae001e417e5c5b28beade8a6dc01d09f3 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:21:06 +0000 Subject: automatic import of python-arm-pyart --- .gitignore | 1 + python-arm-pyart.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index cd9f6ff..ae72cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /arm_pyart-1.15.0.tar.gz +/arm_pyart-1.15.1.tar.gz diff --git a/python-arm-pyart.spec b/python-arm-pyart.spec index 8924cd7..700eb0f 100644 --- a/python-arm-pyart.spec +++ b/python-arm-pyart.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-arm-pyart -Version: 1.15.0 +Version: 1.15.1 Release: 1 Summary: Py-ART: Python ARM Radar Toolkit License: BSD URL: https://github.com/ARM-DOE/pyart -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/22/43ff61803ce99df2b9b58d42d82830ad13e047c39718272e302b0810f6ce/arm_pyart-1.15.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/be/dd/a72f9a2a484c630e0ccc75a2d77dcf65f6e7ab65166bfad985d8dee296f5/arm_pyart-1.15.1.tar.gz Requires: python3-numpy Requires: python3-scipy @@ -63,7 +63,7 @@ of weather radars. %prep -%autosetup -n arm-pyart-1.15.0 +%autosetup -n arm_pyart-1.15.1 %build %py3_build @@ -77,20 +77,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 . @@ -103,5 +103,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 1.15.0-1 +* Thu Jun 08 2023 Python_Bot - 1.15.1-1 - Package Spec generated diff --git a/sources b/sources index ffb8563..93120d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a2ba35be652bc0006da2708cb60218c arm_pyart-1.15.0.tar.gz +a5a492f26b110f65c94e867aee6db0a3 arm_pyart-1.15.1.tar.gz -- cgit v1.2.3