Name: libmpfr Version: 3.0.0 Release: 2mamba 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/ Source: http://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.bz2 License: LGPL PreReq: %{__install_info} 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. 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). %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: libgmp-devel >= 4.1.3 Requires: %{name} = %{version} %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. 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 need for development. %prep %setup -q -n mpfr-%{version} %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel %install_info mpfr.info %preun devel %uninstall_info mpfr.info exit 0 %files %defattr(-,root,root) %{_libdir}/libmpfr.so.* %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 %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO %changelog * Mon Jul 12 2010 Automatic Build System 3.0.0-2mamba - automatic rebuild by autodist * Sun Jun 27 2010 Automatic Build System 3.0.0-1mamba - automatic update by autodist * Wed Jan 13 2010 Automatic Build System 2.4.2-1mamba - automatic update by autodist * Sun Mar 22 2009 Silvan Calarco 2.4.1-1mamba - automatic update by autodist * Sun Jan 11 2009 Silvan Calarco 2.3.2-1mamba - automatic update by autodist * Thu Mar 06 2008 Aleph0 2.3.1-1mamba - update to 2.3.1 * Thu Oct 18 2007 Silvan Calarco 2.3.0-1mamba - update to 2.3.0 - dynamic library added * Mon Aug 15 2005 Silvan Calarco 2.1.2-1qilnx - package created by autospec