Update to version 08.01.0200.
This commit is contained in:
parent
24d6f5c807
commit
4a06d40ed2
@ -1 +1 @@
|
||||
psqlodbc-08.01.0102.tar.gz
|
||||
psqlodbc-08.01.0200.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: PostgreSQL ODBC driver.
|
||||
Version: 08.01.0102
|
||||
Version: 08.01.0200
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Applications/Databases
|
||||
@ -37,6 +37,11 @@ automake
|
||||
autoconf
|
||||
|
||||
%build
|
||||
|
||||
# Note: the package's build infrastructure does not seem to provide a sane
|
||||
# way to build or install both the ANSI and Unicode versions of the driver.
|
||||
# Ideally we should install both, but for now, Unicode only.
|
||||
|
||||
%configure --with-unixodbc --with-odbcinst=%{_sysconfdir}
|
||||
make
|
||||
|
||||
@ -45,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall
|
||||
|
||||
# Create a symlink to avoid breaking existing odbcinst.ini scripts.
|
||||
ln -s psqlodbcw.so ${RPM_BUILD_ROOT}%{_libdir}/psqlodbc.so
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -53,10 +61,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(755,root,root) %{_libdir}/psqlodbc.so
|
||||
%{_libdir}/psqlodbc.la
|
||||
%attr(755,root,root) %{_libdir}/psqlodbcw.so
|
||||
%{_libdir}/psqlodbcw.la
|
||||
%{_libdir}/psqlodbc.so
|
||||
|
||||
%changelog
|
||||
* Fri Feb 3 2006 Tom Lane <tgl@redhat.com> 08.01.0200-1
|
||||
- Update to version 08.01.0200.
|
||||
- Upstream now calls the library psqlodbcw.so ... add a symlink to avoid
|
||||
breaking existing odbc configuration files.
|
||||
|
||||
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 08.01.0102-1
|
||||
- Update to version 08.01.0102.
|
||||
- Add buildrequires postgresql-devel (bz #174505)
|
||||
|
Loading…
Reference in New Issue
Block a user