rpms/ant/devel ant.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 28 13:43:08 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/ant/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31766

Modified Files:
	ant.spec 
Log Message:
Native code is go!


Index: ant.spec
===================================================================
RCS file: /cvs/dist/rpms/ant/devel/ant.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ant.spec	21 Apr 2005 16:15:55 -0000	1.30
+++ ant.spec	28 Apr 2005 13:43:06 -0000	1.31
@@ -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 @@
 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 @@
 %{_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 @@
 # -----------------------------------------------------------------------------
 
 %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 at redhat.com> 1.6.2-3jpp_4fc
+* Fri Apr 08 2005 Andrew Overholt <overholt at 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.
 




More information about the fedora-cvs-commits mailing list