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