Accepting request 713885 from home:jengelh:branches:devel:libraries:c_c++
- Move prominent summary from description to the summary field, and update the main description. OBS-URL: https://build.opensuse.org/request/show/713885 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=76
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 7 21:41:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Move prominent summary from description to the summary field,
|
||||||
|
and update the main description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 1 07:48:02 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Mon Jul 1 07:48:02 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
20
gmp.spec
20
gmp.spec
@@ -19,9 +19,9 @@
|
|||||||
Name: gmp
|
Name: gmp
|
||||||
Version: 6.1.2
|
Version: 6.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU MP Library
|
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
|
||||||
Group: System/Libraries
|
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
|
||||||
Source1: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig
|
Source1: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig
|
||||||
@@ -36,14 +36,18 @@ BuildRequires: xz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library for calculating huge numbers (integer and floating point).
|
GMP is a library for arbitrary precision arithmetic, operating on
|
||||||
|
signed integers, rational numbers, and floating-point numbers. There
|
||||||
|
is no practical limit to the precision except the ones implied by the
|
||||||
|
available memory in the machine GMP runs on.
|
||||||
|
|
||||||
%package -n libgmp10
|
%package -n libgmp10
|
||||||
Summary: Shared library for the GNU MP Library
|
Summary: A library for calculating huge numbers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libgmp10
|
%description -n libgmp10
|
||||||
A library for calculating huge numbers (integer and floating point).
|
GMP is a library for arbitrary precision arithmetic, operating on
|
||||||
|
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
|
||||||
@@ -51,10 +55,10 @@ Group: System/Libraries
|
|||||||
Requires: libgmp10 >= %{version}
|
Requires: libgmp10 >= %{version}
|
||||||
|
|
||||||
%description -n libgmpxx4
|
%description -n libgmpxx4
|
||||||
A library for calculating huge numbers (integer and floating point).
|
GMP is a library for arbitrary precision arithmetic, operating on
|
||||||
|
signed integers, rational numbers, and floating-point numbers.
|
||||||
|
|
||||||
This package contains C++ bindings
|
This package contains C++ bindings for the GNU MP Library.
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user