Update to 1.24.

This commit is contained in:
Jose Pedro Oliveira 2006-02-03 17:07:18 +00:00
parent a1aab51ead
commit 75d4557031
3 changed files with 16 additions and 9 deletions

View File

@ -1 +1 @@
Test-Pod-1.20.tar.gz
Test-Pod-1.24.tar.gz

View File

@ -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 <jpo at di.uminho.pt> - 1.24-1
- Update to 1.24.
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
- Update to 1.22.
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
- Add dist tag.

View File

@ -1 +1 @@
2ccd3b460f817ccf6ac251f06cd2b4f4 Test-Pod-1.20.tar.gz
ebbc3e7a8128cee44f5289b13e4aac5e Test-Pod-1.24.tar.gz