- there is a GPL copying too, so add GPL-2.0+ too

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2012-02-07 08:07:45 +00:00 committed by Git OBS Bridge
parent bbb98f5193
commit af0533f021
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 7 08:05:54 UTC 2012 - coolo@suse.com
- there is a GPL copying too, so add GPL-2.0+ too
-------------------------------------------------------------------
Sun Feb 5 20:21:09 UTC 2012 - jengelh@medozas.de

View File

@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: freetds
Version: 0.91
Release: 0
%define dirver 0.91
%define filever 0.91
Summary: A free re-implementation of the TDS (Tabular DataStream) protocol
License: LGPL
License: LGPL-2.1+ and GPL-2.0+
Group: Productivity/Databases/Clients
Url: http://www.freetds.org/
Source: %{name}-%{filever}.tar.bz2
@ -44,7 +45,7 @@ and ODBC.
%package -n libfreetds
Summary: A free re-implementation of the TDS (Tabular DataStream) protocol
License: LGPL
License: LGPL-2.1+
Group: System/Libraries
Provides: %{name} = %{version}
Obsoletes: %{name} < %{version}
@ -57,7 +58,7 @@ and ODBC.
%package tools
Summary: Applications for working with the TDS (Tabular DataStream) protocol
License: GPL, LGPL
License: LGPL-2.1+ and GPL-2.0+
Group: Development/Libraries/C and C++
Requires: libfreetds = %version
@ -71,7 +72,7 @@ This package provides application to allow users to make use of the protocol
%package devel
Summary: Include files needed for development with FreeTDS
License: LGPL
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: libfreetds = %version
@ -81,7 +82,7 @@ the FreeTDS libraries.
%package -n libtdsodbc0
Summary: FreeTDS ODBC Driver for unixODBC
License: LGPL
License: LGPL-2.1+
Group: Productivity/Databases/Clients
Requires: unixODBC >= 2.0.0
@ -90,7 +91,7 @@ The freetds-unixodbc package contains ODBC driver build for unixODBC.
%package doc
Summary: User documentation for FreeTDS
License: LGPL
License: LGPL-2.1+ and GPL-2.0+
Group: Productivity/Databases/Clients
%description doc