rpms/jogl/devel jogl-gluegen-cpptasks-ppc.patch, NONE, 1.1 jogl.spec, 1.24, 1.25

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Sep 2 03:20:37 UTC 2006


Author: green

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

Modified Files:
	jogl.spec 
Added Files:
	jogl-gluegen-cpptasks-ppc.patch 
Log Message:
Add gluegen patch for ppc.


jogl-gluegen-cpptasks-ppc.patch:

--- NEW FILE jogl-gluegen-cpptasks-ppc.patch ---
--- gluegen/make/gluegen-cpptasks.xml~	2006-04-24 18:32:04.000000000 -0700
+++ gluegen/make/gluegen-cpptasks.xml	2006-09-01 20:16:53.000000000 -0700
@@ -36,6 +36,7 @@
    -   isLinuxAMD64
    -   isLinuxIA64
    -   isLinuxX86
+   -   isLinuxPPC
    -   isOSX
    -   isSolaris
    -   isSolarisSparcv9
@@ -105,6 +106,14 @@
         </or>
       </and>
     </condition>
+    <condition property="isLinuxPPC">
+      <and>
+        <istrue value="${isLinux}" />
+        <or>
+          <os arch="ppc" />
+        </or>
+      </and>
+    </condition>
     <condition property="isLinuxAMD64">
       <and>
         <istrue value="${isLinux}" />
@@ -144,6 +153,7 @@
     <echo message="LinuxAMD64=${isLinuxAMD64}" />
     <echo message="LinuxIA64=${isLinuxIA64}" />
     <echo message="LinuxX86=${isLinuxX86}" />
+    <echo message="LinuxPPC=${isLinuxPPC}" />
     <echo message="OS X=${isOSX}" />
     <echo message="Solaris=${isSolaris}" />
     <echo message="SolarisSparcv9=${isSolarisSparcv9}" />


Index: jogl.spec
===================================================================
RCS file: /cvs/extras/rpms/jogl/devel/jogl.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- jogl.spec	2 Sep 2006 02:43:39 -0000	1.24
+++ jogl.spec	2 Sep 2006 03:20:37 -0000	1.25
@@ -1,8 +1,6 @@
-# ExclusiveArch: %{ix86}
-
 Name:           jogl
 Version:        1.0.0
-Release:        5.4.beta5%{?dist}
+Release:        5.5.beta5%{?dist}
 Summary:        Java bindings for the OpenGL API
 Epoch:          1
 
@@ -15,6 +13,7 @@
 Patch0:		jogl-ppc.patch
 Patch1:		jogl-ppctools.patch
 Patch2:		jogl-xlibs.patch
+Patch3:		jogl-gluegen-cpptasks-ppc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ant, antlr, ant-antlr, jpackage-utils >= 1.5
@@ -48,6 +47,7 @@
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 
@@ -108,8 +108,9 @@
 %doc %{_javadocdir}/%{name}
 
 %changelog
-* Fri Sep  1 2006 Anthony Green <green at redhat.com> - 1:1.0.0-5.4.beta5
+* Fri Sep  1 2006 Anthony Green <green at redhat.com> - 1:1.0.0-5.5.beta5
 - Enable ppc again.
+- Add gluegen ppc patch.
 
 * Fri Sep  1 2006 Anthony Green <green at redhat.com> - 1:1.0.0-5.3.beta5
 - Rebuild with new aot-compile-rpm.




More information about the fedora-extras-commits mailing list