rpms/jogl/devel jogl.spec,1.18,1.19

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Jul 31 00:29:40 UTC 2006


Author: green

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

Modified Files:
	jogl.spec 
Log Message:
Fix X library references.  New revision.



Index: jogl.spec
===================================================================
RCS file: /cvs/extras/rpms/jogl/devel/jogl.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- jogl.spec	30 Jul 2006 20:33:48 -0000	1.18
+++ jogl.spec	31 Jul 2006 00:29:40 -0000	1.19
@@ -2,7 +2,7 @@
 
 Name:           jogl
 Version:        1.0.0
-Release:        2.0.beta5%{?dist}
+Release:        3.0.beta5%{?dist}
 Summary:        Java bindings for the OpenGL API
 Epoch:          1
 
@@ -14,6 +14,7 @@
 Source2:        SGIFreeSWLicB.1.1.ps
 Patch0:		jogl-ppc.patch
 Patch1:		jogl-ppctools.patch
+Patch2:		jogl-xlibs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ant, antlr, ant-antlr, jpackage-utils >= 1.5
@@ -46,6 +47,7 @@
 %setup -q -c jogl-%{version}
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 
@@ -106,6 +108,9 @@
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Sun Jul 30 2006 Anthony Green <green at redhat.com> - 1:1.0.0-3.0.beta5
+- Fix X library directory references.
+
 * Sun Jul 30 2006 Anthony Green <green at redhat.com> - 1:1.0.0-2.0.beta5
 - Add ppc patches.
 




More information about the fedora-extras-commits mailing list