Add zlib to buildrequires
This commit is contained in:
parent
d4c87d247d
commit
992c7bcec2
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-yaspin
|
Name: python-yaspin
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Yet Another Terminal Spinner
|
Summary: Yet Another Terminal Spinner
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pavdmyt/yaspin
|
URL: https://github.com/pavdmyt/yaspin
|
||||||
@ -10,6 +10,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
Requires: python3-termcolor
|
Requires: python3-termcolor
|
||||||
Requires: python3-dataclasses
|
Requires: python3-dataclasses
|
||||||
|
BuildRequires: zlib >= 1.2.11
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations.
|
Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations.
|
||||||
@ -72,5 +73,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
|
||||||
- Package Init
|
- 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