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
|
Name: postgresql-odbc
|
||||||
Summary: PostgreSQL ODBC driver.
|
Summary: PostgreSQL ODBC driver.
|
||||||
Version: 08.01.0102
|
Version: 08.01.0200
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -37,6 +37,11 @@ automake
|
|||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
%build
|
%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}
|
%configure --with-unixodbc --with-odbcinst=%{_sysconfdir}
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -45,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
# Create a symlink to avoid breaking existing odbcinst.ini scripts.
|
||||||
|
ln -s psqlodbcw.so ${RPM_BUILD_ROOT}%{_libdir}/psqlodbc.so
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -53,10 +61,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(755,root,root) %{_libdir}/psqlodbc.so
|
%attr(755,root,root) %{_libdir}/psqlodbcw.so
|
||||||
%{_libdir}/psqlodbc.la
|
%{_libdir}/psqlodbcw.la
|
||||||
|
%{_libdir}/psqlodbc.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 08.01.0102-1
|
||||||
- Update to version 08.01.0102.
|
- Update to version 08.01.0102.
|
||||||
- Add buildrequires postgresql-devel (bz #174505)
|
- Add buildrequires postgresql-devel (bz #174505)
|
||||||
|
Loading…
Reference in New Issue
Block a user