From aa59f8efad40d7c74144ac9e130f3869dea01cb1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:35:59 +0000 Subject: Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1604563 Signed-off-by: Igor Gnatenko --- diff --git a/libcsv.spec b/libcsv.spec index 70b2b77..63ebda8 100644 --- a/libcsv.spec +++ b/libcsv.spec @@ -9,6 +9,7 @@ URL: http://sourceforge.net/projects/libcsv/ Source0: http://downloads.sourceforge.net/project/libcsv/libcsv/libcsv-%{version}/libcsv-%{version}.tar.gz Patch0: fix-soname-version.patch +BuildRequires: gcc %description libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. It provides a straight-forward interface