Clean the subpackage of libmp.
authorJunfeng Dong <junfeng.dong@intel.com>
Wed, 8 Jan 2014 02:26:02 +0000 (10:26 +0800)
committerChanho Park <chanho61.park@samsung.com>
Thu, 11 Sep 2014 08:41:48 +0000 (17:41 +0900)
GMP drop the support for BSD compatible library since 5.1.*.

Change-Id: I77ce7e0a14f1e8e7ba0841d322031c4a4f09e7fb
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
packaging/baselibs.conf
packaging/gmp.spec

index adc3b9f..0cab2f2 100644 (file)
@@ -3,10 +3,7 @@ libgmp
   targetarch ia64 block!
 libgmpxx
   targetarch ia64 block!
-libmp
-  targetarch ia64 block!
 gmp-devel
   requires -gmp-<targettype>
   requires "libgmp-<targettype> = <version>"
   requires "libgmpxx-<targettype> = <version>"
-  requires "libmp-<targettype> = <version>"
index 8c3a436..b41a919 100644 (file)
@@ -30,20 +30,11 @@ Requires:       libgmp = %{version}
 %description -n libgmpxx
 C++ bindings for the GNU MP Library.
 
-%package -n libmp
-Summary:        BSD libmp bindings for the GNU MP Library
-Group:          System/Libraries
-Requires:       libgmp = %{version}
-
-%description -n libmp
-BSD libmp bindings for the GNU MP Library.
-
 %package devel
 Summary:        Include Files and Libraries for Development with the GNU MP Library
 Group:          Development/Languages/C and C++
 Requires:       libgmp = %{version}
 Requires:       libgmpxx = %{version}
-Requires:       libmp = %{version}
 
 %description devel
 These libraries are needed to develop programs which calculate with
@@ -70,15 +61,10 @@ make check
 
 %post -n libgmpxx -p /sbin/ldconfig
 
-%post -n libmp -p /sbin/ldconfig
-
-
 %postun -n libgmp -p /sbin/ldconfig
 
 %postun -n libgmpxx -p /sbin/ldconfig
 
-%postun -n libmp -p /sbin/ldconfig
-
 %files
 %manifest %{name}.manifest
 %license COPYING