From 1870ed592ed9992b60edd84d2fef1144887b0ff5 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Fri, 17 Apr 2026 16:41:58 +0300 Subject: [PATCH] libmpfr 4.2.2 --- libmpfr.spec | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 libmpfr.spec diff --git a/libmpfr.spec b/libmpfr.spec new file mode 100644 index 0000000..fd4c482 --- /dev/null +++ b/libmpfr.spec @@ -0,0 +1,38 @@ +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 +-