From 519c6c9021708bb2a0aa8ddc7979e4625c6404e8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 8 Jun 2011 09:09:24 -0500 Subject: [PATCH] explicitely BuildRequire gtk2 --- gettext.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gettext.spec b/gettext.spec index 197c1f5..5e8826a 100644 --- a/gettext.spec +++ b/gettext.spec @@ -6,7 +6,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: 0.18.1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ and LGPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/gettext/ @@ -36,6 +36,8 @@ BuildRequires: emacs BuildRequires: git %endif BuildRequires: chrpath +#build requires gtk2 its pulled in automatically on some arches but not all. +BuildRequires: gtk2 Requires(post): info Requires(preun): info @@ -326,6 +328,9 @@ fi %{_emacs_sitelispdir}/%{name}/*.el %changelog +* Wed Jun 08 2011 Dennis Gilmore - 0.18.1.1-8 +- explicitly BuildRequire gtk2 + * Tue Feb 08 2011 Fedora Release Engineering - 0.18.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild