41 lines
648 B
RPMSpec
41 lines
648 B
RPMSpec
Name: libmpc
|
|
Version: 1.4.1
|
|
Release: 1%{?dist}
|
|
Summary: C library for the arithmetic of complex numbers
|
|
|
|
License: GPL
|
|
URL: https://www.multiprecision.org/mpc
|
|
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.xz
|
|
|
|
BuildRequires: gcc gmp-devel mpfr-devel
|
|
Requires: bash
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%autosetup -n mpc-%{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>
|
|
-
|