Add zlib to buildrequires
This commit is contained in:
parent
d4c87d247d
commit
992c7bcec2
@ -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 <jiangxinyu@kylinos.cn> - 2.1.0-2
|
||||
- Add zlib to buildrequires
|
||||
|
||||
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
|
||||
- Package Init
|
||||
|
||||
4
python-yaspin.yaml
Normal file
4
python-yaspin.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: pypi
|
||||
src_repo: yaspin
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user