From 97bd877cb63165c77cfc036bed2c695cede61f6f Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Thu, 21 Apr 2022 15:00:00 +0800 Subject: [PATCH] add yaml file --- python-bids-validator.spec | 6 +++++- python-bids-validator.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-bids-validator.yaml diff --git a/python-bids-validator.spec b/python-bids-validator.spec index e065009..66184ed 100644 --- a/python-bids-validator.spec +++ b/python-bids-validator.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bids-validator Version: 1.8.8 -Release: 1 +Release: 2 Summary: Validator for the Brain Imaging Data Structure License: MIT URL: https://github.com/bids-standard/bids-validator @@ -16,6 +16,7 @@ Validator for the Brain Imaging Data Structure Summary: Validator for the Brain Imaging Data Structure Provides: python-bids-validator BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-bids-validator Validator for the Brain Imaging Data Structure @@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 21 2022 liqiuyu - 1.8.8-2 +- Add zlib to buildrequires + * Mon Dec 06 2021 Python_Bot - 1.8.8-1 - Package Init diff --git a/python-bids-validator.yaml b/python-bids-validator.yaml new file mode 100644 index 0000000..c20a87b --- /dev/null +++ b/python-bids-validator.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: bids-validator +tag_prefix: ^v +separator: "." -- Gitee