rpms/openalpp/FC-5 openalpp.spec,1.11,1.12

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


Author: xulchris

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

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


Index: openalpp.spec
===================================================================
RCS file: /cvs/extras/rpms/openalpp/FC-5/openalpp.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openalpp.spec	15 Jan 2007 16:09:58 -0000	1.11
+++ openalpp.spec	5 Feb 2007 03:29:05 -0000	1.12
@@ -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