From eaa69dc1aa698f7c8a89c85e02c8381c47cac77b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 05 2013 21:10:07 +0000 Subject: Don't BR: perl(Test::Kwalitee) when bootstrapping --- diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec index bee59af..bb6efd7 100644 --- a/perl-ExtUtils-Config.spec +++ b/perl-ExtUtils-Config.spec @@ -3,7 +3,7 @@ Name: perl-ExtUtils-Config Version: 0.007 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A wrapper for perl's configuration Group: Development/Libraries License: GPL+ or Artistic @@ -23,7 +23,10 @@ BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) # Release Tests BuildRequires: perl(Pod::Coverage::TrustPod) +# Test::Kwalitee builds using Module::Build::Tiny, which requires ExtUtils::Config +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(Test::Kwalitee) +%endif BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # Runtime @@ -62,6 +65,9 @@ rm -rf %{buildroot} %{_mandir}/man3/ExtUtils::Config.3pm* %changelog +* Fri Jul 5 2013 Paul Howarth - 0.007-3 +- Don't BR: perl(Test::Kwalitee) when bootstrapping + * Mon Apr 1 2013 Paul Howarth - 0.007-2 - Sanitize for Fedora submission