SHA256
6
0
forked from pool/mpfr

- Update to version 3.1.1.

* Bug fixes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=20
This commit is contained in:
2012-07-04 08:51:38 +00:00
committed by Git OBS Bridge
parent 18b58a1f5a
commit 921d79a8f1
5 changed files with 20 additions and 61 deletions

View File

@@ -18,16 +18,15 @@
Name: mpfr
BuildRequires: gmp-devel
Version: 3.1.0
Version: 3.1.1
Release: 0
Summary: The MPFR multiple-precision floating-point library
Summary: The GNU multiple-precision floating-point library
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch1: %{name}-%{version}-patch01.diff
%description
The MPFR library is a C library for multiple-precision floating-point
@@ -42,7 +41,7 @@ mantissa).
%package -n libmpfr4
Summary: MPFR multiple-precision floating-point computation shared library
Summary: The GNU multiple-precision floating-point shared library
Group: Development/Libraries/C and C++
%description -n libmpfr4
@@ -52,18 +51,22 @@ based on the GMP multiple-precision library.
%package devel
Summary: MPFR multiple-precision floating-point library development files
Summary: Development files for the GNU multiple-precision floating-point library
Group: Development/Libraries/C and C++
Requires: libmpfr4 = %{version} gmp-devel
Requires: gmp-devel
Requires: libmpfr4 = %{version}
PreReq: %install_info_prereq
%description devel
MPFR multiple-precision floating-point library development files
Development files for the GNU multiple-precision floating-point library.
The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It is
based on the GMP multiple-precision library.
%prep
%setup -q
%patch1 -p1
%build
%configure \