From 879fcdcc4be3bac6824d6185670c34f23caf95ff Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Tue, 13 May 2008 13:54:18 +0000 Subject: [PATCH] Add R: gettext, apparently required now... --- rrdtool.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index 786a61c..616791c 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: dejavu-lgc-fonts BuildRequires: gcc-c++, openssl-devel, freetype-devel BuildRequires: libpng-devel, zlib-devel, cairo-devel, pango-devel -BuildRequires: libtool, groff +BuildRequires: libtool, groff, gettext BuildRequires: perl-ExtUtils-MakeMaker perl-devel %description @@ -324,6 +324,7 @@ find examples/ -type f -exec chmod 0644 {} \; - Update to rrdtool 1.3 rc1 - Fix versioning in changelog entries, had an extra 0 in there... - Drop cairo and python patches, they're in 1.3 rc1 +- Add Requires: gettext for new translations * Wed Apr 30 2008 Jarod Wilson 1.3-0.14.beta4 - Drop some conditional flags, they're not working at the moment...