automatic version update by autodist [release 4.2.1.p1-1mamba;Mon Mar 10 2025]

This commit is contained in:
Automatic Build System 2025-03-10 21:05:37 +01:00
parent 64807beea9
commit 55be8732e4
3 changed files with 15 additions and 9 deletions

View File

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.mpfr.org/mpfr-current/patch01">here</a>.</p>
</body></html>

View File

@ -1,6 +1,6 @@
%define pkgver %(echo %version | cut -d. -f1-3)
Name: libmpfr
Version: 4.2.1
Version: 4.2.1.p1
Release: 1mamba
Summary: A C library for multiple-precision floating-point computations with exact rounding
Group: System/Libraries
@ -12,12 +12,12 @@ Source: http://www.mpfr.org/mpfr-current/mpfr-%{pkgver}.tar.bz2
Source1: libmpfr-autoupdate
Patch0: libmpfr-%{version}-patchset.patch
License: LGPL
Requires(post):%{__install_info}
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgmp-devel
## AUTOBUILDREQ-END
BuildRequires: libgmp-devel >= 4.1.3
Requires(post):%{__install_info}
%description
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.
@ -28,7 +28,7 @@ It copies the good ideas from the ANSI/IEEE-754 standard for double-precision fl
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: libgmp-devel >= 4.1.3
Requires: %{name} = %{version}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.
@ -36,12 +36,8 @@ The main goal of MPFR is to provide a library for multiple-precision floating-po
It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa).
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n mpfr-%{pkgver}
#%patch 0 -p1
#%patch1 -p1
%build
%configure
@ -51,11 +47,11 @@ This package contains static libraries and header files needed for development.
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
rm -f %{buildroot}%{_infodir}/dir
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel
%install_info mpfr.info
@ -82,6 +78,9 @@ exit 0
%doc BUGS ChangeLog NEWS README TODO
%changelog
* Mon Mar 10 2025 Automatic Build System <autodist@openmamba.org> 4.2.1.p1-1mamba
- automatic version update by autodist
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
- automatic version update by autodist