From: Michael Tremer Date: Thu, 9 Jan 2025 11:11:00 +0000 (+0000) Subject: mpfr: Update download source and enable testsuite X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a9e7317047f419495405c009ad6c95fa4d4da3;p=ipfire-3.x.git mpfr: Update download source and enable testsuite Signed-off-by: Michael Tremer --- diff --git a/mpfr/mpfr.nm b/mpfr/mpfr.nm index 1b04bf589..aea753e97 100644 --- a/mpfr/mpfr.nm +++ b/mpfr/mpfr.nm @@ -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