SPECS: sim.spec - unify build process
shadzik
shadzik at pld-linux.org
Mon Apr 9 19:55:07 CEST 2007
Author: shadzik Date: Mon Apr 9 17:55:07 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify build process
---- Files affected:
SPECS:
sim.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/sim.spec
diff -u SPECS/sim.spec:1.30 SPECS/sim.spec:1.31
--- SPECS/sim.spec:1.30 Mon Apr 9 19:37:12 2007
+++ SPECS/sim.spec Mon Apr 9 19:55:02 2007
@@ -57,7 +57,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}
@@ -105,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2007/04/09 17:55:02 shadzik
+- unify build process
+
Revision 1.30 2007/04/09 17:37:12 shadzik
- kill redundant R
- kill unneded BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/sim.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list