rpms/jogl/devel jogl.spec,1.3,1.4

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Sep 3 18:34:29 UTC 2005


Author: green

Update of /cvs/extras/rpms/jogl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32396

Modified Files:
	jogl.spec 
Log Message:
BuildRequire ant-antlr



Index: jogl.spec
===================================================================
RCS file: /cvs/extras/rpms/jogl/devel/jogl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jogl.spec	3 Sep 2005 18:26:16 -0000	1.3
+++ jogl.spec	3 Sep 2005 18:34:27 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           jogl
 Version:        1.1.1
-Release:        2
+Release:        3
 Epoch:          0
 Summary:        Java bindings for the OpenGL API
 
@@ -13,7 +13,7 @@
 Source3:        jogl-README.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  ant, antlr, jpackage-utils >= 0:1.5
+BuildRequires:  ant, antlr, ant-antlr, jpackage-utils >= 0:1.5
 BuildRequires:	xorg-x11-devel
 BuildRequires:    java-gcj-compat-devel >= 1.0.31
 Requires(post):   java-gcj-compat >= 1.0.31
@@ -43,8 +43,7 @@
 cp %{SOURCE3} .
 
 %build
-ls -l /usr/share/java
-(cd make && ant -verbose -Duser.home=%{_topdir}/SOURCES linux javadoc.dev.x11)
+(cd make && ant -Duser.home=%{_topdir}/SOURCES linux javadoc.dev.x11)
 
 # Rename the jar into a versioned jar name and create the .so version.
 mv build/jogl.jar build/%{name}-%{version}.jar
@@ -96,6 +95,9 @@
 %ghost %doc %{_javadocdir}/%{name}
 
 %changelog
+* Sat Sep  3 2005 Anthony Green <green at redhat.com> - 0:1.1.1-3
+- BuildRequire ant-antlr.
+
 * Sat Sep  3 2005 Anthony Green <green at redhat.com> - 0:1.1.1-2
 - Make build more verbose to debug build problems on FE build
   infrastructure.




More information about the fedora-extras-commits mailing list