From 75d4557031453c52293bb221eb688009d942ba14 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Fri, 3 Feb 2006 17:07:18 +0000 Subject: [PATCH] Update to 1.24. --- .cvsignore | 2 +- perl-Test-Pod.spec | 21 ++++++++++++++------- sources | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8e7ce34..c6d941e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Test-Pod-1.20.tar.gz +Test-Pod-1.24.tar.gz diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec index 63bed66..178b4f2 100644 --- a/perl-Test-Pod.spec +++ b/perl-Test-Pod.spec @@ -1,18 +1,19 @@ Name: perl-Test-Pod -Version: 1.20 -Release: 3%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Perl module for checking for POD errors in files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Test-Pod/ -Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-1.20.tar.gz +Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(Pod::Simple), perl(Test::Builder::Tester) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Pod::Simple) >= 2.04 +BuildRequires: perl(Test::Builder::Tester) >= 1.02 +BuildRequires: perl(Test::More) >= 0.62 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. @@ -35,7 +36,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -51,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 3 2006 Jose Pedro Oliveira - 1.24-1 +- Update to 1.24. + +* Thu Dec 29 2005 Jose Pedro Oliveira - 1.22-1 +- Update to 1.22. + * Thu May 12 2005 Jose Pedro Oliveira - 1.20-3 - Add dist tag. diff --git a/sources b/sources index 70c750f..13e5798 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ccd3b460f817ccf6ac251f06cd2b4f4 Test-Pod-1.20.tar.gz +ebbc3e7a8128cee44f5289b13e4aac5e Test-Pod-1.24.tar.gz