diff --git a/a2ps.spec b/a2ps.spec index 03fe244..98d2d46 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -37,6 +37,7 @@ Patch28: a2ps-wdiff.patch Patch29: a2ps-U.patch Patch30: a2ps-psset.patch Patch31: a2ps-mb.patch +Patch32: a2ps-perl.patch Requires: fileutils sh-utils info BuildRequires: /usr/bin/emacs, gperf, flex, libtool, texinfo, groff BuildRequires: ImageMagick @@ -132,12 +133,17 @@ and medias. # Fixed multibyte handling (bug #212154). %patch31 -p1 -b .mb +# Make ogonkify build. +%patch32 -p1 -b .perl + # Fix reference to a2ps binary (bug #112930). perl -pi -e "s,/usr/local/bin,%{_bindir}," contrib/emacs/a2ps.el libtoolize --copy --force cp /usr/share/aclocal/libtool.m4 m4/ aclocal -I m4 autoconf +cd ogonkify +autoconf %build chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc @@ -242,6 +248,9 @@ fi %dir %{_datadir}/a2ps %changelog +* Wed Oct 25 2006 Tim Waugh +- Make ogonkify build. + * Wed Oct 25 2006 Tim Waugh 4.13b-59 - Fixed multibyte handling (bug #212154).