commit eaa69dc1aa698f7c8a89c85e02c8381c47cac77b Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Fri Jul 5 22:10:07 2013 +0100 Don't BR: perl(Test::Kwalitee) when bootstrapping perl-ExtUtils-Config.spec | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) --- 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 <paul@xxxxxxxxxxxx> - 0.007-3 +- Don't BR: perl(Test::Kwalitee) when bootstrapping + * Mon Apr 1 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 0.007-2 - Sanitize for Fedora submission -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel