diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:53:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:53:07 +0000 |
commit | e9c0131267fcda6a37ae8a1ae72664536d6633d0 (patch) | |
tree | d7ae5d32f92b04f9d077726c1aa1b72df6abf7a5 /python-pdbufr.spec | |
parent | e5a368ae43474b132f1a98378382ede5ae7840c4 (diff) |
automatic import of python-pdbufropeneuler20.03
Diffstat (limited to 'python-pdbufr.spec')
-rw-r--r-- | python-pdbufr.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 |