From e2ce9aebf28c65f0210b65f845a588b07f4b3114 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Jan 05 2021 01:37:20 +0000 Subject: Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- diff --git a/libcsv.spec b/libcsv.spec index 1906a43..5432d38 100644 --- a/libcsv.spec +++ b/libcsv.spec @@ -9,6 +9,7 @@ Source0: http://downloads.sourceforge.net/project/libcsv/libcsv/libcsv-%{version Patch0: fix-soname-version.patch BuildRequires: gcc +BuildRequires: make %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