update to 0.092832
This commit is contained in:
parent
0b26c53500
commit
e577671352
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Pod-Coverage-TrustPod-0.092830.tar.gz
|
||||
/Pod-Coverage-TrustPod-0.092832.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user