SPECS: kde4-koffice.spec - conditional release/debug build (thx glen)
shadzik
shadzik at pld-linux.org
Fri Feb 20 12:54:16 CET 2009
Author: shadzik Date: Fri Feb 20 11:54:16 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- conditional release/debug build (thx glen)
---- Files affected:
SPECS:
kde4-koffice.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/kde4-koffice.spec
diff -u SPECS/kde4-koffice.spec:1.30 SPECS/kde4-koffice.spec:1.31
--- SPECS/kde4-koffice.spec:1.30 Fri Feb 20 11:58:51 2009
+++ SPECS/kde4-koffice.spec Fri Feb 20 12:54:10 2009
@@ -302,7 +302,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
@@ -698,6 +698,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2009/02/20 11:54:10 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.30 2009/02/20 10:58:51 shadzik
- don't be that noisy on terminal output; rel up
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-koffice.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list