SPECS: kde4-kdeadmin.spec, kde4-kdeartwork.spec - conditional release/debug...
shadzik
shadzik at pld-linux.org
Fri Feb 20 12:53:11 CET 2009
Author: shadzik Date: Fri Feb 20 11:53:11 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- conditional release/debug build (thx glen)
---- Files affected:
SPECS:
kde4-kdeadmin.spec (1.45 -> 1.46)
SPECS:
kde4-kdeartwork.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/kde4-kdeadmin.spec
diff -u SPECS/kde4-kdeadmin.spec:1.45 SPECS/kde4-kdeadmin.spec:1.46
--- SPECS/kde4-kdeadmin.spec:1.45 Fri Feb 20 11:45:57 2009
+++ SPECS/kde4-kdeadmin.spec Fri Feb 20 12:53:05 2009
@@ -185,7 +185,7 @@
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-DINSTALL_SYSTEM_CONFIG_PRINTER=TRUE \
- -DCMAKE_BUILD_TYPE=release \
+ -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64 \
%endif
@@ -281,6 +281,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.46 2009/02/20 11:53:05 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.45 2009/02/20 10:45:57 shadzik
- don't be that noisy on terminal output; rel up
================================================================
Index: SPECS/kde4-kdeartwork.spec
diff -u SPECS/kde4-kdeartwork.spec:1.20 SPECS/kde4-kdeartwork.spec:1.21
--- SPECS/kde4-kdeartwork.spec:1.20 Fri Feb 20 11:46:40 2009
+++ SPECS/kde4-kdeartwork.spec Fri Feb 20 12:53:08 2009
@@ -254,7 +254,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
@@ -353,6 +353,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.21 2009/02/20 11:53:08 shadzik
+- conditional release/debug build (thx glen)
+
Revision 1.20 2009/02/20 10:46:40 shadzik
- don't be that noisy on terminal output; rel up
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdeadmin.spec?r1=1.45&r2=1.46&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdeartwork.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list