From 87e23ee4e5af44700bad1829f25c118841441d83 Mon Sep 17 00:00:00 2001 From: gbenson Date: Mon, 23 May 2005 12:02:02 +0000 Subject: [PATCH] Build the javah task (#157750) --- ant.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ant.spec b/ant.spec index 1301e0c..8b0b269 100644 --- a/ant.spec +++ b/ant.spec @@ -3,7 +3,7 @@ Name: ant Version: 1.6.2 -Release: 3jpp_6fc +Release: 3jpp_7fc Epoch: 0 Summary: Ant build tool for java Summary(it): Tool per la compilazione di programmi java @@ -19,6 +19,7 @@ Source2: apache-ant-%{version}.ant.conf Patch0: apache-ant-%{version}.patch Patch1: apache-ant-%{version}-rpm.patch Patch2: apache-ant-javac-ecj.patch +Patch3: apache-ant-bz157750.patch Requires: jaxp_parser_impl Requires: jpackage-utils >= 0:1.5 # XXX make beehive play nice @@ -334,6 +335,9 @@ if java -version 2>&1 | grep -q "gcj"; then rm -f src/script/ant.orig fi +# build the javah task (#157750) +%patch3 -p1 + # clean jar files find . -name "*.jar" -exec rm -f {} \; @@ -627,14 +631,17 @@ fi # ----------------------------------------------------------------------------- %changelog -* Thu May 5 2005 Gary Benson 0:1.6.2-3jpp_6fc +* Mon May 23 2005 Gary Benson 0:1.6.2-3jpp_7fc +- Build the javah task (#157750). + +* Thu May 5 2005 Gary Benson 0:1.6.2-3jpp_6fc - Add dependencies for %post and %postun scriptlets (#156901). * Fri Apr 29 2005 Gary Benson 0:1.6.2-3jpp_5fc - BC-compile the two core jars. - Own /usr/share/java/ant. -* Fri Apr 08 2005 Andrew Overholt 0:1.6.2-3jpp_4fc +* Fri Apr 08 2005 Andrew Overholt 0:1.6.2-3jpp_4fc - Back out ant-apache-javac-ecj.patch and ant.orig changes as they stop eclipse from building.