add yaml file
This commit is contained in:
parent
686719166e
commit
84d4d49bd3
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-css-parser
|
Name: python-css-parser
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A CSS Cascading Style Sheets library for Python
|
Summary: A CSS Cascading Style Sheets library for Python
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
URL: https://github.com/ebook-utils/css-parser
|
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
|
Summary: A CSS Cascading Style Sheets library for Python
|
||||||
Provides: python-css-parser
|
Provides: python-css-parser
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: zlib >= 1.2.11
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-css-parser
|
%description -n python3-css-parser
|
||||||
CSS related utilities (parsing, serialization, etc) for python
|
CSS related utilities (parsing, serialization, etc) for python
|
||||||
@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 24 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.6-2
|
||||||
|
- Add zlib to buildrequires
|
||||||
|
|
||||||
* Thu Dec 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.6-1
|
* Thu Dec 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.6-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
4
python-css-parser.yaml
Normal file
4
python-css-parser.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: css-parser
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user