SHA256
6
0
forked from pool/mpfr
OBS User unknown
2008-04-10 11:18:04 +00:00
committed by Git OBS Bridge
parent c7157803aa
commit b00d2d849f
3 changed files with 18 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
# norootforbuild
Name: mpfr
BuildRequires: gmp-devel
License: LGPL v2.1 or later
@@ -17,7 +18,7 @@ Group: Development/Libraries/C and C++
AutoReqProv: on
Requires: gmp
Version: 2.3.1
Release: 2
Release: 3
Summary: The MPFR multiple-precision floating-point library
Url: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
@@ -44,6 +45,7 @@ Authors:
Patrick P<EFBFBD>lissier
%package -n libmpfr1
License: LGPL v2.1 or later
Summary: MPFR multiple-precision floating-point computation shared library
Group: Development/Libraries/C and C++
AutoReqProv: on
@@ -66,6 +68,7 @@ Authors:
Patrick P<EFBFBD>lissier
%package devel
License: LGPL v2.1 or later
Summary: MPFR multiple-precision floating-point library development files
Group: Development/Libraries/C and C++
Requires: libmpfr1 = %{version} gmp-devel
@@ -128,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/include/mpfr.h
%changelog
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Tue Jan 29 2008 rguenther@suse.de
- Update to final version 2.3.1.
* Changes in the behavior of mpfr_strtofr and in its documentation