replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2011-12-06 17:13:20 +00:00 committed by Git OBS Bridge
parent 5900d44e90
commit ca1bdaadcd

View File

@ -20,7 +20,7 @@
Name: gmp
BuildRequires: gcc-c++
License: GPLv3+ ; LGPLv3+
License: GPL-3.0+ ; LGPL-3.0+
Group: System/Libraries
AutoReqProv: on
# bug437293
@ -43,7 +43,7 @@ A library for calculating huge numbers (integer and floating point).
%package -n libgmp10
License: GPLv3+ ; LGPLv3+
License: GPL-3.0+ ; LGPL-3.0+
Summary: Shared library for the GNU MP Library
Group: System/Libraries
@ -52,7 +52,7 @@ Shared library for the GNU MP Library.
%package -n libgmpxx4
License: GPLv3+ ; LGPLv3+
License: GPL-3.0+ ; LGPL-3.0+
Summary: C++ bindings for the GNU MP Library
Group: System/Libraries
Requires: libgmp10 = %{version}
@ -62,7 +62,7 @@ C++ bindings for the GNU MP Library.
%package -n libmp3
License: GPLv3+ ; LGPLv3+
License: GPL-3.0+ ; LGPL-3.0+
Summary: BSD libmp bindings for the GNU MP Library
Group: System/Libraries
Requires: libgmp10 = %{version}
@ -72,7 +72,7 @@ BSD libmp bindings for the GNU MP Library.
%package devel
License: GPLv3+ ; LGPLv3+
License: GPL-3.0+ ; LGPL-3.0+
Summary: Include Files and Libraries for Development with the GNU MP Library
Group: Development/Languages/C and C++
Requires: libgmp10 = %{version}