Name: perl-Expect Version: 1.20 Release: 2%{?dist} Summary: Expect for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Expect/ Source0: http://www.cpan.org/authors/id/R/RG/RGIERSIG/Expect-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(IO::Pty) >= 1.03 BuildRequires: perl(IO::Tty) >= 1.03 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides Expect-like functionality to Perl. Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. %prep %setup -q -n Expect-%{version} %{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' examples/kibitz/kibitz tutorial/[2-6].* chmod a-x examples/ssh.pl examples/kibitz/kibitz tutorial/[2-6].* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README examples/ tutorial/ %{perl_vendorlib}/Expect.* %{_mandir}/man3/*.3pm* %changelog * Wed Mar 05 2008 Tom "spot" Callaway - 1.20-2 - rebuild for new perl * Mon Oct 15 2007 Tom "spot" Callaway - 1.20-1.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Fri Jul 21 2006 Jose Pedro Oliveira - 1.20-1 - Update to 1.20. * Tue Jul 18 2006 Jose Pedro Oliveira - 1.19-1 - Update to 1.19. * Tue Jul 11 2006 Jose Pedro Oliveira - 1.18-1 - Update to 1.18. * Wed May 31 2006 Jose Pedro Oliveira - 1.17-1 - Update to 1.17. * Tue May 16 2006 Jose Pedro Oliveira - 1.16-2 - Description improved as suggested in #191622. * Mon May 08 2006 Jose Pedro Oliveira - 1.16-1 - First build.