Don't BR: perl(Test::Kwalitee) when bootstrapping
This commit is contained in:
parent
6eec1d039f
commit
eaa69dc1aa
@ -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@city-fan.org> - 0.007-3
|
||||
- Don't BR: perl(Test::Kwalitee) when bootstrapping
|
||||
|
||||
* Mon Apr 1 2013 Paul Howarth <paul@city-fan.org> - 0.007-2
|
||||
- Sanitize for Fedora submission
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user