SHA256
6
0
forked from pool/mpfr
OBS User unknown
2007-12-12 17:15:53 +00:00
committed by Git OBS Bridge
parent 1cfabbd83f
commit 7d24682907
3 changed files with 644 additions and 2 deletions

View File

@@ -12,15 +12,16 @@
Name: mpfr
BuildRequires: gmp-devel
License: LGPL v2 or later
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Requires: gmp
Version: 2.3.0
Release: 3
Release: 4
Summary: The MPFR multiple-precision floating-point library
Url: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
Patch: mpfr-%{version}-patches.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -76,6 +77,8 @@ PreReq: %install_info_prereq
%description devel
MPFR multiple-precision floating-point library development files
Authors:
--------
Guillaume Hanrot
@@ -85,6 +88,7 @@ Authors:
%prep
%setup -q
%patch -p1
%build
%configure --enable-shared --enable-thread-safe
@@ -124,7 +128,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmpfr.so
%{_prefix}/include/mpf2mpfr.h
%{_prefix}/include/mpfr.h
%changelog
* Wed Dec 12 2007 - rguenther@suse.de
- Apply bugfixes from upstream, up to patch 4. [#343720]
* Tue Oct 02 2007 - ro@suse.de
- added provides mpfr to libmpfr1 package
* Wed Aug 29 2007 - rguenther@suse.de