Name: libmpfr Version: 4.2.2 Release: 1%{?dist} Summary: C library for multiple-precision floating-point computations with correct rounding License: GPL URL: https://www.mpfr.org Source0: https://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.gz BuildRequires: gcc Requires: bash %description %prep %autosetup -n mpfr-%{version} %build %configure %make_build %install %make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{?ldconfig_scriptlets} %files %{_libdir} %{_includedir} %{_datadir} %changelog * Fri Apr 17 2026 Dmitrii Tochanskii -