From 442b7cfbc1c005851450b1f00df1e840c859f894 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 19 Dec 2020 00:09:34 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- gspell.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gspell.spec b/gspell.spec index 961d959..0adbb0d 100644 --- a/gspell.spec +++ b/gspell.spec @@ -17,6 +17,7 @@ BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} BuildRequires: pkgconfig(iso-codes) BuildRequires: vala +BuildRequires: make Requires: glib2%{?_isa} >= %{glib2_version} Requires: gtk3%{?_isa} >= %{gtk3_version}