packages (DEVEL): tellico/tellico.spec - fix CMAKE_BUILD_TYPE

glen glen at pld-linux.org
Tue Nov 3 12:34:21 CET 2009


Author: glen                         Date: Tue Nov  3 11:34:21 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- fix CMAKE_BUILD_TYPE

---- Files affected:
packages/tellico:
   tellico.spec (1.59.2.5 -> 1.59.2.6) 

---- Diffs:

================================================================
Index: packages/tellico/tellico.spec
diff -u packages/tellico/tellico.spec:1.59.2.5 packages/tellico/tellico.spec:1.59.2.6
--- packages/tellico/tellico.spec:1.59.2.5	Fri May  8 13:23:51 2009
+++ packages/tellico/tellico.spec	Tue Nov  3 12:34:16 2009
@@ -70,8 +70,8 @@
 install -d build
 cd build
 %cmake .. \
+	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
 %if "%{_lib}" == "lib64"
 	-DLIB_SUFFIX=64 \
 %endif
@@ -120,6 +120,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59.2.6  2009/11/03 11:34:16  glen
+- fix CMAKE_BUILD_TYPE
+
 Revision 1.59.2.5  2009/05/08 11:23:51  glen
 - update for kde4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tellico/tellico.spec?r1=1.59.2.5&r2=1.59.2.6&f=u



More information about the pld-cvs-commit mailing list