Author: shadzik                      Date: Sat May 24 13:48:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- real lib64 fix

---- Files affected:
SPECS:
   kde4-automoc.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/kde4-automoc.spec
diff -u SPECS/kde4-automoc.spec:1.3 SPECS/kde4-automoc.spec:1.4
--- SPECS/kde4-automoc.spec:1.3 Sat May 24 15:40:50 2008
+++ SPECS/kde4-automoc.spec     Sat May 24 15:48:28 2008
@@ -9,7 +9,7 @@
 Group:         X11/Applications
 Source0:       %{orgname}-%{version}.tar.bz2
 # Source0-md5: ad6209138f9c80438c464c8922bd80ec
-URL:           http://
+Patch0:                %{name}-lib64.patch
 BuildRequires: cmake
 BuildRequires: rpmbuild(macros) >= 1.293
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,6 +22,9 @@
 
 %prep
 %setup -q -n %{orgname}
+%if "%{_lib}" == "lib64"
+%patch0 -p0
+%endif
 
 %build
 install -d build
@@ -29,9 +32,6 @@
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
-%if "%{_lib}" == "lib64"
-       -DLIB_SUFFIX=64 \
-%endif
        ../
 
 %{__make}
@@ -61,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-05-24 13:48:28  shadzik
+- real lib64 fix
+
 Revision 1.3  2008-05-24 13:40:50  shadzik
 - tabs
 
================================================================

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

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

Reply via email to