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:
Richard Biener 2019-07-08 07:16:04 +00:00 committed by Git OBS Bridge
parent 7db4b49627
commit 0728fa7fbf
2 changed files with 18 additions and 8 deletions

View File

@ -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>

View File

@ -19,9 +19,9 @@
Name: gmp
Version: 6.1.2
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
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: https://gmplib.org/
Source0: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz
Source1: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig
@ -36,14 +36,18 @@ BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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
Summary: Shared library for the GNU MP Library
Summary: A library for calculating huge numbers
Group: System/Libraries
%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
Summary: C++ bindings for the GNU MP Library
@ -51,10 +55,10 @@ Group: System/Libraries
Requires: libgmp10 >= %{version}
%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
C++ bindings for the GNU MP Library.
This package contains C++ bindings for the GNU MP Library.
%package devel
Summary: Include Files and Libraries for Development with the GNU MP Library