From 894f3069bb23af7cea00ed8e6cf73309e4086ac7 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 8 Apr 2022 13:55:16 +0800 Subject: [PATCH] Add yaml file and zlib to buildrequires --- python-GridDataFormats.spec | 6 +++++- python-GridDataFormats.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-GridDataFormats.yaml diff --git a/python-GridDataFormats.spec b/python-GridDataFormats.spec index fb5eabc..31de7b4 100644 --- a/python-GridDataFormats.spec +++ b/python-GridDataFormats.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-GridDataFormats Version: 0.6.0 -Release: 1 +Release: 2 Summary: Reading and writing of data on regular grids in Python License: LGPLv3 URL: https://github.com/MDAnalysis/GridDataFormats @@ -19,6 +19,7 @@ GridDataFormats is a pure Python library to handle data on a regular grid using Summary: Reading and writing of data on regular grids in Python Provides: python-GridDataFormats BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-GridDataFormats GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations. @@ -70,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 08 2022 liqiuyu - 0.6.0-2 +- Add zlib to buildrequires + * Thu Dec 02 2021 Python_Bot -0.6.0-1 - Package Init diff --git a/python-GridDataFormats.yaml b/python-GridDataFormats.yaml new file mode 100644 index 0000000..b0f37a3 --- /dev/null +++ b/python-GridDataFormats.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: GridDataFormats +tag_prefix: ^v +separator: "." -- Gitee