From eed48715f35f40b544cd18e740a1c5d0072378c2 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 8 Apr 2022 14:20:51 +0800 Subject: [PATCH] Add yaml file and zlib to buildrequires --- python-QtAwesome.spec | 6 +++++- python-QtAwesome.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-QtAwesome.yaml diff --git a/python-QtAwesome.spec b/python-QtAwesome.spec index deacd63..904312b 100644 --- a/python-QtAwesome.spec +++ b/python-QtAwesome.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-QtAwesome Version: 1.1.1 -Release: 1 +Release: 2 Summary: FontAwesome icons in PyQt and PySide applications License: MIT URL: https://github.com/spyder-ide/qtawesome @@ -17,6 +17,7 @@ Iconic fonts in PyQt and PySide applications Summary: FontAwesome icons in PyQt and PySide applications Provides: python-QtAwesome BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-QtAwesome Iconic fonts in PyQt and PySide applications @@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 08 2022 liqiuyu - 1.1.1-2 +- Add zlib to buildrequires + * Fri Dec 03 2021 Python_Bot -1.1.1-1 - Package Init diff --git a/python-QtAwesome.yaml b/python-QtAwesome.yaml new file mode 100644 index 0000000..9813986 --- /dev/null +++ b/python-QtAwesome.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: QtAwesome +tag_prefix: ^v +separator: "." -- Gitee