]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
libmpc: Update to 1.3.1
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Feb 2023 23:03:56 +0000 (23:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Feb 2023 23:03:56 +0000 (23:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libmpc/libmpc.nm

index 872eb55fb77f5290e8ae629e9f1a23b6f730df0d..4e7dcd4f0298a82ef0e069b63b9afd03b1bfa99f 100644 (file)
@@ -4,14 +4,14 @@
 ###############################################################################
 
 name       = libmpc
-version    = 1.1.0
+version    = 1.3.1
 release    = 1
 thisapp    = mpc-%{version}
 
 groups     = System/Libraries
-url        = http://www.multiprecision.org/
+url        = https://www.multiprecision.org/
 license    = LGPLv2.1+
-summary    = Mpc is a C library for the arithmetic of complex numbers.
+summary    = Mpc is a C library for the arithmetic of complex numbers
 
 description
        Mpc is a C library for the arithmetic of complex numbers with
@@ -24,7 +24,7 @@ source_dl  = https://ftp.gnu.org/gnu/mpc/
 build
        requires
                gmp-devel >= 5.0.0
-               mpfr-devel >= 3.0.0
+               mpfr-devel >= 4.0.0
        end
 
        configure_options += \
@@ -32,8 +32,7 @@ build
                --disable-static
 
        test
-               export LD_LIBRARY_PATH=$(pwd)/src/.libs
-               make check
+               make check LD_LIBRARY_PATH="${DIR_APP}/src/.libs"
        end
 end