From e74863866f7789d2aef80935c7cbd8392115c604 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 27 Feb 2008 21:35:26 +0000 Subject: [PATCH] second pass --- perl-Pod-Coverage.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Pod-Coverage.spec b/perl-Pod-Coverage.spec index 2679b65..b0834fa 100644 --- a/perl-Pod-Coverage.spec +++ b/perl-Pod-Coverage.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage Version: 0.19 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Checks if the documentation of a module is comprehensive License: GPL+ or Artistic Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Devel::Symdump) >= 2.01 BuildRequires: perl(Module::Build) -# BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +37,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -# ./Build test +./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.19-3 +- Rebuild for perl 5.10 (again), second pass with tests enabled + * Wed Feb 27 2008 Tom "spot" Callaway - 0.19-2 - Rebuild for perl 5.10 (again), first pass without Test::Pod, tests