From 7896eb511011fc34c0241284cb4fa64ce6f0dab6 Mon Sep 17 00:00:00 2001 From: gbenson Date: Apr 28 2005 13:43:06 +0000 Subject: Native code is go! --- diff --git a/ant.spec b/ant.spec index f8a654b..dcc8f07 100644 --- a/ant.spec +++ b/ant.spec @@ -1,13 +1,9 @@ -BuildRequires: DO-NOT-BEEHIVE-THIS -# ...or you will invoke a world of hell! -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152256 - %define ant_home %{_datadir}/ant %define section free Name: ant Version: 1.6.2 -Release: 3jpp_4fc +Release: 3jpp_5fc Epoch: 0 Summary: Ant build tool for java Summary(it): Tool per la compilazione di programmi java @@ -32,6 +28,7 @@ Requires: java-devel BuildRequires: jaxp_parser_impl BuildRequires: jpackage-utils >= 0:1.5 BuildRequires: java-devel +BuildRequires: gcc-java >= 4.0.0-0.43 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Obsoletes: ant-optional ant-optional-full # RHUG @@ -495,6 +492,7 @@ fi %{_javadir}/%{name}-launcher.jar %{_javadir}/%{name}-%{version}.jar %{_javadir}/%{name}-launcher-%{version}.jar +%dir %{_javadir}/%{name} %dir %{ant_home} %dir %{ant_home}/etc %{ant_home}/etc/ant-update.xsl @@ -624,10 +622,11 @@ fi # ----------------------------------------------------------------------------- %changelog -* Tue Apr 12 2005 Gary Benson +* Thu Apr 28 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 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.