SPECS: kernel-video-spca5xx.spec - use EXTRA_CFLAGS instead of CFLAGS

shadzik shadzik at pld-linux.org
Mon Jul 7 22:44:31 CEST 2008


Author: shadzik                      Date: Mon Jul  7 20:44:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use EXTRA_CFLAGS instead of CFLAGS

---- Files affected:
SPECS:
   kernel-video-spca5xx.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/kernel-video-spca5xx.spec
diff -u SPECS/kernel-video-spca5xx.spec:1.26 SPECS/kernel-video-spca5xx.spec:1.27
--- SPECS/kernel-video-spca5xx.spec:1.26	Wed Nov 28 20:13:55 2007
+++ SPECS/kernel-video-spca5xx.spec	Mon Jul  7 22:44:25 2008
@@ -58,8 +58,9 @@
 %setup -q -n spca5xx-%{_snap}
 %patch0 -p1
 mv RGB-YUV{%2f,-}module-setting
-sed -e '/#ifdef __KERNEL__/a#include <linux/version.h>\n#include <media/v4l2-dev.h>' \
+%{__sed} -e '/#ifdef __KERNEL__/a#include <linux/version.h>\n#include <media/v4l2-dev.h>' \
     -i drivers/usb/spca5xx.h
+%{__sed} -i -e 's/CFLAGS/EXTRA_CFLAGS/g' Makefile
 
 %build
 %if %{with kernel}
@@ -95,7 +96,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.26  2007/11/28 19:13:55  tiwek
+Revision 1.27  2008/07/07 20:44:25  shadzik
+- use EXTRA_CFLAGS instead of CFLAGS
+
+Revision 1.26  2007-11-28 19:13:55  tiwek
 - up to 08-May-2007 snap (LAST)
 
 Revision 1.25  2007/04/09 00:07:57  shadzik
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-video-spca5xx.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list