From 73e7010130eb042173f3fcb293f58a003b487a10 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 11 Jan 2008 04:22:25 +0000 Subject: [PATCH] rebuild first pass, no tests, no Test::Pod --- perl-Pod-Coverage.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Pod-Coverage.spec b/perl-Pod-Coverage.spec index cc44779..d3f40da 100644 --- a/perl-Pod-Coverage.spec +++ b/perl-Pod-Coverage.spec @@ -1,10 +1,10 @@ Name: perl-Pod-Coverage Version: 0.18 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-Coverage/ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Devel::Symdump) -BuildRequires: perl(Test::Pod) +# BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -41,7 +41,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -./Build test +# ./Build test %clean @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 10 2007 Tom "spot" Callaway - 0.18-2.1 +- rebuild (first pass, no tests, no Test::Pod) + * Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 - Version 0.18 is now a noarch package.