SPECS: kde4-kdenetwork.spec, kde4-kdepim.spec - conditional release/debug b...
shadzik
shadzik at pld-linux.org
Fri Feb 20 12:53:52 CET 2009
Author: shadzik Date: Fri Feb 20 11:53:52 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- conditional release/debug build (thx glen)
---- Files affected:
SPECS:
kde4-kdenetwork.spec (1.63 -> 1.64)
SPECS:
kde4-kdepim.spec (1.79 -> 1.80)
---- Diffs:
================================================================
Index: SPECS/kde4-kdenetwork.spec
diff -u SPECS/kde4-kdenetwork.spec:1.63 SPECS/kde4-kdenetwork.spec:1.64
--- SPECS/kde4-kdenetwork.spec:1.63 Fri Feb 20 11:53:05 2009
+++ SPECS/kde4-kdenetwork.spec Fri Feb 20 12:53:46 2009
@@ -712,7 +712,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
@@ -1193,6 +1193,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2009/02/20 11:53:46 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.63 2009/02/20 10:53:05 shadzik
- don't be that noisy on terminal output; rel up
================================================================
Index: SPECS/kde4-kdepim.spec
diff -u SPECS/kde4-kdepim.spec:1.79 SPECS/kde4-kdepim.spec:1.80
--- SPECS/kde4-kdepim.spec:1.79 Fri Feb 20 11:53:48 2009
+++ SPECS/kde4-kdepim.spec Fri Feb 20 12:53:49 2009
@@ -762,7 +762,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
@@ -1672,6 +1672,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.80 2009/02/20 11:53:49 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.79 2009/02/20 10:53:48 shadzik
- don't be that noisy on terminal output; rel up
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdenetwork.spec?r1=1.63&r2=1.64&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdepim.spec?r1=1.79&r2=1.80&f=u
More information about the pld-cvs-commit
mailing list