summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-05 15:16:55 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-05 15:17:56 +0100
commitcfa9d0afd5ce2f29843e232d2acc777f961a0052 (patch)
tree6985b7dea67a3f9b0d01b3997dfbe57357651fb7
parentf625368e69fe78b03c86a2af72359ef02570ca28 (diff)
downloadmpfr-sandbox/kevinthierry/bump-3.1.2.tar.gz
mpfr-sandbox/kevinthierry/bump-3.1.2.tar.bz2
mpfr-sandbox/kevinthierry/bump-3.1.2.zip
Bug-Tizen: TC-1852 Change-Id: I45f455f3dd5cc69de5f11ccb7d06df0ad076f4ab Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--packaging/mpfr.spec19
1 files 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
-