SPECS: kde-dolphin.spec - %configure from template (fixes 64bit bu...

shadzik shadzik at pld-linux.org
Tue Mar 6 05:13:30 CET 2007


Author: shadzik                      Date: Tue Mar  6 04:13:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %configure from template (fixes 64bit build if broken)
- needs polish description - let others do it, i'm not in the mood for this (dear volunteer, after translating and adding polish description, give it rel 1, it seems well done)

---- Files affected:
SPECS:
   kde-dolphin.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/kde-dolphin.spec
diff -u SPECS/kde-dolphin.spec:1.2 SPECS/kde-dolphin.spec:1.3
--- SPECS/kde-dolphin.spec:1.2	Mon Mar  5 21:50:27 2007
+++ SPECS/kde-dolphin.spec	Tue Mar  6 05:13:25 2007
@@ -30,7 +30,12 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-%configure
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
 %{__make}
 
 %install
@@ -60,6 +65,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/03/06 04:13:25  shadzik
+- %configure from template (fixes 64bit build if broken)
+- needs polish description - let others do it, i'm not in the mood for this (dear volunteer, after translating and adding polish description, give it rel 1, it seems well done)
+
 Revision 1.2  2007/03/05 20:50:27  beorn
 - Cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kde-dolphin.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list