rpms/osgal/FC-6 osgal.spec,1.6,1.7

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Feb 5 03:23:05 UTC 2007


Author: xulchris

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

Modified Files:
	osgal.spec 
Log Message:
bug #227290


Index: osgal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgal/FC-6/osgal.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- osgal.spec	29 Jan 2007 22:59:30 -0000	1.6
+++ osgal.spec	5 Feb 2007 03:22:33 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           osgal
 Version:        20060903
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Adapts OpenSceneGraph to use OpenAL++
 
 Group:          System Environment/Libraries
@@ -29,6 +29,8 @@
 
 %prep
 %setup -q -n %{name}-cvs-%{version}
+sed -i -e 's/^\(CXXFLAGS="[^"]*\)/\1 $CXXFLAGS/' configure.in
+chmod -x {include,src}/osg*/*
 autoreconf --force --install
 
 # Fix rpmlint errors
@@ -36,8 +38,8 @@
 
 
 %build
-%configure --disable-static
-CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
+%configure --disable-static --disable-dependency-tracking
+make %{?_smp_mflags}
 
 
 %install
@@ -75,6 +77,9 @@
 
 
 %changelog
+* Sun Feb 04 2007 Christopher Stone <chris.stone at gmail.com> 20060903-3
+- Fix setting of CFLAGS in configure.in bug #227290
+
 * Mon Jan 29 2007 Christopher Stone <chris.stone at gmail.com> 20060903-2
 - Whitespace cleanups
 - Remove unncessary BuildRequires




More information about the fedora-extras-commits mailing list