Update to version 08.00.0100.
This commit is contained in:
parent
b643fc28d7
commit
ede393ca14
@ -1 +1 @@
|
||||
psqlodbc-07.03.0200.tar.gz
|
||||
psqlodbc-08.00.0100.tar.gz
|
||||
|
@ -1,23 +1,22 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: PostgreSQL ODBC driver.
|
||||
Version: 7.3
|
||||
Release: 9
|
||||
Version: 08.00.0100
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Applications/Databases
|
||||
Url: http://gborg.postgresql.org/project/psqlodbc
|
||||
|
||||
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-07.03.0200.tar.gz
|
||||
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
||||
Source1: acinclude.m4
|
||||
Patch1: psqlodbc-64bitfixes.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildPreReq: unixODBC-devel
|
||||
BuildRequires: automake autoconf
|
||||
Requires: postgresql-libs >= 7.3
|
||||
Requires: postgresql-libs >= 8.0
|
||||
Provides: postgresql-odbc
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# This spec file and ancilliary files are licensed in accordance with
|
||||
# This spec file and ancillary files are licensed in accordance with
|
||||
# the psqlodbc license.
|
||||
|
||||
%description
|
||||
@ -25,8 +24,7 @@ This package includes the driver needed for applications to access a
|
||||
PostgreSQL system via ODBC (Open Database Connectivity).
|
||||
|
||||
%prep
|
||||
%setup -q -n psqlodbc-07.03.0200
|
||||
%patch1 -p1
|
||||
%setup -q -n psqlodbc-%{version}
|
||||
|
||||
# Some missing macros. Courtesy Owen Taylor <otaylor@redhat.com>.
|
||||
|
||||
@ -55,10 +53,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%attr(755,root,root) %{_libdir}/psqlodbc.so
|
||||
%{_libdir}/psqlodbc.la
|
||||
%{_datadir}/psqlodbc/odbc-drop.sql
|
||||
%{_datadir}/psqlodbc/odbc.sql
|
||||
|
||||
%changelog
|
||||
* Wed Mar 2 2005 Tom Lane <tgl@redhat.com> 08.00.0100-1
|
||||
- Update to version 08.00.0100.
|
||||
|
||||
* Fri Nov 12 2004 Tom Lane <tgl@redhat.com> 7.3-9
|
||||
- back-port 64-bit fixes from current upstream (bug #139004)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user