From e8c9405de88fcaa0fe618762d05a3af88bee4848 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Dec 18 2020 23:06:14 +0000 Subject: Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- diff --git a/gawk-nl_langinfo.spec b/gawk-nl_langinfo.spec index 59206fe..14e10a4 100644 --- a/gawk-nl_langinfo.spec +++ b/gawk-nl_langinfo.spec @@ -14,6 +14,7 @@ BuildRequires: gcc # Make sure the API version is compatible with our source code: BuildRequires: gawk(abi) >= 1.1 BuildRequires: gawk(abi) < 4.0 +BuildRequires: make # At runtime, the ABI must be compatible with the compile-time version %global gawk_api_version %(gawk 'BEGINFILE {if (ERRNO) nextfile} match($0, /#define gawk_api_(major|minor)_version[[:space:]]+([[:digit:]]+)/, f) {v[f[1]] = f[2]} END {print (v["major"] "." v["minor"])}' /usr/include/gawkapi.h)