Add a dependency on gcc and gcc-c++ (bug #1547165)

This commit is contained in:
Petr Písař 2018-02-23 12:21:41 +01:00
parent 4e5e482495
commit 771673eba6
1 changed files with 13 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Name: perl-ExtUtils-CBuilder
Epoch: 1
# Mimic perl.spec
Version: 0.280230
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Compile and link C code for Perl modules
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/ExtUtils-CBuilder/
@ -32,9 +32,18 @@ BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(Perl::OSType) >= 1
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl-devel
# Optional run-time:
# C and C++ compilers are highly recommended because compiling code is the
# purpose of ExtUtils::CBuilder, bug #1547165
BuildRequires: gcc
BuildRequires: gcc-c++
# Tests:
BuildRequires: perl(Test::More) >= 0.47
# vmsish not used
# C and C++ compilers are highly recommended because compiling code is the
# purpose of ExtUtils::CBuilder, bug #1547165
Requires: gcc
Requires: gcc-c++
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(DynaLoader)
Requires: perl(ExtUtils::Mksymlists) >= 6.30
@ -73,6 +82,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 1:0.280230-3
- Add a dependency on gcc and gcc-c++ (bug #1547165)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280230-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild