Drop BuildRequires for kdelibs-devel. Resolves: #152717
This commit is contained in:
parent
dccb13ffdb
commit
ae51243f35
@ -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.2.12
|
Version: 2.2.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.unixODBC.org/
|
URL: http://www.unixODBC.org/
|
||||||
@ -16,10 +16,10 @@ Patch5: nortldglobal.patch
|
|||||||
Patch6: unixODBC-2.2.11-stricmp.patch
|
Patch6: unixODBC-2.2.11-stricmp.patch
|
||||||
|
|
||||||
Conflicts: iodbc
|
Conflicts: iodbc
|
||||||
BuildPrereq: libX11-devel libXt-devel libXext-devel
|
BuildRequires: libX11-devel libXt-devel libXext-devel
|
||||||
BuildPrereq: kdelibs-devel qt-devel libmng-devel readline-devel
|
BuildRequires: qt-devel readline-devel
|
||||||
BuildPrereq: automake autoconf libtool bison
|
BuildRequires: automake autoconf libtool bison
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Install unixODBC if you want to access databases through ODBC. This
|
Install unixODBC if you want to access databases through ODBC. This
|
||||||
@ -42,7 +42,7 @@ ODBC, you need to install this package.
|
|||||||
%package kde
|
%package kde
|
||||||
Summary: KDE driver manager components for ODBC.
|
Summary: KDE driver manager components for ODBC.
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: qt >= 2.1 %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description kde
|
%description kde
|
||||||
This package contains components for the ODBCConfig and DataManager
|
This package contains components for the ODBCConfig and DataManager
|
||||||
@ -172,6 +172,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 16 2007 Tom Lane <tgl@redhat.com> 2.2.12-2
|
||||||
|
- Drop BuildRequires for kdelibs-devel
|
||||||
|
Resolves: #152717
|
||||||
|
- Clean up a few rpmlint complaints
|
||||||
|
|
||||||
* Wed Dec 6 2006 Tom Lane <tgl@redhat.com> 2.2.12-1
|
* Wed Dec 6 2006 Tom Lane <tgl@redhat.com> 2.2.12-1
|
||||||
- Update to unixODBC 2.2.12.
|
- Update to unixODBC 2.2.12.
|
||||||
- Add missing BuildPrereq for bison.
|
- Add missing BuildPrereq for bison.
|
||||||
@ -334,14 +339,14 @@ Resolves: #190427
|
|||||||
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.2.3-1
|
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.2.3-1
|
||||||
- Rebuild, update to 2.2.3
|
- Rebuild, update to 2.2.3
|
||||||
|
|
||||||
* Mon Aug 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-3
|
* Mon Aug 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-3
|
||||||
- Move libodbc.so to the main package, so programs dlopening
|
- Move libodbc.so to the main package, so programs dlopening
|
||||||
it don't break (#72653)
|
it don't break (#72653)
|
||||||
|
|
||||||
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt with gcc-3.2 (we hope)
|
- rebuilt with gcc-3.2 (we hope)
|
||||||
|
|
||||||
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-1
|
* Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-1
|
||||||
- 2.2.2
|
- 2.2.2
|
||||||
- desktop file changes (# 69371)
|
- desktop file changes (# 69371)
|
||||||
|
|
||||||
@ -351,7 +356,7 @@ Resolves: #190427
|
|||||||
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
* Mon May 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-1
|
* Mon May 20 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.1-1
|
||||||
- 2.2.1
|
- 2.2.1
|
||||||
- Reenable other archs, as this should now build on 64 bit archs
|
- Reenable other archs, as this should now build on 64 bit archs
|
||||||
|
|
||||||
@ -361,27 +366,27 @@ Resolves: #190427
|
|||||||
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-5
|
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-5
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
* Fri Apr 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.0-4
|
* Fri Apr 5 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-4
|
||||||
- Avoid having files in more than one package (#62755)
|
- Avoid having files in more than one package (#62755)
|
||||||
|
|
||||||
* Tue Mar 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.0-3
|
* Tue Mar 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-3
|
||||||
- Don't include kde plugin .so as a devel symlink (#61039)
|
- Don't include kde plugin .so as a devel symlink (#61039)
|
||||||
|
|
||||||
* Fri Mar 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-2
|
* Fri Mar 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-2
|
||||||
- Rebuild with KDE 3.x
|
- Rebuild with KDE 3.x
|
||||||
|
|
||||||
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.0-1
|
* Tue Feb 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-1
|
||||||
- Just build on i386 now, there are 64 bit oddities
|
- Just build on i386 now, there are 64 bit oddities
|
||||||
- 2.2.0
|
- 2.2.0
|
||||||
|
|
||||||
* Fri Jan 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1.1-2
|
* Fri Jan 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1.1-2
|
||||||
- move libodbcinstQ* to the kde subpackage
|
- move libodbcinstQ* to the kde subpackage
|
||||||
|
|
||||||
* Fri Jan 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1.1-1
|
* Fri Jan 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1.1-1
|
||||||
- 2.1.1
|
- 2.1.1
|
||||||
- minor cleanups
|
- minor cleanups
|
||||||
|
|
||||||
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.0.7-5
|
* Fri Dec 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 2.0.7-5
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
||||||
@ -390,27 +395,27 @@ Resolves: #190427
|
|||||||
* 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
|
||||||
|
|
||||||
* Fri Jun 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Fri Jun 15 2001 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- Better default odbcinst.ini
|
- Better default odbcinst.ini
|
||||||
- Minor cleanups
|
- Minor cleanups
|
||||||
|
|
||||||
* Wed Jun 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Wed Jun 6 2001 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- 2.0.7
|
- 2.0.7
|
||||||
|
|
||||||
* Wed Apr 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Wed Apr 25 2001 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- Fix for isql segfault on EOF/ctrl-d exit
|
- Fix for isql segfault on EOF/ctrl-d exit
|
||||||
|
|
||||||
* Fri Apr 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Fri Apr 20 2001 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- 2.0.6
|
- 2.0.6
|
||||||
- add patch for 64 bit archs (dword shouldn't be "long int")
|
- add patch for 64 bit archs (dword shouldn't be "long int")
|
||||||
|
|
||||||
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Wed Feb 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
* Tue Nov 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Tue Nov 28 2000 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- 1.8.13
|
- 1.8.13
|
||||||
|
|
||||||
* Tue Oct 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Tue Oct 10 2000 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- enable GUI now that we have KDE compiled with the standard
|
- enable GUI now that we have KDE compiled with the standard
|
||||||
compiler
|
compiler
|
||||||
- move the applnk entries to the KDE package
|
- move the applnk entries to the KDE package
|
||||||
@ -421,7 +426,7 @@ Resolves: #190427
|
|||||||
* Wed Aug 23 2000 Preston Brown <pbrown@redhat.com>
|
* Wed Aug 23 2000 Preston Brown <pbrown@redhat.com>
|
||||||
- 1.8.12 fixes problems with the postgresql driver
|
- 1.8.12 fixes problems with the postgresql driver
|
||||||
|
|
||||||
* Mon Jul 31 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Mon Jul 31 2000 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- disable KDE subpackage to avoid the mess that is C++ binary
|
- disable KDE subpackage to avoid the mess that is C++ binary
|
||||||
compatibility
|
compatibility
|
||||||
|
|
||||||
@ -431,7 +436,7 @@ Resolves: #190427
|
|||||||
* Fri Jun 30 2000 Florian La Roche <laroche@redhat.com>
|
* Fri Jun 30 2000 Florian La Roche <laroche@redhat.com>
|
||||||
- improved QTDIR detection
|
- improved QTDIR detection
|
||||||
|
|
||||||
* Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Thu Jun 28 2000 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- 1.8.10
|
- 1.8.10
|
||||||
- use %%{_tmppath}
|
- use %%{_tmppath}
|
||||||
- update URL
|
- update URL
|
||||||
|
Loading…
Reference in New Issue
Block a user