From 50815c6e51f2cde447805dc644ec35c3e4d012a4 Mon Sep 17 00:00:00 2001 From: gbenson Date: Jul 14 2005 15:14:18 +0000 Subject: This gets us past bootstrapping, but it still won't build --- diff --git a/ant.spec b/ant.spec index a5c0841..8e531b9 100644 --- a/ant.spec +++ b/ant.spec @@ -20,6 +20,7 @@ Source2: apache-ant-%{version}.ant.conf Patch0: apache-ant-%{version}.patch Patch1: apache-ant-%{version}-rpm.patch Patch3: apache-ant-bz157750.patch +Patch4: apache-ant-bz163249.patch Requires: jaxp_parser_impl Requires: jpackage-utils >= 0:1.5 Requires: java-devel @@ -355,6 +356,11 @@ Javadoc pour %{name}. # build the javah task (#157750) and make it work with java-gcj-compat %patch3 -p1 -b .orig +# work around some stacktrace breakage on ia64 (#163249) +%ifarch ia64 +%patch4 -p1 -b .orig +%endif + # clean jar files find . -name "*.jar" -exec rm -f {} \;