From 84d4d49bd3ef16ac619bc1d0a26ff8cfabd3b949 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Sun, 24 Apr 2022 10:27:56 +0800 Subject: [PATCH] add yaml file --- python-css-parser.spec | 6 +++++- python-css-parser.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-css-parser.yaml diff --git a/python-css-parser.spec b/python-css-parser.spec index 1ee4458..ad125b7 100644 --- a/python-css-parser.spec +++ b/python-css-parser.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-css-parser Version: 1.0.6 -Release: 1 +Release: 2 Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0-or-later URL: https://github.com/ebook-utils/css-parser @@ -16,6 +16,7 @@ CSS related utilities (parsing, serialization, etc) for python Summary: A CSS Cascading Style Sheets library for Python Provides: python-css-parser BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-css-parser CSS related utilities (parsing, serialization, etc) for python @@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 24 2022 liqiuyu - 1.0.6-2 +- Add zlib to buildrequires + * Thu Dec 09 2021 Python_Bot - 1.0.6-1 - Package Init diff --git a/python-css-parser.yaml b/python-css-parser.yaml new file mode 100644 index 0000000..bd2f23a --- /dev/null +++ b/python-css-parser.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: css-parser +tag_prefix: ^v +separator: "."