From e5bc870eabd254bc98103e88a21b636bf6e07429 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Nov 2020 12:16:07 +1000 Subject: [PATCH] Add BuildRequires for make --- libXpresent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libXpresent.spec b/libXpresent.spec index fb1bbee..62c7707 100644 --- a/libXpresent.spec +++ b/libXpresent.spec @@ -1,12 +1,13 @@ Name: libXpresent Version: 1.0.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A Xlib-compatible API for the Present extension License: MIT URL: https://www.x.org Source0: https://xorg.freedesktop.org/archive/individual/lib/libXpresent-%{version}.tar.bz2 +BuildRequires: make BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: gettext @@ -55,6 +56,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man3/*.3* %changelog +* Thu Nov 5 12:16:06 AEST 2020 Peter Hutterer - 1.0.0-13 +- Add BuildRequires for make + * Wed Aug 19 2020 Adam Jackson - Use https URLs