From 402cd5fdea455f10e5f5d07d4454547b4232dab6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 16:18:59 +0200 Subject: [PATCH] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- libvoikko.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libvoikko.spec b/libvoikko.spec index 603a4c2..53ec335 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -15,6 +15,7 @@ Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version} # The usual format of test release URLs #Source0: http://www.puimula.org/htp/testing/%%{name}-%%{version}rc1.tar.gz +BuildRequires: gcc-c++ BuildRequires: python3-devel %if 0%{?with_python2} BuildRequires: python2-devel