Update to version 09.01.0200
This commit is contained in:
parent
d17d4a9977
commit
998295d19d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/psqlodbc-09.01.0100.tar.gz
|
||||
/psqlodbc-09.01.0200.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: PostgreSQL ODBC driver
|
||||
Version: 09.01.0100
|
||||
Release: 2%{?dist}
|
||||
Version: 09.01.0200
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Applications/Databases
|
||||
URL: http://psqlodbc.projects.postgresql.org/
|
||||
|
||||
Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
||||
Source0: http://www.postgresql.org/ftp/odbc/versions/src/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
|
||||
@ -15,11 +15,10 @@ Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar
|
||||
# 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 09.00.0200, configure.ac hasn't been updated to use latest
|
||||
# BUT: as of 09.01.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
|
||||
BuildRequires: unixODBC-devel
|
||||
BuildRequires: libtool automake autoconf postgresql-devel
|
||||
BuildRequires: openssl-devel krb5-devel pam-devel zlib-devel readline-devel
|
||||
@ -38,7 +37,7 @@ PostgreSQL system via ODBC (Open Database Connectivity).
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
# Use build system's libtool.m4, not the one in the package.
|
||||
rm -f libtool.m4
|
||||
rm -f libtool.m4 config/libtool.m4
|
||||
|
||||
libtoolize --force --copy
|
||||
aclocal -I .
|
||||
@ -53,7 +52,6 @@ autoheader
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
@ -64,19 +62,20 @@ pushd ${RPM_BUILD_ROOT}%{_libdir}
|
||||
rm psqlodbcw.la
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(755,root,root) %{_libdir}/psqlodbcw.so
|
||||
%{_libdir}/psqlodbc.so
|
||||
%doc license.txt readme.txt docs/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 20 2012 Tom Lane <tgl@redhat.com> 09.01.0200-1
|
||||
- Update to version 09.01.0200
|
||||
- Minor specfile cleanup per suggestions from Tom Callaway
|
||||
Related: #845110
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 09.01.0100-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user