[perl-Dist-CheckConflicts] Pod::Coverage::TrustPod now available in all supported releases

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 11 14:36:20 UTC 2012


commit 12a40fe2a079318a259b2577abc15ae509807858
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 11 14:36:00 2012 +0000

    Pod::Coverage::TrustPod now available in all supported releases

 perl-Dist-CheckConflicts.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/perl-Dist-CheckConflicts.spec b/perl-Dist-CheckConflicts.spec
index fe8b2dc..bc94e8f 100644
--- a/perl-Dist-CheckConflicts.spec
+++ b/perl-Dist-CheckConflicts.spec
@@ -6,7 +6,7 @@
 
 Name:		perl-Dist-CheckConflicts
 Version:	0.02
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Declare version conflicts for your dist
 Group:		Development/Libraries
 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
 Patch0:		Dist-CheckConflicts-0.02-old-eumm.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
+BuildRequires:	perl(Carp)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(List::MoreUtils) >= 0.12
-%if "%{?rhel}" != "4"
 BuildRequires:	perl(Pod::Coverage::TrustPod)
-%endif
 BuildRequires:	perl(Sub::Exporter)
 BuildRequires:	perl(Test::EOL)
 BuildRequires:	perl(Test::Fatal)
@@ -28,7 +27,7 @@ BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::NoTabs)
 BuildRequires:	perl(Test::Pod)
 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
 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*
 
 %changelog
+* Wed Jan 11 2012 Paul Howarth <paul at 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 at redhat.com> - 0.02-4
 - Perl mass rebuild
 



More information about the perl-devel mailing list