diff --git a/perl-Term-ANSIColor.spec b/perl-Term-ANSIColor.spec index 9c69ee9..8c14e89 100644 --- a/perl-Term-ANSIColor.spec +++ b/perl-Term-ANSIColor.spec @@ -1,6 +1,6 @@ Name: perl-Term-ANSIColor Version: 4.06 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Color screen output using ANSI escape sequences License: GPL+ or Artistic Group: Development/Libraries @@ -22,10 +22,13 @@ BuildRequires: perl(Exporter) # Tests BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) -BuildRequires: perl(IPC::System::Simple) BuildRequires: perl(lib) BuildRequires: perl(overload) BuildRequires: perl(Test::More) +# Optional tests +%if !%{defined perl_bootstrap} +BuildRequires: perl(IPC::System::Simple) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -56,6 +59,9 @@ make test %{_mandir}/man3/* %changelog +* Fri May 12 2017 Jitka Plesnikova - 4.06-3 +- Don't BR: perl(IPC::System::Simple) when bootstrapping + * Sat Feb 11 2017 Fedora Release Engineering - 4.06-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild