Author: shadzik Date: Fri Feb 20 11:53:17 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- conditional release/debug build (thx glen)
---- Files affected:
SPECS:
kde4-kdebase-runtime.spec (1.63 -> 1.64)
SPECS:
kde4-kdebase-workspace.spec (1.130 -> 1.131)
---- Diffs:
================================================================
Index: SPECS/kde4-kdebase-runtime.spec
diff -u SPECS/kde4-kdebase-runtime.spec:1.63
SPECS/kde4-kdebase-runtime.spec:1.64
--- SPECS/kde4-kdebase-runtime.spec:1.63 Fri Feb 20 11:47:09 2009
+++ SPECS/kde4-kdebase-runtime.spec Fri Feb 20 12:53:11 2009
@@ -116,7 +116,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
@@ -532,6 +532,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2009/02/20 11:53:11 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.63 2009/02/20 10:47:09 shadzik
- don't be that noisy on terminal output; rel up
================================================================
Index: SPECS/kde4-kdebase-workspace.spec
diff -u SPECS/kde4-kdebase-workspace.spec:1.130
SPECS/kde4-kdebase-workspace.spec:1.131
--- SPECS/kde4-kdebase-workspace.spec:1.130 Fri Feb 20 11:48:05 2009
+++ SPECS/kde4-kdebase-workspace.spec Fri Feb 20 12:53:14 2009
@@ -519,7 +519,7 @@
-DKDE4_KDM_PAM_SERVICE=kdm \
-DKDE4_KCHECKPASS_PAM_SERVICE=kcheckpass \
-DKDE4_KSCREENSAVER_PAM_SERVICE=kscreensaver \
- -DCMAKE_BUILD_TYPE=release \
+ -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64 \
%endif
@@ -1530,6 +1530,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.131 2009/02/20 11:53:14 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.130 2009/02/20 10:48:05 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-runtime.spec?r1=1.63&r2=1.64&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase-workspace.spec?r1=1.130&r2=1.131&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit