automatic version update by autodist [release 4.1.1-1mamba;Sun Nov 20 2022]

This commit is contained in:
Automatic Build System 2024-01-06 05:05:58 +01:00
parent bec4057132
commit 77151119bc
2 changed files with 9 additions and 6 deletions

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 4.1.1-1mamba
- automatic version update by autodist
* Thu Aug 20 2020 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
- automatic version update by autodist