diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:29:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:29:44 +0000 |
commit | 64877c8b327cd77c0b039b6ce489874fafb1e41b (patch) | |
tree | 3a9eb9806c432351956ea4fbea60accbe116506d | |
parent | 61026bb361c0a331070837fa85beaf827fc08caf (diff) |
automatic import of python-chrysopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-chrys.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /chrys-4.0.25.tar.gz +/chrys-4.0.27.tar.gz 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 @@ -1 +1 @@ -55d73a0eab6032c1391adca29a585949 chrys-4.0.25.tar.gz +a4fe5764760c2854b6009dc05a1b5e8f chrys-4.0.27.tar.gz |