Add BuildRequires for make
This commit is contained in:
parent
f22c294cb1
commit
27921d5cf2
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.13.1
|
Version: 1.13.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org/
|
URL: http://xcb.freedesktop.org/
|
||||||
@ -15,6 +15,7 @@ Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
|||||||
# the pkgconfig file so libs that link against libxcb know this...
|
# the pkgconfig file so libs that link against libxcb know this...
|
||||||
Source1: pthread-stubs.pc.in
|
Source1: pthread-stubs.pc.in
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -116,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 5 11:20:53 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.13.1-6
|
||||||
|
- Add BuildRequires for make
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-5
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user