Fix BuildRequires: for mock build environment

This commit is contained in:
Tom Lane 2006-06-11 02:35:52 +00:00
parent 1ec14d4b0e
commit 1ad29b4652

View File

@ -1,7 +1,7 @@
Name: postgresql-odbc
Summary: PostgreSQL ODBC driver.
Version: 08.01.0200
Release: 2
Release: 3
License: LGPL
Group: Applications/Databases
Url: http://gborg.postgresql.org/project/psqlodbc
@ -11,7 +11,7 @@ Source1: acinclude.m4
BuildRoot: %{_tmppath}/%{name}-root
BuildPreReq: unixODBC-devel
BuildRequires: automake autoconf postgresql-devel
BuildRequires: libtool automake autoconf postgresql-devel
Requires: postgresql-libs >= 8.0
Provides: postgresql-odbc
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%doc license.txt readme.txt docs/*
%changelog
* Sat Jun 10 2006 Tom Lane <tgl@redhat.com> 08.01.0200-3
- Fix BuildRequires: for mock build environment
* Wed Mar 22 2006 Tom Lane <tgl@redhat.com> 08.01.0200-2
- Change library name back to psqlodbc.so, because it appears that upstream
will revert to that name in next release; no point in thrashing the name.