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