Name: perl-IO-Pty-Easy Version: 0.09 Release: 1%{?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: perl BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Pty) BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Script) 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 -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 24 2014 David Dick - 0.09-1 - Initial release