Update to version 08.02.0500
This commit is contained in:
parent
2394c4e73c
commit
5bf9ab54d0
@ -1 +1 @@
|
||||
psqlodbc-08.02.0200.tar.gz
|
||||
psqlodbc-08.02.0500.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: PostgreSQL ODBC driver
|
||||
Version: 08.02.0200
|
||||
Release: 2%{?dist}
|
||||
Version: 08.02.0500
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Applications/Databases
|
||||
URL: http://psqlodbc.projects.postgresql.org/
|
||||
@ -11,7 +11,7 @@ Source0: http://www.postgresql.org/ftp/odbc/versions/src/psqlodbc-%{version}.tar
|
||||
# This is a kluge that ought to go away, but upstream currently isn't
|
||||
# shipping their custom macros anywhere except in aclocal.m4. (The macros
|
||||
# actually come from the Postgres source tree, but we haven't got that
|
||||
# available while building this RPM.) To generate: in this source tree,
|
||||
# available while building this RPM.) To generate: in psqlodbc source tree,
|
||||
# aclocal -I . -I $PGSRC/config
|
||||
# then strip aclocal.m4 down to just the PGAC macros.
|
||||
Source1: acinclude.m4
|
||||
@ -34,8 +34,11 @@ PostgreSQL system via ODBC (Open Database Connectivity).
|
||||
%setup -q -n psqlodbc-%{version}
|
||||
|
||||
# Some missing macros. Courtesy Owen Taylor <otaylor@redhat.com>.
|
||||
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
# Use build system's libtool.m4, not the one in the package.
|
||||
rm -f libtool.m4
|
||||
|
||||
libtoolize --force --copy
|
||||
aclocal -I .
|
||||
automake --add-missing --copy
|
||||
@ -76,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc license.txt readme.txt docs/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 2 2007 Tom Lane <tgl@redhat.com> 08.02.0500-1
|
||||
- Update to version 08.02.0500
|
||||
|
||||
* Thu Aug 2 2007 Tom Lane <tgl@redhat.com> 08.02.0200-2
|
||||
- Update License tag to match code.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user