Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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.
library.
end
-source_dl = http://mpfr.loria.fr/mpfr-%{version}/
+source_dl = https://www.mpfr.org/mpfr-current/
+sources = %{thisapp}.tar.xz
build
requires
--disable-assert
test
- export LD_LIBRARY_PATH=$(pwd)/src/.libs
- make check || true
+ LD_LIBRARY_PATH=$(pwd)/src/.libs make check
end
end