|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_base 4.1.0 |
|
|
|
|
%define V_patch 12 |
|
|
|
|
%define V_patch 13 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: mpfr |
|
|
|
@ -36,7 +36,7 @@ Class: CORE
|
|
|
|
|
Group: Algorithm |
|
|
|
|
License: LGPL |
|
|
|
|
Version: %{V_base}.%{V_patch} |
|
|
|
|
Release: 20210423 |
|
|
|
|
Release: 20210518 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.mpfr.org/mpfr-current/mpfr-%{V_base}.tar.gz |
|
|
|
@ -53,6 +53,7 @@ Patch9: http://www.mpfr.org/mpfr-current/patch09
|
|
|
|
|
Patch10: http://www.mpfr.org/mpfr-current/patch10 |
|
|
|
|
Patch11: http://www.mpfr.org/mpfr-current/patch11 |
|
|
|
|
Patch12: http://www.mpfr.org/mpfr-current/patch12 |
|
|
|
|
Patch13: http://www.mpfr.org/mpfr-current/patch13 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
@ -97,6 +98,7 @@ PreReq: gmp
|
|
|
|
|
%patch -p1 -P 10 |
|
|
|
|
%patch -p1 -P 11 |
|
|
|
|
%patch -p1 -P 12 |
|
|
|
|
%patch -p1 -P 13 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|