Update to 0.20 (test updates) No README in upstream distribution BR:
perl(Test::More) More specific files list
This commit is contained in:
parent
e74863866f
commit
f71d06b505
@ -1 +1 @@
|
||||
Pod-Coverage-0.19.tar.gz
|
||||
Pod-Coverage-0.20.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user