Native code is go!

This commit is contained in:
gbenson 2005-04-28 13:43:06 +00:00
parent bcc1b7d533
commit 7896eb5110

View File

@ -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 <gbenson at redhat.com>
* Thu Apr 28 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_5fc
- BC-compile the two core jars.
- Own /usr/share/java/ant.
* Fri Apr 08 2005 Andrew Overholt <overholt@redhat.com> 1.6.2-3jpp_4fc
* Fri Apr 08 2005 Andrew Overholt <overholt@redhat.com> 0:1.6.2-3jpp_4fc
- Back out ant-apache-javac-ecj.patch and ant.orig changes as they stop eclipse
from building.