Don't BR Test::CPAN::Changes when bootstrapping
This commit is contained in:
parent
da8cf2bee4
commit
8ebe04d9ca
@ -1,7 +1,7 @@
|
||||
Name: perl-CGI
|
||||
Summary: Handle Common Gateway Interface requests and responses
|
||||
Version: 4.28
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: (GPL+ or Artistic) and Artistic 2.0
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-%{version}.tar.gz
|
||||
@ -47,8 +47,10 @@ BuildRequires: perl(Test::Deep) >= 0.11
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Warn)
|
||||
BuildRequires: perl(utf8)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Optional tests
|
||||
BuildRequires: perl(Test::CPAN::Changes)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
%if 0%(perl -e 'print $] >= 5.019')
|
||||
Requires: perl(deprecate)
|
||||
@ -101,6 +103,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.28-4
|
||||
- Don't BR Test::CPAN::Changes when bootstrapping
|
||||
|
||||
* Thu Mar 17 2016 Petr Pisar <ppisar@redhat.com> - 4.28-3
|
||||
- Drop Test::Deep patch
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user