[zeromq] run autoreconf before configure so aarch64 is supported (#926859)

tomspur tomspur at fedoraproject.org
Wed Mar 27 15:37:03 UTC 2013


commit 9684f06abb6ddde5f57adc9e95a1d991a436bbdb
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Mar 27 16:37:00 2013 +0100

    run autoreconf before configure so aarch64 is supported (#926859)

 zeromq.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/zeromq.spec b/zeromq.spec
index 807df1b..814da22 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -2,7 +2,7 @@
 
 Name:           zeromq
 Version:        2.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Software library for fast, message-based applications
 
 Group:          System Environment/Libraries
@@ -11,6 +11,8 @@ URL:            http://www.zeromq.org
 # VCS:          git:http://github.com/zeromq/zeromq2.git
 Source0:        http://download.zeromq.org/zeromq-%{version}.tar.gz
 
+BuildRequires:  autoconf
+
 BuildRequires:  glib2-devel
 %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 BuildRequires:  e2fsprogs-devel
@@ -60,6 +62,7 @@ rm -v $(find foreign -type f | grep -v Makefile)
 
 
 %build
+autoreconf -fi
 %configure \
 %if %{with pgm}
             --with-system-pgm \
@@ -101,6 +104,9 @@ make check
 
 
 %changelog
+* Wed Mar 27 2013 Thomas Spura <tomspur at fedoraproject.org> - 2.2.0-6
+- run autoreconf before configure so aarch64 is supported (#926859)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list