From 1376062909fa3b281b19ed4ddcfe61e360e08457 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:47:53 +0000 Subject: [PATCH] auto-import changelog data from unixODBC-2.0.7-4.src.rpm Wed Sep 12 2001 Tim Powers - rebuild with new gcc and binutils --- unixODBC.spec | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/unixODBC.spec b/unixODBC.spec index 5fcb8db..516de5f 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ -Summary: A complete ODBC Driver Manager for Linux +Summary: A complete ODBC driver manager for Linux. Name: unixODBC Version: 2.0.7 -Release: 3 +Release: 4 License: LGPL Group: System Environment/Libraries Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz @@ -14,15 +14,10 @@ BuildPrereq: kdelibs-devel qt-devel libmng-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -The unixODBC Project goals are to develop and promote unixODBC to -be the definitive standard for ODBC on the Linux platform. This is to -include GUI support for KDE. - -Install unixODBC if you'd like to access databases through ODBC. This -package include drivers for PostgreSQL and local files. - -If you want to develop programs that will access data through ODBC, -you'll also need to have the unixODBC package installed. +Install unixODBC if you want to access databases through ODBC. This +package includes drivers for PostgreSQL and local files. If you want +to develop programs that will access data through ODBC, you need to +install the unixODBC package. %package devel Summary: Development files for programs which will use the unixODBC library. @@ -30,18 +25,18 @@ Group: Development/Libraries Requires: unixODBC = %{version} %description devel -Install unixODBC if you'd like to access databases through ODBC drivers. - -If you want to develop programs that will access data through ODBC, -you'll also need to install the unixODBC-devel (this) package. +The unixODBC package can be used to access databases through ODBC +drivers. If you want to develop programs that will access data through +ODBC, you need to install this package. %package kde -Summary: KDE DriverManager components for ODBC +Summary: KDE driver manager components for ODBC. Group: System Environment/Libraries requires: qt >= 2.1 %description kde -Components for the ODBCConfig and DataManager (KDE) Components of unixODBC. +This package contains components for the ODBCConfig and DataManager +(KDE) components of unixODBC. %prep %setup -q @@ -105,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Wed Sep 12 2001 Tim Powers +- rebuild with new gcc and binutils + * Sun Jun 24 2001 Than Ngo - rebuild against qt-2.3.1, kde-2.1.x