This commit is contained in:
parent
f981384a94
commit
59ec76b570
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 17:17:07 CEST 2008 - rguenther@suse.de
|
||||
|
||||
- allow build on SLES9 by disabling TLS usage there
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 16:56:50 CEST 2008 - cthiel@suse.de
|
||||
|
||||
|
10
mpfr.spec
10
mpfr.spec
@ -18,7 +18,7 @@ Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Requires: gmp
|
||||
Version: 2.3.1
|
||||
Release: 4
|
||||
Release: 6
|
||||
Summary: The MPFR multiple-precision floating-point library
|
||||
Url: http://www.mpfr.org/
|
||||
Source: mpfr-%{version}.tar.bz2
|
||||
@ -92,7 +92,11 @@ Authors:
|
||||
%setup -q -n mpfr-2.3.1
|
||||
|
||||
%build
|
||||
%configure --enable-shared --enable-thread-safe
|
||||
%configure \
|
||||
%if 0%{suse_version} > 1000
|
||||
--enable-thread-safe \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
@ -131,6 +135,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_prefix}/include/mpfr.h
|
||||
|
||||
%changelog
|
||||
* Tue Jul 15 2008 rguenther@suse.de
|
||||
- allow build on SLES9 by disabling TLS usage there
|
||||
* Tue Apr 29 2008 cthiel@suse.de
|
||||
- obsolete mpfr-<arch> via baselibs.conf
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user