From 856c19ef05ae58e0ddea0916a13687875c5d427a Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 15 May 2006 16:37:42 +0000 Subject: [PATCH] BuildRequires libX11-devel. --- tix.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tix.spec b/tix.spec index a28d944..9650712 100644 --- a/tix.spec +++ b/tix.spec @@ -5,7 +5,7 @@ Summary: A set of extension widgets for Tk Name: tix Epoch: 1 Version: %{tixmajor}.0 -Release: 8 +Release: 9 License: BSD Group: Development/Languages URL: http://tix.sourceforge.net/ @@ -15,6 +15,7 @@ Patch1: tix-%{version}-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: tcl >= %{tcltkver}, tk >= %{tcltkver} Buildrequires: tcl-devel >= %{tcltkver}, tk-devel >= %{tcltkver} +BuildRequires: libX11-devel %description Tix, the Tk Interface eXtension, is a powerful set of user interface @@ -125,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT %doc docs/* %changelog +* Mon May 15 2006 David Cantrell - 1:8.4.0-9 +- BuildRequires libX11-devel + * Thu Apr 20 2006 David Cantrell - 1:8.4.0-8 - Rebuild against Tcl/Tk 8.4.13