diff --git a/python-agate-excel.spec b/python-agate-excel.spec index 48e293c8040acacaf7df47d9f20fac832f0460b2..13392d753236a0a2ccab38b7d70a297486a996d2 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 0000000000000000000000000000000000000000..206fcc5710f7a8100fa53da8aa55bc26fe922da0 --- /dev/null +++ b/python-agate-excel.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: agate-excel +tag_prefix: ^v +separator: "."