Bump to version 3.1.2 accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable sandbox/kevinthierry/bump-3.1.2 tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/base/20151223.052220 accepted/tizen/common/20141215.134150 accepted/tizen/ivi/20141231.083129 accepted/tizen/mobile/20150129.040550 accepted/tizen/tv/20150324.014616 accepted/tizen/wearable/20150129.005552 submit/tizen_base/20151223.111112 submit/tizen_common/20141211.175715 submit/tizen_ivi/20141225.333333 submit/tizen_mobile/20150128.000000 submit/tizen_tv/20150130.050505 submit/tizen_tv/20150320.000002 submit/tizen_tv/20150323.050640 submit/tizen_wearable/20150127.000002 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 5 Nov 2014 14:16:55 +0000 (15:16 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 5 Nov 2014 14:17:56 +0000 (15:17 +0100)
Bug-Tizen: TC-1852
Change-Id: I45f455f3dd5cc69de5f11ccb7d06df0ad076f4ab
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/mpfr.spec

index f2b76a5..d08863f 100644 (file)
@@ -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
-