From f45f33345357015f5cdc9029d7bc6074d411d81a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 27 Feb 2008 15:04:23 +0000 Subject: [PATCH] Rebuild perl 5.10.0, round two --- 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 fbd89a1..2679b65 100644 --- a/perl-Pod-Coverage.spec +++ b/perl-Pod-Coverage.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage Version: 0.19 -Release: 1%{?dist} +Release: 2%{?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-2 +- Rebuild for perl 5.10 (again), first pass without Test::Pod, tests + * Sat Jan 12 2008 Steven Pritchard 0.19-1 - Update to 0.19. - Use fixperms macro instead of our own chmod incantation.