diff --git a/libmpfr-4.2.1-patchset.patch b/libmpfr-4.2.1-patchset.patch deleted file mode 100644 index e69de29..0000000 diff --git a/libmpfr-4.2.1.p1-patchset.patch b/libmpfr-4.2.1.p1-patchset.patch new file mode 100644 index 0000000..405148b --- /dev/null +++ b/libmpfr-4.2.1.p1-patchset.patch @@ -0,0 +1,7 @@ + + +301 Moved Permanently + +

Moved Permanently

+

The document has moved here.

+ diff --git a/libmpfr.spec b/libmpfr.spec index 53fca1b..9e239f3 100644 --- a/libmpfr.spec +++ b/libmpfr.spec @@ -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 4.2.1.p1-1mamba +- automatic version update by autodist + * Wed Aug 23 2023 Automatic Build System 4.2.1-1mamba - automatic version update by autodist