SPECS: template-kde4.spec - don't be that noisy on terminal output
shadzik
shadzik at pld-linux.org
Fri Feb 20 12:01:13 CET 2009
Author: shadzik Date: Fri Feb 20 11:01:13 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't be that noisy on terminal output
---- Files affected:
SPECS:
template-kde4.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/template-kde4.spec
diff -u SPECS/template-kde4.spec:1.6 SPECS/template-kde4.spec:1.7
--- SPECS/template-kde4.spec:1.6 Wed Nov 5 21:05:38 2008
+++ SPECS/template-kde4.spec Fri Feb 20 12:01:08 2009
@@ -47,6 +47,8 @@
cd build
%cmake .. \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+# set to debug or debugfull to get verbose output on terminal
+ -DCMAKE_BUILD_TYPE=release \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64
%endif
@@ -71,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2009/02/20 11:01:08 shadzik
+- don't be that noisy on terminal output
+
Revision 1.6 2008/11/05 20:05:38 shadzik
- define date
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-kde4.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list