From 2a698a2262d1c17ded57de19d1a8e3b8f69fc211 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:47 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- libgta.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libgta.spec b/libgta.spec index e5fa7e4..ce9f1a2 100644 --- a/libgta.spec +++ b/libgta.spec @@ -6,6 +6,7 @@ Group: System Environment/Libraries License: LGPLv2+ URL: http://gta.nongnu.org Source0: http://download.savannah.nongnu.org/releases/gta/%{name}-%{version}.tar.xz +BuildRequires: gcc BuildRequires: doxygen BuildRequires: bzip2-devel BuildRequires: zlib-devel