From e5349af40c95b1b70d04ad13aef4d913de3449ee Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Thu, 21 Apr 2022 10:02:04 +0800 Subject: [PATCH] add yaml file --- python-agate-excel.spec | 6 +++++- python-agate-excel.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-agate-excel.yaml diff --git a/python-agate-excel.spec b/python-agate-excel.spec index 48e293c..13392d7 100644 --- a/python-agate-excel.spec +++ b/python-agate-excel.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-agate-excel Version: 0.2.5 -Release: 1 +Release: 2 Summary: agate-excel adds read support for Excel files (xls and xlsx) to agate. License: MIT URL: https://github.com/wireservice/agate-excel @@ -24,6 +24,7 @@ Adds read support for Excel files (xls and xlsx) to agate. Summary: agate-excel adds read support for Excel files (xls and xlsx) to agate. Provides: python-agate-excel BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-agate-excel Adds read support for Excel files (xls and xlsx) to agate. @@ -75,5 +76,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 21 2022 liqiuyu - 0.2.5-2 +- Add zlib to buildrequires + * Mon Dec 06 2021 Python_Bot - 0.2.5-1 - Package Init diff --git a/python-agate-excel.yaml b/python-agate-excel.yaml new file mode 100644 index 0000000..206fcc5 --- /dev/null +++ b/python-agate-excel.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: agate-excel +tag_prefix: ^v +separator: "." -- Gitee