rpms/osgal/F-7 osgal.spec,1.7,1.8

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Oct 8 16:45:42 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/osgal/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15742/F-7

Modified Files:
	osgal.spec 
Log Message:
exclude arch ppc64


Index: osgal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgal/F-7/osgal.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- osgal.spec	5 Feb 2007 03:22:36 -0000	1.7
+++ osgal.spec	8 Oct 2007 16:45:06 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           osgal
 Version:        20060903
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Adapts OpenSceneGraph to use OpenAL++
 
 Group:          System Environment/Libraries
@@ -12,6 +12,9 @@
 BuildRequires:  OpenSceneGraph-devel openalpp-devel freealut-devel libvorbis-devel
 BuildRequires:  libGL-devel libtool
 
+ExcludeArch:    ppc64
+
+
 %description
 osgAL is a toolkit for handling spatial (3D) sound in the OpenSceneGraph
 rendering library.
@@ -28,7 +31,7 @@
 
 
 %prep
-%setup -q -n %{name}-cvs-%{version}
+%setup -qn %{name}-cvs-%{version}
 sed -i -e 's/^\(CXXFLAGS="[^"]*\)/\1 $CXXFLAGS/' configure.in
 chmod -x {include,src}/osg*/*
 autoreconf --force --install
@@ -77,6 +80,9 @@
 
 
 %changelog
+* Mon Oct 08 2007 Christopher Stone <chris.steon at gmail.com> 20060903-4
+- ExcludeArch ppc64 since osg-devel is not available for this arch
+
 * Sun Feb 04 2007 Christopher Stone <chris.stone at gmail.com> 20060903-3
 - Fix setting of CFLAGS in configure.in bug #227290
 




More information about the fedora-extras-commits mailing list