auto-import changelog data from postgresql-odbc-7.2.5-1.src.rpm

Tue Feb 04 2003 Andrew Overholt <overholt@redhat.com>
- 7.2.5-1
- bump version number to be greater than that shipped with 8.0
Tue Jan 14 2003 Andrew Overholt <overholt@redhat.com>
- 1-1
- initial build (just took old package sections)
This commit is contained in:
cvsdist 2004-09-09 10:35:52 +00:00
parent ef495644b8
commit ba8abf146b
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1 @@
psqlodbc-7.2.5.tar.gz

55
postgresql-odbc.spec Normal file
View File

@ -0,0 +1,55 @@
Name: postgresql-odbc
Summary: PostgreSQL ODBC driver.
Version: 7.2.5
Release: 1
License: GPL
Group: Applications/Databases
Url: http://gborg.postgresql.org/project/psqlodbc
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-7.2.5.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
Requires: postgresql-libs >= 7.2
Provides: postgresql-odbc
Buildroot: %{_tmppath}/%{name}-%{version}-root
# This spec file and ancilliary files are licensed in accordance with
# the psqlodbc license.
%description
This package includes the driver needed for applications to access a
PostgreSQL system via ODBC (Open Database Connectivity).
%prep
%setup -q -n psqlodbc-7.2.5
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%attr(755,root,root) %{_libdir}/psqlodbc.so
%{_libdir}/psqlodbc.la
%{_datadir}/psqlodbc/odbc-drop.sql
%{_datadir}/psqlodbc/odbc.sql
%changelog
* Tue Feb 4 2003 Andrew Overholt <overholt@redhat.com>
- 7.2.5-1
- bump version number to be greater than that shipped with 8.0
* Tue Jan 14 2003 Andrew Overholt <overholt@redhat.com>
- 1-1
- initial build (just took old package sections)

View File

@ -0,0 +1 @@
701c7c55831652d35937c2efaeaab26d psqlodbc-7.2.5.tar.gz