Accepting request 29105 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/mpfr based on submit request 29105 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=19
This commit is contained in:
OBS User autobuild 2010-01-14 14:15:37 +00:00 committed by Git OBS Bridge
parent 1bef109409
commit c170bc7632
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 11 17:13:00 CET 2009 - jengelh@medozas.de
- add baselibs.conf to specfile as source
-------------------------------------------------------------------
Mon Dec 7 22:38:13 CET 2009 - jengelh@medozas.de
- Do not use --enable-thread-safe on SPARC (Fedora does the same) -
the tests segfault if TS is enabled
-------------------------------------------------------------------
Mon Nov 30 13:47:17 CET 2009 - rguenther@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mpfr (Version 2.4.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,10 +25,11 @@ License: LGPLv2.1+
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 2.4.2
Release: 1
Release: 2
Summary: The MPFR multiple-precision floating-point library
Url: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -101,7 +102,9 @@ Authors:
%build
%configure \
%if 0%{suse_version} > 1000
%ifnarch %sparc
--enable-thread-safe \
%endif
%endif
--enable-shared \
--docdir=%{_docdir}/mpfr