Update to 0.20 (test updates) No README in upstream distribution BR:

perl(Test::More) More specific files list
This commit is contained in:
Paul Howarth 2009-02-20 10:50:04 +00:00
parent e74863866f
commit f71d06b505
3 changed files with 18 additions and 8 deletions

View File

@ -1 +1 @@
Pod-Coverage-0.19.tar.gz
Pod-Coverage-0.20.tar.gz

View File

@ -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 <paul@city-fan.org> - 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 <tcallawa@redhat.com> - 0.19-3
- Rebuild for perl 5.10 (again), second pass with tests enabled

View File

@ -1 +1 @@
93af52dac8bafed7702ed290d988ffa4 Pod-Coverage-0.19.tar.gz
292a5b8d3a93597af441d3e6467b8ad6 Pod-Coverage-0.20.tar.gz