Name: perl-TermReadKey Version: 2.38 Release: 1%{?_dist_release} Summary: A perl module for simple terminal control Group: Development/Libraries License: Copyright only URL: http://search.cpan.org/dist/TermReadKey/ Source0: http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Vendor: Project Vine Distribution: Vine Linux BuildRequires: libxcrypt-devel BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description 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. 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 %setup -q -n TermReadKey-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} OPTIMIZE="%{optflags}" %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorarch}/Term/ %{perl_vendorarch}/auto/Term/ %{_mandir}/man3/*.3* %changelog * Fri May 17 2019 Tomohiro "Tomo-p" KATO 2.38-1 - new upstream release. - rebuilt with perl-5.26. - added BR:libxcrypt-devel. * Mon Jun 30 2014 IWAI, Masaharu 2.30-5 - build with Perl 5.16 * Tue Mar 13 2012 MATSUBAYASHI Kohji - 2.30-4 - rebuild * Sat Mar 26 2011 IWAI, Masaharu 2.30-3vl6 - build with perl 5.12.3 * Thu Jan 29 2009 IWAI, Masaharu - 2.30-2 - do not require perl(:MODULE_COMPAT_x.y.z) on Vine Linux 4.x * Sun Aug 24 2008 Daisuke SUZUKI 2.30-1 - initial build for Vine Linux * Wed Feb 27 2008 Tom "spot" Callaway - 2.30-6 - Rebuild for perl 5.10 (again) * Tue Feb 19 2008 Fedora Release Engineering - 2.30-5 - Autorebuild for GCC 4.3 * Mon Jan 28 2008 Tom "spot" Callaway - 2.36-4 - rebuild for new perl * Thu Oct 25 2007 Robin Norwood - 2.30-3 - fix various issues from package review: - remove extra || : from %%check - add dist tag to release - remove BR: perl - fix tabs and spacing * Tue Oct 16 2007 Tom "spot" Callaway - 2.30-2 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild * Fri Feb 10 2006 Jesse Keating - 2.30-1.2.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 2.30-1.2.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Feb 03 2006 Jason Vas Dias - 2.30-1.2 - rebuild for new perl-5.8.8 * Fri Dec 16 2005 Jesse Keating - rebuilt for new gcc * Sat Apr 02 2005 Jose Pedro Oliveira - 2.30-1 - Update to 2.30. - spec cleanup (#153200) * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Tue Jun 17 2003 Chip Turner 2.20-12 - rebuild * Mon Jan 27 2003 Chip Turner - version bump and rebuild * Wed Nov 20 2002 Chip Turner - rebuild * Tue Sep 10 2002 Chip Turner - remove 'make test' as it seems to open a tty and hang * Tue Aug 6 2002 Chip Turner - automated release bump and build * Tue Aug 6 2002 Chip Turner - update to 2.20 * Wed Jan 30 2002 cturner@redhat.com - Specfile autogenerated