Fixed FTBFS by adding gcc-c++ requirement
Resolves: rhbz#1604307
This commit is contained in:
parent
09479a0032
commit
8ba250c731
@ -3,7 +3,7 @@
|
||||
|
||||
Name: hamlib
|
||||
Version: 3.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Run-time library to control radio transceivers and receivers
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -12,7 +12,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?pr
|
||||
|
||||
Patch0: hamlib-3.0-perl_install.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc, gcc-c++
|
||||
BuildRequires: python2-devel, swig, gd-devel, libxml2-devel, tcl-devel
|
||||
BuildRequires: libusb-devel, pkgconfig, boost-devel, libtool-ltdl-devel
|
||||
BuildRequires: doxygen
|
||||
@ -210,6 +210,10 @@ make V=1 check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.2-5
|
||||
- Fixed FTBFS by adding gcc-c++ requirement
|
||||
Resolves: rhbz#1604307
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user