diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pdbufr.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pdbufr-0.10.1.tar.gz +/pdbufr-0.10.2.tar.gz diff --git a/python-pdbufr.spec b/python-pdbufr.spec index e59ec95..b4f58a1 100644 --- a/python-pdbufr.spec +++ b/python-pdbufr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pdbufr -Version: 0.10.1 +Version: 0.10.2 Release: 1 Summary: Pandas reader for the BUFR format using ecCodes. License: Apache License Version 2.0 URL: https://github.com/ecmwf/pdbufr -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/60/9d87ebad6ea6039b77867a641819abda7ebb4dd075dc8e8cd950525c31ad/pdbufr-0.10.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/01/d5/7f109da3f5855a8f89ce30282eb30545deb06e58e1b3ac1d3bab1f447256/pdbufr-0.10.2.tar.gz BuildArch: noarch @@ -31,7 +31,7 @@ Provides: python3-pdbufr-doc The documentation can be found at https://pdbufr.readthedocs.io/. %prep -%autosetup -n pdbufr-0.10.1 +%autosetup -n pdbufr-0.10.2 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.2-1 - Package Spec generated @@ -1 +1 @@ -2d0ad686995acac2a4c7f88e7de772af pdbufr-0.10.1.tar.gz +501c612636eb3f975eb38daa5150e2ab pdbufr-0.10.2.tar.gz |