From 4fca5eba6129da817fa9a03b42d1e484d63bfb47 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Thu, 28 Mar 2013 18:11:26 +0100 Subject: [PATCH] added build dependency needed to autoreconf on arm --- gmp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gmp.spec b/gmp.spec index 0bf9f91..17bcf80 100644 --- a/gmp.spec +++ b/gmp.spec @@ -6,7 +6,7 @@ Summary: A GNU arbitrary precision library Name: gmp Version: 5.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 URL: http://gmplib.org/ Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}.tar.bz2 @@ -18,6 +18,8 @@ License: LGPLv3+ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf automake libtool +#autoreconf on arm needs: +BuildRequires: perl-Carp %description The gmp package contains GNU MP, a library for arbitrary precision @@ -227,6 +229,9 @@ exit 0 %changelog +* Thu Mar 28 2013 Frantisek Kluknavsky - 1:5.1.1-3 +- added build dependency needed to autoreconf on arm + * Thu Feb 14 2013 Frantisek Kluknavsky - 1:5.1.1-2 - rebase to 5.1.1 - deleted unapplicable part of gmp-4.0.1-s390.patch