diff --git a/unixODBC.spec b/unixODBC.spec index 1dfee5e..610aae2 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux. Name: unixODBC Version: 2.2.3 -Release: 2 +Release: 6 License: LGPL Group: System Environment/Libraries Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz @@ -12,6 +12,7 @@ Patch: unixODBC-typo.patch URL: http://www.unixODBC.org/ Conflicts: iodbc BuildPrereq: kdelibs-devel qt-devel libmng-devel +BuildRequires: autoconf213 automake14 libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -42,6 +43,10 @@ This package contains components for the ODBCConfig and DataManager %prep %setup -q %patch -p1 +libtoolize --force +aclocal-1.4 +automake-1.4 +autoconf-2.13 %build # pick up qt path @@ -94,8 +99,6 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/odbctest -#{_libdir}/libodbcinstQ* - %files devel -f foo-list2 %defattr(-,root,root) %{_includedir}/* @@ -118,6 +121,18 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Jan 9 2003 Bill Nottingham 2.2.3-5 +- debloat + +* Tue Dec 17 2002 Elliot Lee 2.2.3-4 +- Run libtoolize etc. + +* Thu Dec 12 2002 Elliot Lee 2.2.3-3 +- Rebuild to fix filelist errors...? + * Fri Nov 29 2002 Tim Powers 2.2.3-2 - remove unpackaged files from the buildroot