Update to version 09.00.0200
This commit is contained in:
parent
bcef6d5a23
commit
8e800fba6c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
psqlodbc-08.04.0200.tar.gz
|
||||
/psqlodbc-09.00.0200.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: PostgreSQL ODBC driver
|
||||
Version: 08.04.0200
|
||||
Release: 2%{?dist}
|
||||
Version: 09.00.0200
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Applications/Databases
|
||||
URL: http://psqlodbc.projects.postgresql.org/
|
||||
@ -10,6 +10,7 @@ URL: http://psqlodbc.projects.postgresql.org/
|
||||
# represent statically. You can get the tarball by following a link from
|
||||
# http://www.postgresql.org/ftp/odbc/versions/src/
|
||||
Source0: psqlodbc-%{version}.tar.gz
|
||||
|
||||
# CAUTION: acinclude.m4 has to be kept in sync with package's aclocal.m4.
|
||||
# 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
|
||||
@ -17,8 +18,8 @@ Source0: psqlodbc-%{version}.tar.gz
|
||||
# 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.
|
||||
# BUT: as of 08.04.0200, configure.ac hasn't been updated to use PG8.4
|
||||
# macros, so keep using the previous version of acinclude.m4.
|
||||
# BUT: as of 09.00.0200, configure.ac hasn't been updated to use latest
|
||||
# PG macros, so keep using the previous version of acinclude.m4.
|
||||
Source1: acinclude.m4
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
@ -57,7 +58,7 @@ make
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
# Provide the old library name "psqlodbc.so" as a symlink,
|
||||
# and remove the rather useless .la file
|
||||
@ -79,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc license.txt readme.txt docs/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 29 2010 Tom Lane <tgl@redhat.com> 09.00.0200-1
|
||||
- Update to version 09.00.0200
|
||||
|
||||
* Wed Jan 20 2010 Tom Lane <tgl@redhat.com> 08.04.0200-2
|
||||
- Correct Source0: tag and comment to reflect how to get the tarball
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user