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...