From cfa9d0afd5ce2f29843e232d2acc777f961a0052 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 5 Nov 2014 15:16:55 +0100 Subject: [PATCH] Bump to version 3.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-1852 Change-Id: I45f455f3dd5cc69de5f11ccb7d06df0ad076f4ab Signed-off-by: Kévin THIERRY --- packaging/mpfr.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/packaging/mpfr.spec b/packaging/mpfr.spec index f2b76a5..d08863f 100644 --- a/packaging/mpfr.spec +++ b/packaging/mpfr.spec @@ -1,14 +1,14 @@ %define keepstatic 1 Name: mpfr -Version: 3.1.1 +Version: 3.1.2 Release: 0 License: LGPL-3.0+ Summary: The GNU multiple-precision floating-point library Url: http://www.mpfr.org/ -Group: Development/Libraries/C and C++ +Group: Base/Libraries Source: mpfr-%{version}.tar.bz2 Source2: baselibs.conf -Source1001: mpfr.manifest +Source1001: mpfr.manifest BuildRequires: gmp-devel %description @@ -24,7 +24,7 @@ mantissa). %package -n libmpfr Summary: The GNU multiple-precision floating-point shared library -Group: Development/Libraries/C and C++ +Group: Base/Libraries %description -n libmpfr The MPFR library is a C library for multiple-precision floating-point @@ -33,7 +33,7 @@ based on the GMP multiple-precision library. %package devel Summary: Development files for the GNU multiple-precision floating-point library -Group: Development/Libraries/C and C++ +Group: Base/Libraries Requires: gmp-devel Requires: libmpfr = %{version} @@ -50,12 +50,12 @@ cp %{SOURCE1001} . %build %configure \ - --enable-thread-safe \ - --enable-shared -make %{?_smp_mflags} + --enable-thread-safe \ + --enable-shared +%__make %{?_smp_mflags} %check -make check %{?_smp_mflags} +%__make check %{?_smp_mflags} %install %make_install @@ -80,4 +80,3 @@ make check %{?_smp_mflags} %{_libdir}/libmpfr.so %{_includedir}/mpf2mpfr.h %{_includedir}/mpfr.h - -- 2.7.4