libmpfr 4.2.2
This commit is contained in:
commit
1870ed592e
1 changed files with 38 additions and 0 deletions
38
libmpfr.spec
Normal file
38
libmpfr.spec
Normal 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>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue