]> git.pld-linux.org Git - packages/mpfr.git/commitdiff
- refresh ac/am/lt to avoid BRing g++
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Dec 2006 02:03:46 +0000 (02:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpfr.spec -> 1.4

mpfr.spec

index 423beb7d380dd59b84332062743275abc1a9c279..b764c9ad471ae5c30b156381ad569c875aedb648 100644 (file)
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -9,7 +9,10 @@ Source0:       http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.bz2
 # Source0-md5: 40bf06f8081461d8db7d6f4ad5b9f6bd
 Patch0:                %{name}-info.patch
 URL:           http://www.mpfr.org/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1.6
 BuildRequires: gmp-devel >= 4.1.0
+BuildRequires: libtool
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -63,6 +66,10 @@ Statyczna biblioteka MPFR.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 
This page took 0.092125 seconds and 4 git commands to generate.