auto-import changelog data from unixODBC-2.0.7-4.src.rpm
Wed Sep 12 2001 Tim Powers <timp@redhat.com> - rebuild with new gcc and binutils
This commit is contained in:
parent
708ca8f423
commit
1376062909
@ -1,7 +1,7 @@
|
|||||||
Summary: A complete ODBC Driver Manager for Linux
|
Summary: A complete ODBC driver manager for Linux.
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 2.0.7
|
Version: 2.0.7
|
||||||
Release: 3
|
Release: 4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The unixODBC Project goals are to develop and promote unixODBC to
|
Install unixODBC if you want to access databases through ODBC. This
|
||||||
be the definitive standard for ODBC on the Linux platform. This is to
|
package includes drivers for PostgreSQL and local files. If you want
|
||||||
include GUI support for KDE.
|
to develop programs that will access data through ODBC, you need to
|
||||||
|
install the unixODBC package.
|
||||||
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.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for programs which will use the unixODBC library.
|
Summary: Development files for programs which will use the unixODBC library.
|
||||||
@ -30,18 +25,18 @@ Group: Development/Libraries
|
|||||||
Requires: unixODBC = %{version}
|
Requires: unixODBC = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Install unixODBC if you'd like to access databases through ODBC drivers.
|
The unixODBC package can be used to access databases through ODBC
|
||||||
|
drivers. If you want to develop programs that will access data through
|
||||||
If you want to develop programs that will access data through ODBC,
|
ODBC, you need to install this package.
|
||||||
you'll also need to install the unixODBC-devel (this) package.
|
|
||||||
|
|
||||||
%package kde
|
%package kde
|
||||||
Summary: KDE DriverManager components for ODBC
|
Summary: KDE driver manager components for ODBC.
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
requires: qt >= 2.1
|
requires: qt >= 2.1
|
||||||
|
|
||||||
%description kde
|
%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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -105,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuild with new gcc and binutils
|
||||||
|
|
||||||
* Sun Jun 24 2001 Than Ngo <than@redhat.com>
|
* Sun Jun 24 2001 Than Ngo <than@redhat.com>
|
||||||
- rebuild against qt-2.3.1, kde-2.1.x
|
- rebuild against qt-2.3.1, kde-2.1.x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user