]> git.pld-linux.org Git - packages/mpfr.git/blobdiff - mpfr.spec
- updated to 3.1.6
[packages/mpfr.git] / mpfr.spec
index 59d8922ea9be256b156179dad55762242a7a0536..471df85fb56a067b8ed136208f5822f9223b29fb 100644 (file)
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -1,19 +1,26 @@
+#
+# Conditional build:
+%bcond_without tests   # don't perform make check
+#
 Summary:       Multiple-precision floating-point computations library
 Summary(pl.UTF-8):     Biblioteka obliczeĹ„ zmiennoprzecinkowych wielokrotnej precyzji
 Name:          mpfr
-Version:       2.2.1
+Version:       3.1.6
 Release:       1
-License:       LGPL
+License:       LGPL v3+
 Group:         Libraries
-Source0:       http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.bz2
-# Source0-md5: 40bf06f8081461d8db7d6f4ad5b9f6bd
+Source0:       http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz
+# Source0-md5: 51bfdbf81553966c8d43808122cc81b3
 Patch0:                %{name}-info.patch
 URL:           http://www.mpfr.org/
 BuildRequires: autoconf >= 2.50
-BuildRequires: automake >= 1.6
+BuildRequires: automake >= 1:1.13
 BuildRequires: gmp-devel >= 4.1.0
 BuildRequires: libtool
+BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo
+BuildRequires: xz
+Requires:      gmp >= 4.1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -65,9 +72,16 @@ Statyczna biblioteka MPFR.
 %setup -q
 %patch0 -p1
 
+# triggers bug in gold (as of binutils-2.21.53.0.2-1.i686)
+mkdir my-ld
+if [ -x /usr/bin/ld.bfd ]; then
+       ln -s /usr/bin/ld.bfd my-ld/ld
+fi
+
 %build
+export PATH=$PWD/my-ld:$PATH
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
@@ -75,7 +89,10 @@ Statyczna biblioteka MPFR.
 
 # make -j4 creates truncated .lo files
 %{__make} -j1 all
+
+%if %{with tests}
 %{__make} check
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,16 +108,17 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post  devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog FAQ.html NEWS README TODO
+%doc AUTHORS BUGS ChangeLog NEWS README TODO doc/FAQ.html
 %attr(755,root,root) %{_libdir}/libmpfr.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmpfr.so.4
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.170333 seconds and 4 git commands to generate.