rpms/OpenSceneGraph/FC-6 OpenSceneGraph.spec,1.20,1.21

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Fri Jun 22 03:43:09 UTC 2007


Author: corsepiu

Update of /cvs/extras/rpms/OpenSceneGraph/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32602

Modified Files:
	OpenSceneGraph.spec 
Log Message:
* Thu Jun 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.2-4
- ExcludeArch: ppc64 (BZ 245192, 245196).

* Thu Jun 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.2-3
- Remove demeter (Defective, abandoned by upstream).



Index: OpenSceneGraph.spec
===================================================================
RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-6/OpenSceneGraph.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- OpenSceneGraph.spec	5 Oct 2006 02:11:56 -0000	1.20
+++ OpenSceneGraph.spec	22 Jun 2007 03:42:32 -0000	1.21
@@ -1,15 +1,17 @@
 #
-# Copyright (c) 2005, 2006 Ralf Corsepius, Ulm, Germany.
+# Copyright (c) 2005, 2006, 2007 Ralf Corsepius, Ulm, Germany.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
 
+%define _with_gdal 1
+
 %define apivers 1.0
 %define srcvers 1.2
 
 Name:           OpenSceneGraph
 Version:        %{srcvers}
-Release:        1%{?dist}
+Release:        4%{?dist}
 Summary:        High performance real-time graphics toolkit
 
 Group:          Applications/Multimedia
@@ -20,6 +22,8 @@
 Patch0:		OpenSceneGraph-%{srcvers}.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# BZ: 245192, 245196
+ExcludeArch:	ppc64
 
 BuildRequires:  libGL-devel
 BuildRequires: 	libGLU-devel
@@ -34,7 +38,6 @@
 BuildRequires:	doxygen
 
 %{?_with_gdal:BuildRequires:	gdal-devel}
-%{?_with_demeter:BuildRequires:	demeter-devel}
 
 %description
 The OpenSceneGraph is an OpenSource, cross platform graphics toolkit for the 
@@ -119,7 +122,6 @@
 echo "INVENTOR_INSTALLED = yes" >> OpenSceneGraph/Make/dependencies
 echo "GLUT_INSTALLED = yes" >> OpenSceneGraph/Make/dependencies
 %{?_with_gdal:echo "GDAL_INSTALLED = yes" >> OpenSceneGraph/Make/dependencies}
-%{?_with_demeter:echo "DEMETER_INSTALLED = yes" >> OpenSceneGraph/Make/dependencies}
 echo >> OpenSceneGraph/Make/dependencies
 cat OpenSceneGraph/Make/dependencies.bak >> OpenSceneGraph/Make/dependencies
 
@@ -305,8 +307,6 @@
 %{?_with_gdal:%{_bindir}/osgbluemarble}
 %{?_with_gdal:%{_bindir}/osgsimulation}
 
-%{?_with_demeter:%{_bindir}/osgdemeter}
-
 %{_bindir}/osgGLUTsimple
 %{_bindir}/osgGLUTkeyboardmouse
 
@@ -395,6 +395,15 @@
 %{_includedir}/Producer
 
 %changelog
+* Thu Jun 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.2-4
+- ExcludeArch: ppc64 (BZ 245192, 245196).
+
+* Thu Jun 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.2-3
+- Remove demeter (Defective, abandoned by upstream).
+
+* Wed Mar 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.2-2
+- Attempt to build with gdal enabled.
+
 * Wed Oct 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.2-1
 - Upstream update.
 - Remove BR: flex bison.




More information about the fedora-extras-commits mailing list