diff --git a/python-blessed.spec b/python-blessed.spec index 1487923a81dcd737d1ddc719d2d9fc8e30036a39..b2288ae89e1d32b1819f61867b957b3dbfb6117c 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 0000000000000000000000000000000000000000..9501d9b21cdb4ac8182b6f259faa7e9a95cb454f --- /dev/null +++ b/python-blessed.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: blessed +tag_prefix: ^v +separator: "."