Author: shadzik                      Date: Fri Feb 20 11:55:22 2009 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- conditional release/debug build, thx (glen)

---- Files affected:
SPECS:
   amarok.spec (1.123.2.55 -> 1.123.2.56) 
SPECS:
   k3b.spec (1.179.2.2 -> 1.179.2.3) 

---- Diffs:

================================================================
Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.123.2.55 SPECS/amarok.spec:1.123.2.56
--- SPECS/amarok.spec:1.123.2.55        Fri Feb 20 11:59:21 2009
+++ SPECS/amarok.spec   Fri Feb 20 12:55:16 2009
@@ -130,7 +130,7 @@
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DLIB_INSTALL_DIR=%{_libdir} \
-       -DCMAKE_BUILD_TYPE=release \
+       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
@@ -291,6 +291,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.123.2.56  2009/02/20 11:55:16  shadzik
+- conditional release/debug build, thx (glen)
+
 Revision 1.123.2.55  2009/02/20 10:59:21  shadzik
 - don't be that noisy on terminal output; rel up
 

================================================================
Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.179.2.2 SPECS/k3b.spec:1.179.2.3
--- SPECS/k3b.spec:1.179.2.2    Fri Feb 20 12:00:13 2009
+++ SPECS/k3b.spec      Fri Feb 20 12:55:21 2009
@@ -70,7 +70,7 @@
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -LCMS_DIR=%{_libdir} \
        -DLIB_INSTALL_DIR=%{_libdir} \
-       -DCMAKE_BUILD_TYPE=release \
+       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
        ../
 %{__make}
 
@@ -144,6 +144,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.179.2.3  2009/02/20 11:55:21  shadzik
+- conditional release/debug build, thx (glen)
+
 Revision 1.179.2.2  2009/02/20 11:00:13  shadzik
 - don't be that noisy on terminal output; rel up
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amarok.spec?r1=1.123.2.55&r2=1.123.2.56&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/k3b.spec?r1=1.179.2.2&r2=1.179.2.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to