rpms/openalpp/devel openalpp.spec,1.12,1.13

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


Author: xulchris

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

Modified Files:
	openalpp.spec 
Log Message:
fix bug #227287


Index: openalpp.spec
===================================================================
RCS file: /cvs/extras/rpms/openalpp/devel/openalpp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- openalpp.spec	15 Jan 2007 16:10:04 -0000	1.12
+++ openalpp.spec	5 Feb 2007 03:29:10 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           openalpp
 Version:        20060714
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Object Oriented version of OpenAL
 
 Group:          System Environment/Libraries
@@ -30,10 +30,12 @@
 
 %prep
 %setup -q -n %{name}-cvs-%{version}
+sed -i -e 's/^\(CXXFLAGS="[^"]*\)/\1 $CXXFLAGS/' configure
+find -name "*.cpp" -o -name "*.h" | xargs chmod -c -x
 
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-dependency-tracking
 make %{?_smp_mflags}
 
 
@@ -69,6 +71,9 @@
 
 
 %changelog
+* Sun Feb 04 2007 Christohper Stone <chris.stone at gmail.com> 20060714-3
+- Fix parsing of CFLAGS in configure, bug #227287
+
 * Mon Jan 15 2007 Christopher Stone <chris.stone at gmail.com> 20060714-2
 - Fix Requires for devel subpackage
 




More information about the fedora-extras-commits mailing list