update to 2.38 [release 2.38-1mamba;Mon Jan 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 09:40:34 +01:00
parent 91286dcccf
commit 8221a4d23e
2 changed files with 14 additions and 15 deletions

View File

@ -1,7 +1,5 @@
# perl-Term-ReadKey # perl-Term-ReadKey
Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals.
non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working.
One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good
likelyhood of it working.

View File

@ -1,28 +1,26 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Term-ReadKey Name: perl-Term-ReadKey
Version: 2.30.02 Version: 2.38
Release: 2mamba Release: 1mamba
Summary: Term::ReadKey - A perl module for simple terminal control Summary: Term::ReadKey - A perl module for simple terminal control
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/S/ST/STSI/TermReadKey-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
%description %description
Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals.
non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working.
One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good
likelyhood of it working.
%prep %prep
%setup -q -n TermReadKey-%{version} %setup -q -n TermReadKey-%{version}
@ -52,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.38-1mamba
- update to 2.38
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.02-2mamba * Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.02-2mamba
- rebuilt with perl 5.24 - rebuilt with perl 5.24