auto-import changelog data from unixODBC-2.0.7-2.src.rpm
Fri Jun 15 2001 Trond Eivind Glomsrd <teg@redhat.com> - Better default odbcinst.ini - Minor cleanups Wed Jun 06 2001 Trond Eivind Glomsrd <teg@redhat.com> - 2.0.7
This commit is contained in:
parent
2795c8b53c
commit
a83366ec5f
@ -1 +1 @@
|
|||||||
unixODBC-1.8.13.tar.gz
|
unixODBC-2.0.7.tar.gz
|
||||||
|
14
odbcinst.ini
14
odbcinst.ini
@ -1,5 +1,17 @@
|
|||||||
|
# Example driver definitinions
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
# Included in the unixODBC package
|
||||||
[PostgreSQL]
|
[PostgreSQL]
|
||||||
Description = ODBC for PostgreSQL
|
Description = ODBC for PostgreSQL
|
||||||
Driver = /usr/lib/libodbcpsql.so
|
Driver = /usr/lib/libodbcpsql.so
|
||||||
Setup = /usr/lib/libodbcpsqlS.so
|
Setup = /usr/lib/libodbcpsqlS.so
|
||||||
FileUsage = 1
|
FileUsage = 1
|
||||||
|
|
||||||
|
|
||||||
|
# From the MyODBC package
|
||||||
|
#[MySQL]
|
||||||
|
#Description = ODBC for MySQL
|
||||||
|
#Driver = /usr/lib/libmyodbc.so
|
||||||
|
#FileUsage = 1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
732338e03ab52a7382968ef2a0f6dd51 unixODBC-1.8.13.tar.gz
|
7ed9e82587a04c56b7e248c1c61de9c0 unixODBC-2.0.7.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A complete ODBC Driver Manager for Linux
|
Summary: A complete ODBC Driver Manager for Linux
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 1.8.13
|
Version: 2.0.7
|
||||||
Release: 3
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
||||||
@ -53,7 +53,7 @@ export QTDIR=
|
|||||||
# clean up old moc files
|
# clean up old moc files
|
||||||
(cd ODBCConfig && rm -f mclass*.cpp)
|
(cd ODBCConfig && rm -f mclass*.cpp)
|
||||||
(cd DataManager && rm -f mclass*.cpp)
|
(cd DataManager && rm -f mclass*.cpp)
|
||||||
%configure --with-gnu-ld=yes --enable-threads=yes --enable-gui=yes
|
%configure --with-gnu-ld=yes --enable-threads=yes --enable-gui=yes --enable-static=yes --enable-drivers
|
||||||
make all
|
make all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -78,25 +78,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING AUTHORS ChangeLog NEWS INSTALL doc
|
%doc README COPYING AUTHORS ChangeLog NEWS INSTALL doc
|
||||||
%config %{_sysconfdir}/odbc*
|
%config(noreplace) %{_sysconfdir}/odbc*
|
||||||
%{_libdir}/libodbcinst.so.1*
|
%{_libdir}/*so.*
|
||||||
%{_libdir}/libodbc.so.1*
|
|
||||||
%{_libdir}/libodbccr.so.1*
|
|
||||||
%{_libdir}/libodbcdrvcfg1S.so.1*
|
|
||||||
%{_libdir}/libodbcdrvcfg2S.so.1*
|
|
||||||
%{_libdir}/libodbcpsql.so.1*
|
|
||||||
%{_libdir}/libodbcpsqlS.so.1*
|
|
||||||
%{_libdir}/libodbcminiS.so.1*
|
|
||||||
%{_libdir}/libodbcmyS.so.1*
|
|
||||||
%{_libdir}/liboraodbcS.so.1*
|
|
||||||
%{_libdir}/libodbcnnS.so.1*
|
|
||||||
%{_libdir}/libesoobS.so.1*
|
|
||||||
%{_libdir}/liboplodbcS.so.1*
|
|
||||||
%{_libdir}/libtdsS.so.1*
|
|
||||||
%{_libdir}/libtemplate.so.1*
|
|
||||||
%{_libdir}/libodbcextras.so.1*
|
|
||||||
%{_libdir}/libodbctxt.so.1*
|
|
||||||
%{_libdir}/libnn.so.1*
|
|
||||||
%{_bindir}/odbcinst
|
%{_bindir}/odbcinst
|
||||||
%{_bindir}/isql
|
%{_bindir}/isql
|
||||||
%{_bindir}/dltest
|
%{_bindir}/dltest
|
||||||
@ -105,7 +88,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%files kde
|
%files kde
|
||||||
@ -123,8 +105,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
* Fri Jun 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- rebuild for C++ exception handling on ia64
|
- Better default odbcinst.ini
|
||||||
|
- Minor cleanups
|
||||||
|
|
||||||
|
* Wed Jun 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 2.0.7
|
||||||
|
|
||||||
|
* Wed Apr 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Fix for isql segfault on EOF/ctrl-d exit
|
||||||
|
|
||||||
|
* Fri Apr 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 2.0.6
|
||||||
|
- add patch for 64 bit archs (dword shouldn't be "long int")
|
||||||
|
|
||||||
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- rebuild
|
- rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user