Add R: gettext, apparently required now...

This commit is contained in:
Jarod Wilson 2008-05-13 13:54:18 +00:00
parent 25e8837fd6
commit 879fcdcc4b

View File

@ -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 <jwilson@redhat.com> 1.3-0.14.beta4
- Drop some conditional flags, they're not working at the moment...