SPECS: koffice.spec - explicit {inc, lib}dir for proper sql detecti...

pluto pluto at pld-linux.org
Tue Mar 21 21:39:19 CET 2006


Author: pluto                        Date: Tue Mar 21 20:39:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- explicit {inc,lib}dir for proper sql detection on 64-bit archs.
- disable rpath, disable final, cosmetics.

---- Files affected:
SPECS:
   koffice.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: SPECS/koffice.spec
diff -u SPECS/koffice.spec:1.139 SPECS/koffice.spec:1.140
--- SPECS/koffice.spec:1.139	Fri Oct 28 09:45:06 2005
+++ SPECS/koffice.spec	Tue Mar 21 21:39:13 2006
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
-#
-# Conditional build:
+
 %define		_state		stable
 %define		_ver		1.4.2
 %define		_snap		%{nil}
@@ -391,7 +390,6 @@
 
 %build
 cp -f /usr/share/automake/config.sub admin
-export UNSERMAKE=/usr/share/unsermake/unsermake
 export DO_NOT_COMPILE="$DO_NOT_COMPILE kdgantt"
 %{__make} -f admin/Makefile.common cvs
 
@@ -400,8 +398,15 @@
 	--enable-libsuffix=64 \
 %endif
 	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-mysql-includes=%{_includedir}/mysql \
+	--with-mysql-libraries=%{_libdir} \
+	--with-pgsqlincdir=%{_includedir} \
+	--with-pgsqllibdir=%{_libdir} \
+	--with-pqxxincdir=%{_includedir}/pqxx \
+	--with-pqxxlibdir=%{_libdir} \
 	--with-qt-libraries=%{_libdir} \
-	--enable-final
+	--disable-rpath \
+	--disable-final
 
 %{__make}
 
@@ -859,6 +864,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2006/03/21 20:39:13  pluto
+- explicit {inc,lib}dir for proper sql detection on 64-bit archs.
+- disable rpath, disable final, cosmetics.
+
 Revision 1.139  2005/10/28 07:45:06  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/koffice.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list