Author: qboosh                       Date: Mon Sep 29 21:05:35 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified cmake -D options

---- Files affected:
SPECS:
   dwarves.spec (1.4 -> 1.5) , gammu.spec (1.71 -> 1.72) , kde4-l10n.spec (1.18 
-> 1.19) , libmusicbrainz3.spec (1.8 -> 1.9) , nifticlib.spec (1.2 -> 1.3) , 
soprano.spec (1.33 -> 1.34) , strigi.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/dwarves.spec
diff -u SPECS/dwarves.spec:1.4 SPECS/dwarves.spec:1.5
--- SPECS/dwarves.spec:1.4      Sat Jul 14 22:01:44 2007
+++ SPECS/dwarves.spec  Mon Sep 29 23:05:28 2008
@@ -75,7 +75,7 @@
        -D__LIB=%{_lib} \
        -DCMAKE_BUILD_TYPE="None" \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_VERBOSE_MAKEFILE=1 \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
        .
 %{__make}
 
@@ -116,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
 Revision 1.4  2007/07/14 20:01:44  qboosh
 - unified
 

================================================================
Index: SPECS/gammu.spec
diff -u SPECS/gammu.spec:1.71 SPECS/gammu.spec:1.72
--- SPECS/gammu.spec:1.71       Sun Aug 31 19:01:26 2008
+++ SPECS/gammu.spec    Mon Sep 29 23:05:28 2008
@@ -84,18 +84,18 @@
 %build
 mkdir -p build
 cd build
-%cmake ../ \
+%cmake .. \
        -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
-       -DCMAKE_VERBOSE_MAKEFILE=1 \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
        -DENABLE_SHARED=OFF \
        -DINSTALL_LIB_DIR=%{_lib} \
        -DINSTALL_LIBDATA_DIR=%{_libdir} \
        %{?debug:-DCMAKE_BUILD_TYPE="Debug"} 
 %{__make}
 mv common/libGammu.a ..
-%cmake ../ \
+%cmake .. \
        -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
-       -DCMAKE_VERBOSE_MAKEFILE=1 \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
        -DENABLE_SHARED=ON \
        -DINSTALL_LIB_DIR=%{_lib} \
        -DINSTALL_LIBDATA_DIR=%{_libdir} \
@@ -156,6 +156,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
 Revision 1.71  2008/08/31 17:01:26  arekm
 - release 2
 

================================================================
Index: SPECS/kde4-l10n.spec
diff -u SPECS/kde4-l10n.spec:1.18 SPECS/kde4-l10n.spec:1.19
--- SPECS/kde4-l10n.spec:1.18   Thu Jul 31 23:46:52 2008
+++ SPECS/kde4-l10n.spec        Mon Sep 29 23:05:28 2008
@@ -1039,7 +1039,7 @@
        cd $dir
        %cmake \
                -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-               -DCMAKE_VERBOSE_MAKEFILE=1 \
+               -DCMAKE_VERBOSE_MAKEFILE=ON \
                -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
                .
        %{__make}
@@ -1520,6 +1520,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
 Revision 1.18  2008/07/31 21:46:52  wolf
 - missing BR
 

================================================================
Index: SPECS/libmusicbrainz3.spec
diff -u SPECS/libmusicbrainz3.spec:1.8 SPECS/libmusicbrainz3.spec:1.9
--- SPECS/libmusicbrainz3.spec:1.8      Mon Jul 14 21:18:47 2008
+++ SPECS/libmusicbrainz3.spec  Mon Sep 29 23:05:28 2008
@@ -56,7 +56,7 @@
 %build
 %cmake . \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_VERBOSE_MAKEFILE=1 \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64
 %endif
@@ -94,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
 Revision 1.8  2008/07/14 19:18:47  megabajt
 - added -gcc43.patch to fix build
 - release 4

================================================================
Index: SPECS/nifticlib.spec
diff -u SPECS/nifticlib.spec:1.2 SPECS/nifticlib.spec:1.3
--- SPECS/nifticlib.spec:1.2    Sun Jan 20 16:24:50 2008
+++ SPECS/nifticlib.spec        Mon Sep 29 23:05:28 2008
@@ -52,10 +52,10 @@
 
 %build
 %cmake . \
-       -DBUILD_SHARED_LIBS=1 \
+       -DBUILD_SHARED_LIBS=ON \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_SKIP_RPATH=1 \
-       -DCMAKE_VERBOSE_MAKEFILE=1 \
+       -DCMAKE_SKIP_RPATH=ON \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
        -DNIFTI_INSTALL_LIB_DIR=%{_libdir}
 
 %install
@@ -95,7 +95,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.2  2008/01/20 15:24:50  qboosh
+Revision 1.3  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
+Revision 1.2  2008-01-20 15:24:50  qboosh
 - added cmake patch, pass libdir in proper variable
   (welcome to cmake: how libdir is called in this project?)
 

================================================================
Index: SPECS/soprano.spec
diff -u SPECS/soprano.spec:1.33 SPECS/soprano.spec:1.34
--- SPECS/soprano.spec:1.33     Thu Aug 21 16:53:51 2008
+++ SPECS/soprano.spec  Mon Sep 29 23:05:28 2008
@@ -71,10 +71,9 @@
 %build
 install -d build
 cd build
-# add this to get verbose output
-#-DCMAKE_VERBOSE_MAKEFILE=1 \
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
        -DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
@@ -141,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
 Revision 1.33  2008/08/21 14:53:51  deejay1
 - up to 2.1.1
 

================================================================
Index: SPECS/strigi.spec
diff -u SPECS/strigi.spec:1.24 SPECS/strigi.spec:1.25
--- SPECS/strigi.spec:1.24      Tue Aug 26 16:02:49 2008
+++ SPECS/strigi.spec   Mon Sep 29 23:05:28 2008
@@ -84,10 +84,9 @@
 %build
 install -d build
 cd build
-# add this to get verbose output
-#-DCMAKE_VERBOSE_MAKEFILE=1 \
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
@@ -146,6 +145,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2008/09/29 21:05:28  qboosh
+- unified cmake -D options
+
 Revision 1.24  2008/08/26 14:02:49  pluto
 - BR: QtTest-devel.
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dwarves.spec?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gammu.spec?r1=1.71&r2=1.72&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-l10n.spec?r1=1.18&r2=1.19&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libmusicbrainz3.spec?r1=1.8&r2=1.9&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nifticlib.spec?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/soprano.spec?r1=1.33&r2=1.34&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/strigi.spec?r1=1.24&r2=1.25&f=u

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

Reply via email to