From dcd3e38700496457c210251f880403632167835a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 26 Jun 2023 19:52:58 -0400 Subject: [PATCH] Fix missing build dependencies xorg-x11-util-macros 1.20.0 dropped its dependency on libtool, which pulls in gcc. --- libfontenc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfontenc.spec b/libfontenc.spec index 7680ac3..90ed65f 100644 --- a/libfontenc.spec +++ b/libfontenc.spec @@ -9,6 +9,8 @@ License: MIT URL: http://www.x.org Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz +BuildRequires: gcc +BuildRequires: libtool BuildRequires: pkgconfig make BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-proto-devel