From dc64b69a06288ef3e4be47894714dc7829e59553 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 05:32:57 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- ncmpcpp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ncmpcpp.spec b/ncmpcpp.spec index 025b8ea..c5b1dd0 100644 --- a/ncmpcpp.spec +++ b/ncmpcpp.spec @@ -6,6 +6,7 @@ License: GPLv2+ URL: http://ncmpcpp.rybczak.net/ Source0: http://ncmpcpp.rybczak.net/stable/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: curl-devel BuildRequires: taglib-devel