[libmowgli] BR autoconf libtool and run autoreconf -f for aarch64 updates (#925798)

Michael Schwendt mschwendt at fedoraproject.org
Sun Apr 21 08:24:44 UTC 2013


commit 14cdc9185c015fad8bf0d05041b5ce25faedb17a
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sun Apr 21 10:24:24 2013 +0200

    BR autoconf libtool and run autoreconf -f for aarch64 updates (#925798)

 libmowgli.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/libmowgli.spec b/libmowgli.spec
index 22c5cef..ad0bd44 100644
--- a/libmowgli.spec
+++ b/libmowgli.spec
@@ -2,7 +2,7 @@
 
 Name: libmowgli
 Version: 1.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 Summary: Library of many utility functions and classes
 Group: System Environment/Libraries
@@ -11,6 +11,8 @@ License: MIT
 URL: http://www.atheme.org/project/mowgli
 Source0: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2
 
+BuildRequires: autoconf libtool
+
 %description
 libmowgli is a development framework for C (like GLib), which provides high
 performance and highly flexible algorithms. It can be used as a suppliment to
@@ -31,6 +33,8 @@ software that uses libmowgli.
 
 %prep
 %setup -q
+# for aarch64 support - https://bugzilla.redhat.com/925798
+autoreconf -f
 
 # Make the build system more verbose
 sed -i '\,^.SILENT:,d' buildsys.mk.in
@@ -78,6 +82,9 @@ exit 0
 
 
 %changelog
+* Sun Apr 21 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0.0-5
+- BR autoconf libtool and run autoreconf -f for aarch64 updates (#925798)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list