From 65b02b8ab63f87e18bd2cf07f7d1775b6702543e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Feb 2008 12:59:46 +0000 Subject: [PATCH] perl rebuild, third small chain --- perl-IPC-Run3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 2db9082..e5f443c 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run3 Version: 0.040 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc License: GPL+ or BSD or Artistic Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) # For improved tests -# BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -40,7 +40,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -# make test +make test %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Feb 28 2008 Tom "spot" Callaway - 0.040-4 +- Rebuild normally, second pass + * Wed Feb 27 2008 Tom "spot" Callaway - 0.040-3 - Rebuild for perl 5.10 (again), disable tests for first pass