Author: shadzik                      Date: Fri Feb 20 11:53:23 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- conditional release/debug build (thx glen)

---- Files affected:
SPECS:
   kde4-kdebase.spec (1.80 -> 1.81) 
SPECS:
   kde4-kdebindings.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdebase.spec
diff -u SPECS/kde4-kdebase.spec:1.80 SPECS/kde4-kdebase.spec:1.81
--- SPECS/kde4-kdebase.spec:1.80        Fri Feb 20 11:47:37 2009
+++ SPECS/kde4-kdebase.spec     Fri Feb 20 12:53:17 2009
@@ -353,7 +353,7 @@
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_BUILD_TYPE=release \
+       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
@@ -661,6 +661,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.81  2009/02/20 11:53:17  shadzik
+- conditional release/debug build (thx glen)
+
 Revision 1.80  2009/02/20 10:47:37  shadzik
 - don't be that noisy on terminal output; rel up
 

================================================================
Index: SPECS/kde4-kdebindings.spec
diff -u SPECS/kde4-kdebindings.spec:1.9 SPECS/kde4-kdebindings.spec:1.10
--- SPECS/kde4-kdebindings.spec:1.9     Fri Feb 20 11:48:46 2009
+++ SPECS/kde4-kdebindings.spec Fri Feb 20 12:53:20 2009
@@ -185,7 +185,7 @@
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-       -DCMAKE_BUILD_TYPE=release \
+       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
@@ -465,6 +465,9 @@
 * %{date} PLD Team <[email protected]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.10  2009/02/20 11:53:20  shadzik
+- conditional release/debug build (thx glen)
+
 Revision 1.9  2009/02/20 10:48:46  shadzik
 - don't be that noisy on terminal output; rel up
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase.spec?r1=1.80&r2=1.81&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebindings.spec?r1=1.9&r2=1.10&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to