SPECS: kde4-automoc.spec - lib64 fixes

paszczus paszczus at pld-linux.org
Sat May 24 15:19:51 CEST 2008


Author: paszczus                     Date: Sat May 24 13:19:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lib64 fixes

---- Files affected:
SPECS:
   kde4-automoc.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/kde4-automoc.spec
diff -u SPECS/kde4-automoc.spec:1.1 SPECS/kde4-automoc.spec:1.2
--- SPECS/kde4-automoc.spec:1.1	Sat May 24 12:41:41 2008
+++ SPECS/kde4-automoc.spec	Sat May 24 15:19:46 2008
@@ -27,9 +27,12 @@
 install -d build
 cd build
 %cmake \
-	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
-	..
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
+%if "%{_lib}" == "lib64"
+        -DLIB_SUFFIX=64 \
+%endif
+        ..
 
 %{__make}
 
@@ -58,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-05-24 13:19:46  paszczus
+- lib64 fixes
+
 Revision 1.1  2008-05-24 10:41:41  rotom
 - initial
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-automoc.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list