Add BuildRequires for make
This commit is contained in:
parent
2565156b26
commit
1eca1d4354
@ -5,7 +5,7 @@
|
||||
Summary: X.Org X11 libXext runtime library
|
||||
Name: libXext
|
||||
Version: 1.3.4
|
||||
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
|
||||
@ -19,6 +19,7 @@ Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.t
|
||||
|
||||
Requires: libX11 >= 1.5.99.902
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: xorg-x11-proto-devel >= 7.4-23
|
||||
BuildRequires: libX11-devel >= 1.5.99.902
|
||||
@ -87,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 5 11:24:29 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.4-5
|
||||
- Add BuildRequires for make
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user