Pod::Coverage::TrustPod now available in all supported releases
This commit is contained in:
parent
cb151ca704
commit
12a40fe2a0
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: perl-Dist-CheckConflicts
|
Name: perl-Dist-CheckConflicts
|
||||||
Version: 0.02
|
Version: 0.02
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Declare version conflicts for your dist
|
Summary: Declare version conflicts for your dist
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -14,13 +14,12 @@ URL: http://search.cpan.org/dist/Dist-CheckConflicts/
|
|||||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-%{version}.tar.gz
|
||||||
Patch0: Dist-CheckConflicts-0.02-old-eumm.patch
|
Patch0: Dist-CheckConflicts-0.02-old-eumm.patch
|
||||||
Patch1: Dist-CheckConflicts-0.02-old-Test::More.patch
|
Patch1: Dist-CheckConflicts-0.02-old-Test::More.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(List::MoreUtils) >= 0.12
|
BuildRequires: perl(List::MoreUtils) >= 0.12
|
||||||
%if "%{?rhel}" != "4"
|
|
||||||
BuildRequires: perl(Pod::Coverage::TrustPod)
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||||
%endif
|
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Test::EOL)
|
BuildRequires: perl(Test::EOL)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
@ -28,7 +27,7 @@ BuildRequires: perl(Test::More)
|
|||||||
BuildRequires: perl(Test::NoTabs)
|
BuildRequires: perl(Test::NoTabs)
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
One shortcoming of the CPAN clients that currently exist is that they have no
|
One shortcoming of the CPAN clients that currently exist is that they have no
|
||||||
@ -85,6 +84,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Dist::CheckConflicts.3pm*
|
%{_mandir}/man3/Dist::CheckConflicts.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 0.02-5
|
||||||
|
- Pod::Coverage::TrustPod now available in all supported releases
|
||||||
|
- BR: perl(Carp)
|
||||||
|
|
||||||
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.02-4
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.02-4
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user