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:
parent
5900d44e90
commit
ca1bdaadcd
10
gmp.spec
10
gmp.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: gmp
|
Name: gmp
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
License: GPLv3+ ; LGPLv3+
|
License: GPL-3.0+ ; LGPL-3.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -43,7 +43,7 @@ A library for calculating huge numbers (integer and floating point).
|
|||||||
|
|
||||||
|
|
||||||
%package -n libgmp10
|
%package -n libgmp10
|
||||||
License: GPLv3+ ; LGPLv3+
|
License: GPL-3.0+ ; LGPL-3.0+
|
||||||
Summary: Shared library for the GNU MP Library
|
Summary: Shared library for the GNU MP Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ Shared library for the GNU MP Library.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libgmpxx4
|
%package -n libgmpxx4
|
||||||
License: GPLv3+ ; LGPLv3+
|
License: GPL-3.0+ ; LGPL-3.0+
|
||||||
Summary: C++ bindings for the GNU MP Library
|
Summary: C++ bindings for the GNU MP Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libgmp10 = %{version}
|
Requires: libgmp10 = %{version}
|
||||||
@ -62,7 +62,7 @@ C++ bindings for the GNU MP Library.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libmp3
|
%package -n libmp3
|
||||||
License: GPLv3+ ; LGPLv3+
|
License: GPL-3.0+ ; LGPL-3.0+
|
||||||
Summary: BSD libmp bindings for the GNU MP Library
|
Summary: BSD libmp bindings for the GNU MP Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libgmp10 = %{version}
|
Requires: libgmp10 = %{version}
|
||||||
@ -72,7 +72,7 @@ BSD libmp bindings for the GNU MP Library.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv3+ ; LGPLv3+
|
License: GPL-3.0+ ; LGPL-3.0+
|
||||||
Summary: Include Files and Libraries for Development with the GNU MP Library
|
Summary: Include Files and Libraries for Development with the GNU MP Library
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libgmp10 = %{version}
|
Requires: libgmp10 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user