Don't BR: perl(IPC::System::Simple) when bootstrapping

This commit is contained in:
Jitka Plesnikova 2017-05-12 13:29:40 +02:00
parent 3a74f9162f
commit 6907be2cba
1 changed files with 8 additions and 2 deletions

View File

@ -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 <jplesnik@redhat.com> - 4.06-3
- Don't BR: perl(IPC::System::Simple) when bootstrapping
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.06-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild