From 62798a5e5c5885d07ee4d57cca2b0829c318618b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 19 Dec 2020 01:03:43 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- jbig2dec.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/jbig2dec.spec b/jbig2dec.spec index 91853bd..b3cd24f 100644 --- a/jbig2dec.spec +++ b/jbig2dec.spec @@ -8,6 +8,7 @@ Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download Requires: %{name}-libs = %{version}-%{release} BuildRequires: libtool BuildRequires: libpng-devel +BuildRequires: make %description jbig2dec is a decoder implementation of the JBIG2 image compression format.