From f71d06b50590cb32caa2185eea0594c616d2e697 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 20 Feb 2009 10:50:04 +0000 Subject: [PATCH] Update to 0.20 (test updates) No README in upstream distribution BR: perl(Test::More) More specific files list --- .cvsignore | 2 +- perl-Pod-Coverage.spec | 22 ++++++++++++++++------ sources | 2 +- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 037505e..216be15 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Pod-Coverage-0.19.tar.gz +Pod-Coverage-0.20.tar.gz diff --git a/perl-Pod-Coverage.spec b/perl-Pod-Coverage.spec index b0834fa..dbf4485 100644 --- a/perl-Pod-Coverage.spec +++ b/perl-Pod-Coverage.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage -Version: 0.19 -Release: 3%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Checks if the documentation of a module is comprehensive License: GPL+ or Artistic Group: Development/Libraries @@ -10,6 +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::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -44,12 +45,21 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README examples/ -%{_bindir}/* -%{perl_vendorlib}/* -%{_mandir}/man3/* +%doc Changes examples/ +%{_bindir}/pod_cover +%{perl_vendorlib}/Pod/ +%{_mandir}/man3/Pod::Coverage.3pm* +%{_mandir}/man3/Pod::Coverage::CountParents.3pm* +%{_mandir}/man3/Pod::Coverage::ExportOnly.3pm* +%{_mandir}/man3/Pod::Coverage::Overloader.3pm* %changelog +* Fri Feb 20 2009 Paul Howarth - 0.20-1 +- Update to 0.20 (test updates) +- No README in upstream distribution +- BR: perl(Test::More) +- More specific files list + * Wed Feb 27 2008 Tom "spot" Callaway - 0.19-3 - Rebuild for perl 5.10 (again), second pass with tests enabled diff --git a/sources b/sources index 8fbf874..5a45329 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93af52dac8bafed7702ed290d988ffa4 Pod-Coverage-0.19.tar.gz +292a5b8d3a93597af441d3e6467b8ad6 Pod-Coverage-0.20.tar.gz