rpms/gdal/devel gdal.spec,1.38,1.39

Balint Cristian (rezso) fedora-extras-commits at redhat.com
Sun May 25 11:59:26 UTC 2008


Author: rezso

Update of /cvs/pkgs/rpms/gdal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27214

Modified Files:
	gdal.spec 
Log Message:
fix sed line in .spec for newest koji behaviour



Index: gdal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/devel/gdal.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gdal.spec	25 May 2008 11:14:15 -0000	1.38
+++ gdal.spec	25 May 2008 11:58:39 -0000	1.39
@@ -141,8 +141,8 @@
 export CPPFLAGS="$CPPFLAGS -DH5_USE_16_API"
 
 # code may contain sensible buffer overflows triggered by gcc ssp flag (mustfixupstream).
-export CXXFLAGS=`echo %{optflags}|sed -e 's/-Wp,-D_FORTIFY_SOURCE=2 //g'`
-export CFLAGS=`echo %{optflags}|sed -e 's/-Wp,-D_FORTIFY_SOURCE=2 //g'`
+export CXXFLAGS=`echo %{optflags}|sed -e 's/\-Wp\,-D_FORTIFY_SOURCE\=2 / /g'`
+export CFLAGS=`echo %{optflags}|sed -e 's/\-Wp\,\-D_FORTIFY_SOURCE\=2 / /g'`
 
 # we have multilib ogdi-config
 %if "%{_lib}" == "lib"




More information about the fedora-extras-commits mailing list