]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - mpfr/mpfr.nm
gcc: Update to 6.4.0
[people/ms/ipfire-3.x.git] / mpfr / mpfr.nm
index 848d0379b4450cbe60976bea9a7275f2d16f6ab2..cf3924f53cd925c6bf1137695a1c6148a5901e22 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = mpfr
-version    = 3.1.0
+version    = 3.1.5
 release    = 1
 
 groups     = System/Libraries
@@ -25,20 +25,17 @@ source_dl  = http://mpfr.loria.fr/mpfr-%{version}/
 
 build
        requires
-               gmp-devel>=4.3.2
+               gmp-devel >= 4.3.2
        end
 
        configure_options += \
-               --enable-thread-safe
+               --enable-thread-safe \
+               --disable-assert
 
        test
+               export LD_LIBRARY_PATH=$(pwd)/src/.libs
                make check
        end
-
-       install_cmds
-               ln -svf libmpfr.so.4 %{BUILDROOT}/usr/lib/libmpfr.so.1
-               ln -svf libmpfr.so.4.1.0 %{BUILDROOT}/usr/lib/libmpfr.so.1.2.2
-       end
 end
 
 packages
@@ -48,16 +45,6 @@ packages
                template DEVEL
        end
 
-       package %{name}-compat
-               summary = Compat libraries of %{thisapp}.
-
-               provides = libmpfr.so.1
-
-               files
-                       /usr/lib/libmpfr.so.1*
-               end
-       end
-
        package %{name}-debuginfo
                template DEBUGINFO
        end