SPECS: kde4-kdebluetooth.spec, kde4-kdeedu.spec - conditional release/debug...

shadzik shadzik at pld-linux.org
Fri Feb 20 12:53:28 CET 2009


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

---- Files affected:
SPECS:
   kde4-kdebluetooth.spec (1.3 -> 1.4) 
SPECS:
   kde4-kdeedu.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdebluetooth.spec
diff -u SPECS/kde4-kdebluetooth.spec:1.3 SPECS/kde4-kdebluetooth.spec:1.4
--- SPECS/kde4-kdebluetooth.spec:1.3	Fri Feb 20 11:49:10 2009
+++ SPECS/kde4-kdebluetooth.spec	Fri Feb 20 12:53:23 2009
@@ -47,7 +47,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
@@ -81,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/02/20 11:53:23  shadzik
+- conditional release/debug build (thx glen)
+
 Revision 1.3  2009/02/20 10:49:10  shadzik
 - don't be that noisy on terminal output; rel up
 

================================================================
Index: SPECS/kde4-kdeedu.spec
diff -u SPECS/kde4-kdeedu.spec:1.18 SPECS/kde4-kdeedu.spec:1.19
--- SPECS/kde4-kdeedu.spec:1.18	Fri Feb 20 11:49:38 2009
+++ SPECS/kde4-kdeedu.spec	Fri Feb 20 12:53:26 2009
@@ -456,7 +456,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
@@ -830,6 +830,9 @@
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.19  2009/02/20 11:53:26  shadzik
+- conditional release/debug build (thx glen)
+
 Revision 1.18  2009/02/20 10:49:38  shadzik
 - don't be that noisy on terminal output; rel up
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebluetooth.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdeedu.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list