Update to 1.08.

This commit is contained in:
Jose Pedro Oliveira 2006-01-26 08:25:49 +00:00
parent 14319e547f
commit dc9cf4f18c
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
Test-Pod-Coverage-1.06.tar.gz
Test-Pod-Coverage-1.08.tar.gz

View File

@ -1,19 +1,19 @@
Name: perl-Test-Pod-Coverage
Version: 1.06
Release: 3%{?dist}
Version: 1.08
Release: 1%{?dist}
Summary: Check for pod coverage in your distribution
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Test-Pod-Coverage/
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-1.06.tar.gz
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Builder::Tester)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(Test::Pod), perl(Test::Builder::Tester)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Checks for POD coverage in files for your distribution.
@ -36,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
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
- Update to 1.08.
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
- Add dist tag.

View File

@ -1 +1 @@
2e9991d4ac04149179fa60f621b3f42f Test-Pod-Coverage-1.06.tar.gz
33405cca7c75b7b89c06ba30eea66692 Test-Pod-Coverage-1.08.tar.gz