From d614742c42c1529617d7487b78ce5c362c9afc71 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:44 +0200 Subject: [PATCH] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- gflags.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gflags.spec b/gflags.spec index 993c945..2d7220d 100644 --- a/gflags.spec +++ b/gflags.spec @@ -8,6 +8,7 @@ License: BSD URL: https://gflags.github.io/gflags/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Patch1: gflags-0001-Set-VERSION-property-of-library-targets-to-major.patch +BuildRequires: gcc-c++ BuildRequires: python2-setuptools BuildRequires: cmake