Add make to BuildRequires
This commit is contained in:
parent
110e6ab1e6
commit
ae0ee095f9
@ -5,7 +5,7 @@
|
||||
Summary: X.Org X11 DMX runtime library
|
||||
Name: libdmx
|
||||
Version: 1.1.4
|
||||
Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
|
||||
@ -20,7 +20,7 @@ Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.
|
||||
Requires: libX11 >= 1.6.0
|
||||
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: autoconf automake libtool make
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: libX11-devel >= 1.6.0
|
||||
|
||||
@ -65,6 +65,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_includedir}/X11/extensions/dmxext.h
|
||||
|
||||
%changelog
|
||||
* Tue Dec 01 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.1.4-9
|
||||
- Add make to BuildRequires
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user