|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Pod-Coverage-TrustPod
|
|
|
|
|
Version: 0.092830
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.092832
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Allow a module's pod to contain Pod::Coverage hints
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -8,9 +8,11 @@ URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Carp::Heavy)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Pod::Coverage)
|
|
|
|
|
BuildRequires: perl(Pod::Coverage::CountParents)
|
|
|
|
|
BuildRequires: perl(Pod::Eventual::Simple)
|
|
|
|
|
BuildRequires: perl(Pod::Find)
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
|
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
|
|