- Build requires gettext (bug #193346).

This commit is contained in:
Tim Waugh 2006-05-30 12:40:11 +00:00
commit 50cedeee45

View file

@ -1,5 +1,5 @@
%define ver 4.13b
%define rel 50
%define rel 51
Summary: Converts text and other types of files to PostScript(TM).
Name: a2ps
@ -47,6 +47,8 @@ PreReq: sed, coreutils
Obsoletes: a2ps-i18n
Provides: a2ps-i18n
BuildRequires: gettext
%description
The a2ps filter converts text and other types of files to PostScript(TM).
A2ps has pretty-printing capabilities and includes support for a wide
@ -230,6 +232,9 @@ fi
%dir %{_datadir}/a2ps
%changelog
* Tue May 30 2006 Tim Waugh <twaugh@redhat.com> 4.13b-51
- Build requires gettext (bug #193346).
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com> 4.13b-50
- Use sort correctly in make_font_map.sh (bug #187884).