Summary: Capture output from STDERR and warn() Name: perl-IO-Capture-ErrorMessages Version: 0.0 Release: 1.n0i.1 Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/module/IO::Capture::ErrorMessages Source0: ftp://ftp.cpan.org/authors/id/R/RE/REYNOLDS/IO-Capture-0.03.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(%{__perl} -le 'printf "%%vd", $^V')) %description IO::Capture::ErrorMessages is a DEPRECATED module that can be used to capture output from STDERR and warn(). Hopefully people will switch to using IO::Capture::Stderr and let this old toy rest in peace. %prep %setup -n IO-Capture-0.03 %build PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name .packlist -delete || : find $RPM_BUILD_ROOT -type f -name '*.bs' -a -empty -delete || : find $RPM_BUILD_ROOT -depth -type d -a -empty -delete || : %{__chmod} -R u+w,go-w $RPM_BUILD_ROOT/* find $RPM_BUILD_ROOT | xargs -r touch %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/IO::Capture::ErrorMessages.* %{perl_vendorlib}/IO/Capture/ErrorMessages.pm %exclude %{perl_vendorlib}/IO/Capture.pm %exclude %{perl_vendorlib}/IO/Capture/[O-Z]* %exclude %{_mandir}/man3/IO::Capture.* %exclude %{_mandir}/man3/IO::Capture::[O-Z]* %changelog * Tue Sep 13 2005 Marius Feraru 0.0-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.10 - rebuild on perl 5.8.7 * Thu Jul 28 2005 Marius Feraru 0.05-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Sun Mar 20 2005 Marius Feraru 0:0.03-1.n0i.3 - automatic rebuild (perl 5.8.6) * Sun Dec 05 2004 Marius Feraru 0:0.03-1.n0i.2 - automatic rebuild (perl 5.8.6) * Mon Oct 04 2004 Marius Feraru 0:0.03-1.n0i.1 - version 0.03 - spec file (re?)created using N0i::CPAN::RPMizer/2004083101