From b6889ecb4c834075be02ee23666026820204ff80 Mon Sep 17 00:00:00 2001 From: vcrhonek Date: Fri, 31 Aug 2007 08:25:46 +0000 Subject: [PATCH] Add gettext to BuildRequires (AM_ICONV) --- tcsh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 7846a2b..8a5e922 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -15,7 +15,7 @@ Requires(post): grep Requires(postun): coreutils, grep URL: http://www.tcsh.org/ Buildroot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: autoconf, automake, ncurses-devel +BuildRequires: autoconf, automake, ncurses-devel, gettext %description Tcsh is an enhanced but completely compatible version of csh, the C @@ -100,6 +100,7 @@ fi * Mon Aug 27 2007 Vitezslav Crhonek - 6.15-1 - Update to tcsh-6.15.00 - Fix license +- Add gettext to BuildRequires (AM_ICONV) * Wed Apr 25 2007 Vitezslav Crhonek - 6.14-16 - Fix floating exception in print_by_column() with unprintable characters