Add buildrequires gcc
This commit is contained in:
parent
f7d8d870db
commit
54d2696ee3
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libxkbfile runtime library
|
Summary: X.Org X11 libxkbfile runtime library
|
||||||
Name: libxkbfile
|
Name: libxkbfile
|
||||||
Version: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -9,6 +9,7 @@ URL: http://www.x.org
|
|||||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: pkgconfig(xproto) pkgconfig(x11)
|
BuildRequires: pkgconfig(xproto) pkgconfig(x11)
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libxkbfile runtime library
|
X.Org X11 libxkbfile runtime library
|
||||||
@ -58,6 +59,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_libdir}/pkgconfig/xkbfile.pc
|
%{_libdir}/pkgconfig/xkbfile.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 24 2018 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.0.9-11
|
||||||
|
- Add buildrequires gcc (#1604693 because of #1551327)
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-10
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user