diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:21:06 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:21:06 +0000 |
| commit | 7fd2af2ae001e417e5c5b28beade8a6dc01d09f3 (patch) | |
| tree | 8780b171359c462d8c9c8c660fbf6e68c67cb186 /python-arm-pyart.spec | |
| parent | f19f0318508b2e6101f3f8418c976b93444fcc59 (diff) | |
automatic import of python-arm-pyartopeneuler20.03
Diffstat (limited to 'python-arm-pyart.spec')
| -rw-r--r-- | python-arm-pyart.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 1.15.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.1-1 - Package Spec generated |
