SPECS: unixODBC.spec - rel 3; libxxS.so.X are needed as setup so f...

arekm arekm at pld-linux.org
Mon Sep 5 12:06:03 CEST 2005


Author: arekm                        Date: Mon Sep  5 10:06:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3; libxxS.so.X are needed as setup so files (+ they provide no additional deps)

---- Files affected:
SPECS:
   unixODBC.spec (1.90 -> 1.91) 

---- Diffs:

================================================================
Index: SPECS/unixODBC.spec
diff -u SPECS/unixODBC.spec:1.90 SPECS/unixODBC.spec:1.91
--- SPECS/unixODBC.spec:1.90	Mon Sep  5 10:34:35 2005
+++ SPECS/unixODBC.spec	Mon Sep  5 12:05:55 2005
@@ -8,7 +8,7 @@
 Summary(pl):	unixODBC - kompletne, darmowe/otwarte ODBC dla UNIX/Linuksa
 Name:		unixODBC
 Version:	2.2.11
-Release:	2
+Release:	3
 License:	LGPL
 Group:		Libraries
 # WARNING: they place snapshots of new versions using %{name}-%{version}.tar.gz
@@ -148,7 +148,12 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--%{!?with_qt:dis}%{?with_qt:en}able-gui \
+%if %{with qt}
+	--enable-gui \
+	--with-qt-libraries=%{_libdir} \
+%else
+	--disable-gui \
+%endif
 	--enable-threads \
 	--enable-drivers \
 	--enable-shared \
@@ -188,13 +193,13 @@
 find doc -name Makefile\* -exec rm -f {} \;
 
 # libodbcinstQ.so.1 is lt_dlopened
-rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcinstQ.{so,la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcinstQ.{la,a}
 # libodbccr.so.1. is lt_dlopened
-rm -f $RPM_BUILD_ROOT%{_libdir}/libodbccr.{so,la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/libodbccr.{la,a}
 # Setup drivers are lt_dlopened by given name (let it be SONAME)
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib{odbc{mini,my,psql,drvcfg{1,2},nn,txt},oraodbc,esoob,oplodbc,sapdb,tds}S.{so,la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib{odbc{mini,my,psql,drvcfg{1,2},nn,txt},oraodbc,esoob,oplodbc,sapdb,tds}S.{la,a}
 # Drivers are lt_dlopened by given name (let it be SONAME)
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib{odbcpsql,nn,template,odbctxt}.{so,la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib{odbcpsql,nn,template,odbctxt}.{la,a}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -290,6 +295,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.91  2005/09/05 10:05:55  arekm
+- rel 3; libxxS.so.X are needed as setup so files (+ they provide no additional deps)
+
 Revision 1.90  2005/09/05 08:34:35  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unixODBC.spec?r1=1.90&r2=1.91&f=u




More information about the pld-cvs-commit mailing list