diff --git a/libmpfr-4.1.0-patchset.patch b/libmpfr-4.1.1-patchset.patch similarity index 100% rename from libmpfr-4.1.0-patchset.patch rename to libmpfr-4.1.1-patchset.patch diff --git a/libmpfr.spec b/libmpfr.spec index a8862a3..65d8c3e 100644 --- a/libmpfr.spec +++ b/libmpfr.spec @@ -1,13 +1,13 @@ %define pkgver %(echo %version | cut -d. -f1-3) Name: libmpfr -Version: 4.1.0 +Version: 4.1.1 Release: 1mamba Summary: A C library for multiple-precision floating-point computations with exact rounding Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.mpfr.org/ +URL: https://www.mpfr.org/ Source: http://www.mpfr.org/mpfr-current/mpfr-%{pkgver}.tar.bz2 Source1: libmpfr-autoupdate Patch0: libmpfr-%{version}-patchset.patch @@ -18,7 +18,6 @@ BuildRequires: glibc-devel BuildRequires: libgmp-devel ## AUTOBUILDREQ-END BuildRequires: libgmp-devel >= 4.1.3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -35,8 +34,9 @@ Requires: %{name} = %{version} 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. The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has a well-defined semantics. 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. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q -n mpfr-%{pkgver} @@ -67,21 +67,24 @@ exit 0 %files %defattr(-,root,root) %{_libdir}/libmpfr.so.* +%doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_includedir}/mpf2mpfr.h %{_includedir}/mpfr.h %{_libdir}/libmpfr.a -%{_libdir}/libmpfr.la %{_libdir}/libmpfr.so %{_infodir}/mpfr.info.* %dir %{_docdir}/mpfr %{_docdir}/mpfr %{_libdir}/pkgconfig/mpfr.pc -%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO +%doc BUGS ChangeLog NEWS README TODO %changelog +* Sun Nov 20 2022 Automatic Build System 4.1.1-1mamba +- automatic version update by autodist + * Thu Aug 20 2020 Automatic Build System 4.1.0-1mamba - automatic version update by autodist