From ba8abf146b760c8180d199fd42f4c46a5790914e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 10:35:52 +0000 Subject: auto-import changelog data from postgresql-odbc-7.2.5-1.src.rpm Tue Feb 04 2003 Andrew Overholt - 7.2.5-1 - bump version number to be greater than that shipped with 8.0 Tue Jan 14 2003 Andrew Overholt - 1-1 - initial build (just took old package sections) --- diff --git a/.cvsignore b/.cvsignore index e69de29..3eefdfe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +psqlodbc-7.2.5.tar.gz diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec new file mode 100644 index 0000000..de0cbfd --- /dev/null +++ b/postgresql-odbc.spec @@ -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 +- 7.2.5-1 +- bump version number to be greater than that shipped with 8.0 + +* Tue Jan 14 2003 Andrew Overholt +- 1-1 +- initial build (just took old package sections) diff --git a/sources b/sources index e69de29..024059e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +701c7c55831652d35937c2efaeaab26d psqlodbc-7.2.5.tar.gz