From f07531f0137e5874e6185bcb14eeb324ac826256 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 22 Apr 2022 14:11:04 +0800 Subject: [PATCH] add yaml file --- python-blessed.spec | 6 +++++- python-blessed.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-blessed.yaml diff --git a/python-blessed.spec b/python-blessed.spec index 1487923..b2288ae 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-blessed Version: 1.19.0 -Release: 1 +Release: 2 Summary: Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities. License: MIT URL: https://github.com/jquast/blessed @@ -20,6 +20,7 @@ Blessed is an easy, practical library for making python terminal apps Summary: Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities. Provides: python-blessed BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-blessed Blessed is an easy, practical library for making python terminal apps @@ -71,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 22 2022 liqiuyu - 1.19.0-2 +- Add zlib to buildrequires + * Tue Dec 07 2021 Python_Bot - 1.19.0-1 - Package Init diff --git a/python-blessed.yaml b/python-blessed.yaml new file mode 100644 index 0000000..9501d9b --- /dev/null +++ b/python-blessed.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: blessed +tag_prefix: ^v +separator: "." -- Gitee