From f71d2ccdecf5284ec727419c319947959255836a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 21:44:49 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- soundtouch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/soundtouch.spec b/soundtouch.spec index 459402e..47c4b0f 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -5,6 +5,7 @@ Summary: Audio Processing library for changing Tempo, Pitch and Playback License: LGPLv2+ URL: http://www.surina.net/soundtouch/ Source0: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: autoconf automake libtool