This commit is contained in:
parent
c7157803aa
commit
b00d2d849f
5
baselibs.conf
Normal file
5
baselibs.conf
Normal file
@ -0,0 +1,5 @@
|
||||
mpfr
|
||||
libmpfr1
|
||||
mpfr-devel
|
||||
requires -mpfr-<targettype>
|
||||
requires "libmpfr1-<targettype> = <version>"
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 15:18:35 CET 2008 - rguenther@suse.de
|
||||
|
||||
|
@ -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é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é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
|
||||
|
Loading…
Reference in New Issue
Block a user