libmpfr 4.2.2

This commit is contained in:
Dmitrii Tochanskii 2026-04-17 16:41:58 +03:00
commit 1870ed592e

38
libmpfr.spec Normal file
View file

@ -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 <tochansky@tochlab.ru>
-