]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
compat-mpfr: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2016 21:48:00 +0000 (17:48 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2016 10:50:26 +0000 (06:50 -0400)
This package requires GMP < 6.0 to build which is not
part of our system any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
compat-mpfr/compat-mpfr.nm [deleted file]

diff --git a/compat-mpfr/compat-mpfr.nm b/compat-mpfr/compat-mpfr.nm
deleted file mode 100644 (file)
index d9cfbb6..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = compat-mpfr
-version    = 2.4.2
-release    = 1
-
-thisapp    = mpfr-%{version}
-
-groups     = System/Libraries
-url        = http://www.mpfr.org/
-license    = LGPLv2+ and GPLv2+ and GFDL
-summary    = A C library for multiple-precision floating-point computations.
-
-description
-       The MPFR library is a C library for multiple-precision floating-point
-       computations with correct rounding. The MPFR is efficient and
-       also has a well-defined semantics. It copies the good ideas from the
-       ANSI/IEEE-754 standard for double-precision floating-point arithmetic
-       (53-bit mantissa). MPFR is based on the GMP multiple-precision
-       library.
-end
-
-source_dl  = http://ftp.gnu.org/gnu/mpfr/
-
-build
-       requires
-               gmp-devel >= 4.3.2
-               gmp-devel < 6.0.0
-       end
-
-       configure_options += \
-               --enable-thread-safe \
-               --disable-assert
-
-       test
-               export LD_LIBRARY_PATH=$(pwd)/.libs
-               make check
-       end
-
-       install
-               # Only install libraries.
-               mkdir -pv %{BUILDROOT}%{libdir}
-               install -m 644 .libs/libmpfr.so.1.2.2 %{BUILDROOT}%{libdir}
-               ln -svf libmpfr.so.1.2.2 %{BUILDROOT}%{libdir}/libmpfr.so.1
-       end
-end
-
-packages
-       package %{name}
-               provides
-                       mpfr = %{thisver}
-               end
-
-               obsoletes
-                       mpfr-compat
-               end
-
-               conflicts
-                       mpfr <= %{thisver}
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end