Add BuildRequires for make
This commit is contained in:
parent
82fd8696a8
commit
c066ccabc4
@ -5,7 +5,7 @@
|
||||
Summary: X.Org X11 libXrender runtime library
|
||||
Name: libXrender
|
||||
Version: 0.9.10
|
||||
Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 13%{?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: xorg-x11-util-macros
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: pkgconfig
|
||||
@ -67,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/xrender.pc
|
||||
|
||||
%changelog
|
||||
* Thu Nov 5 12:26:07 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 0.9.10-13
|
||||
- Add BuildRequires for make
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.10-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user