From 70faa92af40f1df071a97c16ef394dbabbda803f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:52 +0200 Subject: [PATCH] add BuildRequires: gcc-c++,gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- tinyxml2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tinyxml2.spec b/tinyxml2.spec index dd64d6d..d69acce 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -21,6 +21,8 @@ Source0: https://github.com/%{githubparent}/%{name}/archive/%{commit}/%{n Source1: GNUInstallDirs.cmake Patch0: tinyxml2-epelbuild.patch +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: cmake %description