diff options
Diffstat (limited to 'python-chrys.spec')
-rw-r--r-- | python-chrys.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-chrys.spec b/python-chrys.spec index f66b7c2..d70ecda 100644 --- a/python-chrys.spec +++ b/python-chrys.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-chrys -Version: 4.0.25 +Version: 4.0.27 Release: 1 Summary: A collection of color palettes for mapping and visualisation License: BSD-3-Clause URL: https://github.com/netbek/chrys -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/b1/eef11eee9067a43783ff162452fd2660645f0ae43782fd112b1814902d99/chrys-4.0.25.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/84/61/4de863c45a848a9811b19e78c843bd0dc6a04dc626974dcacd1bb009b405/chrys-4.0.27.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -251,7 +251,7 @@ Copyright (c) 2017 Hein Bekker. Licensed under the BSD 3-Clause License. %prep -%autosetup -n chrys-4.0.25 +%autosetup -n chrys-4.0.27 %build %py3_build @@ -265,20 +265,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 . @@ -291,5 +291,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.25-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.27-1 - Package Spec generated |