diff --git a/a2ps.spec b/a2ps.spec index 2ec934b..c3daa43 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -37,6 +37,7 @@ Patch29: a2ps-U.patch Patch30: a2ps-psset.patch Patch31: a2ps-mb.patch Patch32: a2ps-perl.patch +Patch33: a2ps-build.patch Requires: fileutils sh-utils info BuildRequires: /usr/bin/emacs, gperf, flex, libtool, texinfo, groff BuildRequires: ImageMagick @@ -139,8 +140,11 @@ libtoolize --copy --force cp /usr/share/aclocal/libtool.m4 m4/ aclocal -I m4 autoconf -cd ogonkify +pushd ogonkify autoconf +popd + +%patch33 -p1 -b .build %build chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc @@ -247,7 +251,8 @@ exit 0 %dir %{_datadir}/a2ps %changelog -* Mon Jan 22 2007 Tim Waugh 4.13b-60 +* Tue Jan 23 2007 Tim Waugh 4.13b-60 +- Force it to build by hacking the configure script. - Don't need rm patch. - Make scriptlets unconditionally succeed (bug #223674).