diff --git a/python-GridDataFormats.spec b/python-GridDataFormats.spec index fb5eabc1e2404fbb585f9115d2ca08f3ee580566..31de7b42d03832cbf285166b0d5f75cfcb5a5db6 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 0000000000000000000000000000000000000000..b0f37a37393fba2fad0fd3b9552ffd0998091da5 --- /dev/null +++ b/python-GridDataFormats.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: GridDataFormats +tag_prefix: ^v +separator: "."