rpms/unixODBC/F-7 unixODBC.spec,1.39,1.40

Tom Lane (tgl) fedora-extras-commits at redhat.com
Sun Dec 30 21:31:10 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/unixODBC/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9088

Modified Files:
	unixODBC.spec 
Log Message:
Add missing BuildRequires for flex


Index: unixODBC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unixODBC/F-7/unixODBC.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- unixODBC.spec	20 Apr 2007 16:59:34 -0000	1.39
+++ unixODBC.spec	30 Dec 2007 21:30:34 -0000	1.40
@@ -1,10 +1,11 @@
 Summary: A complete ODBC driver manager for Linux
 Name: unixODBC
 Version: 2.2.12
-Release: 3%{?dist}
-License: LGPL
+Release: 5%{?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
@@ -19,7 +20,7 @@
 Conflicts: iodbc
 BuildRequires: libX11-devel libXt-devel libXext-devel
 BuildRequires: qt-devel readline-devel
-BuildRequires: automake autoconf libtool bison
+BuildRequires: automake autoconf libtool bison flex
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -174,6 +175,11 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Dec 30 2007 Tom Lane <tgl at redhat.com> 2.2.12-5
+- Add missing BuildRequires for flex.
+Resolves: #427063
+- Update License tag to match code.
+
 * Fri Apr 20 2007 Tom Lane <tgl at redhat.com> 2.2.12-3
 - Make configure find correct Qt libraries when building on a multilib machine
 




More information about the fedora-extras-commits mailing list