automatic version update by autodist [release 4.1.1-1mamba;Sun Nov 20 2022]
This commit is contained in:
parent
bec4057132
commit
77151119bc
15
libmpfr.spec
15
libmpfr.spec
@ -1,13 +1,13 @@
|
|||||||
%define pkgver %(echo %version | cut -d. -f1-3)
|
%define pkgver %(echo %version | cut -d. -f1-3)
|
||||||
Name: libmpfr
|
Name: libmpfr
|
||||||
Version: 4.1.0
|
Version: 4.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C library for multiple-precision floating-point computations with exact rounding
|
Summary: A C library for multiple-precision floating-point computations with exact rounding
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://www.mpfr.org/mpfr-current/mpfr-%{pkgver}.tar.bz2
|
||||||
Source1: libmpfr-autoupdate
|
Source1: libmpfr-autoupdate
|
||||||
Patch0: libmpfr-%{version}-patchset.patch
|
Patch0: libmpfr-%{version}-patchset.patch
|
||||||
@ -18,7 +18,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgmp-devel
|
BuildRequires: libgmp-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgmp-devel >= 4.1.3
|
BuildRequires: libgmp-devel >= 4.1.3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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 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.
|
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).
|
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
|
%prep
|
||||||
%setup -q -n mpfr-%{pkgver}
|
%setup -q -n mpfr-%{pkgver}
|
||||||
@ -67,21 +67,24 @@ exit 0
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmpfr.so.*
|
%{_libdir}/libmpfr.so.*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/mpf2mpfr.h
|
%{_includedir}/mpf2mpfr.h
|
||||||
%{_includedir}/mpfr.h
|
%{_includedir}/mpfr.h
|
||||||
%{_libdir}/libmpfr.a
|
%{_libdir}/libmpfr.a
|
||||||
%{_libdir}/libmpfr.la
|
|
||||||
%{_libdir}/libmpfr.so
|
%{_libdir}/libmpfr.so
|
||||||
%{_infodir}/mpfr.info.*
|
%{_infodir}/mpfr.info.*
|
||||||
%dir %{_docdir}/mpfr
|
%dir %{_docdir}/mpfr
|
||||||
%{_docdir}/mpfr
|
%{_docdir}/mpfr
|
||||||
%{_libdir}/pkgconfig/mpfr.pc
|
%{_libdir}/pkgconfig/mpfr.pc
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
|
%doc BUGS ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 20 2020 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user