Accepting request 809593 from devel:libraries:c_c++
- correct license statement (library itself is no GPL-3.0) (forwarded request 808934 from coolo) OBS-URL: https://build.opensuse.org/request/show/809593 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=55
This commit is contained in:
commit
b654290ed6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 26 07:36:38 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- correct license statement (library itself is no GPL-3.0)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 27 08:46:57 UTC 2020 - Richard Biener <rguenther@suse.com>
|
Mon Jan 27 08:46:57 UTC 2020 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
5
gmp.spec
5
gmp.spec
@ -20,7 +20,7 @@ Name: gmp
|
|||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for calculating huge numbers
|
Summary: A library for calculating huge numbers
|
||||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
License: GPL-3.0-or-later AND (LGPL-3.0-or-later OR GPL-2.0-or-later)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://gmplib.org/
|
URL: https://gmplib.org/
|
||||||
Source0: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz
|
||||||
@ -39,6 +39,7 @@ available memory in the machine GMP runs on.
|
|||||||
|
|
||||||
%package -n libgmp10
|
%package -n libgmp10
|
||||||
Summary: A library for calculating huge numbers
|
Summary: A library for calculating huge numbers
|
||||||
|
License: LGPL-3.0-or-later OR GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libgmp10
|
%description -n libgmp10
|
||||||
@ -47,6 +48,7 @@ signed integers, rational numbers, and floating-point numbers.
|
|||||||
|
|
||||||
%package -n libgmpxx4
|
%package -n libgmpxx4
|
||||||
Summary: C++ bindings for the GNU MP Library
|
Summary: C++ bindings for the GNU MP Library
|
||||||
|
License: LGPL-3.0-or-later OR GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libgmp10 >= %{version}
|
Requires: libgmp10 >= %{version}
|
||||||
|
|
||||||
@ -58,6 +60,7 @@ This package contains C++ bindings for the GNU MP Library.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries for Development with the GNU MP Library
|
Summary: Include Files and Libraries for Development with the GNU MP Library
|
||||||
|
License: GPL-3.0-or-later AND (LGPL-3.0-or-later OR GPL-2.0-or-later)
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libgmp10 = %{version}
|
Requires: libgmp10 = %{version}
|
||||||
Requires: libgmpxx4 = %{version}
|
Requires: libgmpxx4 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user