]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
mpfr: Update download source and enable testsuite
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2025 11:11:00 +0000 (11:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2025 11:11:00 +0000 (11:11 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
mpfr/mpfr.nm

index 1b04bf589c9a26dd6e16ecabdf67077930f79e4c..aea753e9777d1fd361e66ff39152fde7157c24b6 100644 (file)
@@ -5,10 +5,10 @@
 
 name       = mpfr
 version    = 4.2.1
-release    = 1
+release    = 1.1
 
 groups     = System/Libraries
-url        = http://www.mpfr.org/
+url        = https://www.mpfr.org/
 license    = LGPLv2+ and GPLv2+ and GFDL
 summary    = A C library for multiple-precision floating-point computations.
 
@@ -21,7 +21,8 @@ description
        library.
 end
 
-source_dl  = http://mpfr.loria.fr/mpfr-%{version}/
+source_dl  = https://www.mpfr.org/mpfr-current/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
@@ -33,8 +34,7 @@ build
                --disable-assert
 
        test
-               export LD_LIBRARY_PATH=$(pwd)/src/.libs
-               make check || true
+               LD_LIBRARY_PATH=$(pwd)/src/.libs make check
        end
 end