- Make ogonkify build.

This commit is contained in:
Tim Waugh 2006-10-25 15:48:54 +00:00
commit a58bf99854

View file

@ -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 <twaugh@redhat.com>
- Make ogonkify build.
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-59
- Fixed multibyte handling (bug #212154).