SPECS (AC-branch): sim.spec - unify build process

shadzik shadzik at pld-linux.org
Mon Apr 9 20:11:45 CEST 2007


Author: shadzik                      Date: Mon Apr  9 18:11:45 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- unify build process

---- Files affected:
SPECS:
   sim.spec (1.19.2.6 -> 1.19.2.7) 

---- Diffs:

================================================================
Index: SPECS/sim.spec
diff -u SPECS/sim.spec:1.19.2.6 SPECS/sim.spec:1.19.2.7
--- SPECS/sim.spec:1.19.2.6	Mon Apr  9 19:36:02 2007
+++ SPECS/sim.spec	Mon Apr  9 20:11:40 2007
@@ -56,7 +56,11 @@
 %build
 %{__make} -f admin/Makefile.common cvs
 %configure \
-	KDEDIR=%{_libdir}
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
 
 %{__make}
 
@@ -104,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19.2.7  2007/04/09 18:11:40  shadzik
+- unify build process
+
 Revision 1.19.2.6  2007/04/09 17:36:02  shadzik
 - kill redundant R
 - kill unneded BR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sim.spec?r1=1.19.2.6&r2=1.19.2.7&f=u



More information about the pld-cvs-commit mailing list