diff --git a/unixODBC.spec b/unixODBC.spec index 0c54f48..0413be0 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,10 +1,11 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.2.12 -Release: 3%{?dist} -License: LGPL +Release: 4%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ +# Programs are GPL, libraries are LGPL, except News Server library is GPL. +License: GPLv2+ and LGPLv2+ Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz Source1: odbcinst.ini @@ -174,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Thu Aug 2 2007 Tom Lane 2.2.12-4 +- Update License tag to match code. + * Fri Apr 20 2007 Tom Lane 2.2.12-3 - Make configure find correct Qt libraries when building on a multilib machine