Name: perl-IO-CaptureOutput Version: 1.10 Release: 1%{?dist} Summary: Capture STDOUT/STDERR from subprocesses and XS/C modules Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/IO-CaptureOutput Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Inline), perl(Parse::RecDescent), perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n IO-CaptureOutput-%{version} %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 %{perl_vendorlib}/IO %{_mandir}/man3/*.3* %changelog * Thu Nov 20 2008 Tom "spot" Callaway 1.10-1 - update to 1.10 * Tue Feb 5 2008 Tom "spot" Callaway 1.06-2 - rebuild for new perl * Wed Dec 19 2007 Tom "spot" Callaway 1.06-1 - bump to 1.06 * Sun Aug 26 2007 Tom "spot" Callaway 1.03-6 - license fix * Fri Sep 15 2006 Tom "spot" Callaway 1.03-5 - bump for fc6 * Wed Aug 17 2005 Tom "spot" Callaway 1.03-4 - add BR (Test::Pod) * Wed Aug 17 2005 Tom "spot" Callaway 1.03-3 - more cleanups - add BR so testing passes * Fri Jul 8 2005 Tom "spot" Callaway 1.03-2 - cleanups * Wed Jul 6 2005 Tom "spot" Callaway 1.03-1 - Initial package for Fedora Extras