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
|
Name: postgresql-odbc
|
||||||
Summary: PostgreSQL ODBC driver
|
Summary: PostgreSQL ODBC driver
|
||||||
Version: 09.01.0100
|
Version: 09.01.0200
|
||||||
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/
|
||||||
|
|
||||||
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.
|
# 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
|
# 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,
|
# 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.
|
||||||
# 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.
|
# PG macros, so keep using the previous version of acinclude.m4.
|
||||||
Source1: acinclude.m4
|
Source1: acinclude.m4
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
BuildRequires: libtool automake autoconf postgresql-devel
|
BuildRequires: libtool automake autoconf postgresql-devel
|
||||||
BuildRequires: openssl-devel krb5-devel pam-devel zlib-devel readline-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} .
|
cp -p %{SOURCE1} .
|
||||||
|
|
||||||
# Use build system's libtool.m4, not the one in the package.
|
# 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
|
libtoolize --force --copy
|
||||||
aclocal -I .
|
aclocal -I .
|
||||||
@ -53,7 +52,6 @@ autoheader
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
@ -64,19 +62,20 @@ pushd ${RPM_BUILD_ROOT}%{_libdir}
|
|||||||
rm psqlodbcw.la
|
rm psqlodbcw.la
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%attr(755,root,root) %{_libdir}/psqlodbcw.so
|
%attr(755,root,root) %{_libdir}/psqlodbcw.so
|
||||||
%{_libdir}/psqlodbc.so
|
%{_libdir}/psqlodbc.so
|
||||||
%doc license.txt readme.txt docs/*
|
%doc license.txt readme.txt docs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user