From 992c7bcec27cacb2d9d213197e7e9371c54f0e2b Mon Sep 17 00:00:00 2001 From: jxy_git Date: Wed, 6 Apr 2022 09:54:17 +0800 Subject: [PATCH] Add zlib to buildrequires --- python-yaspin.spec | 6 +++++- python-yaspin.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-yaspin.yaml diff --git a/python-yaspin.spec b/python-yaspin.spec index f903637..de16ce0 100644 --- a/python-yaspin.spec +++ b/python-yaspin.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yaspin Version: 2.1.0 -Release: 1 +Release: 2 Summary: Yet Another Terminal Spinner License: MIT URL: https://github.com/pavdmyt/yaspin @@ -10,6 +10,7 @@ BuildArch: noarch Requires: python3-termcolor Requires: python3-dataclasses +BuildRequires: zlib >= 1.2.11 %description Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations. @@ -72,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 06 2022 jiangxinyu - 2.1.0-2 +- Add zlib to buildrequires + * Thu Dec 02 2021 Python_Bot - 2.1.0-1 - Package Init diff --git a/python-yaspin.yaml b/python-yaspin.yaml new file mode 100644 index 0000000..135854b --- /dev/null +++ b/python-yaspin.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: yaspin +tag_prefix: "^v" +seperator: "."