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