Name: perl-IO-Pty-Easy Version: 0.10 Release: 2%{?dist} Summary: Easy interface to IO::Pty License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-Pty-Easy/ Source0: http://www.cpan.org/modules/by-module/IO/IO-Pty-Easy-%{version}.tar.gz BuildArch: noarch BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(base) BuildRequires: perl(blib) BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Pty) BuildRequires: perl(IPC::Open3) BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly details of handling ptys, wrapping them instead in simple spawn/read/write commands. %prep %setup -q -n IO-Pty-Easy-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %license LICENSE %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 11 2017 Fedora Release Engineering - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 01 2016 Jitka Plesnikova - 0.10-1 - 0.10 bump * Sun May 15 2016 Jitka Plesnikova - 0.09-7 - Perl 5.24 rebuild * Fri Mar 04 2016 Petr Pisar - 0.09-6 - Fix a race in t/read-write.t test (bug #1314777) * Thu Feb 04 2016 Fedora Release Engineering - 0.09-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.09-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova - 0.09-3 - Perl 5.22 rebuild * Thu Aug 28 2014 Jitka Plesnikova - 0.09-2 - Perl 5.20 rebuild * Thu Jul 24 2014 David Dick - 0.09-1 - Initial release