[zile] Add autoreconf in prep section to support aarch64 (Bug #926862).

Eric Smith brouhaha at fedoraproject.org
Mon Apr 29 18:04:19 UTC 2013


commit 7054e838eafc0a3c06f45a65e2e35bd0d8a1502a
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Apr 29 12:04:17 2013 -0600

    Add autoreconf in prep section to support aarch64 (Bug #926862).

 zile.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/zile.spec b/zile.spec
index 04fd477..f13712f 100644
--- a/zile.spec
+++ b/zile.spec
@@ -1,7 +1,7 @@
 Summary: Zile Is Lossy Emacs
 Name: zile
 Version: 2.3.21
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv3+
 Group: Applications/Editors
 URL: http://www.gnu.org/software/%{name}/
@@ -22,6 +22,7 @@ iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
 mv THANKS{.utf8,}
 
 %build
+autoreconf --force
 %configure
 make %{?_smp_mflags}
 
@@ -36,6 +37,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 %{_datadir}/%{name}/
 
 %changelog
+* Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> - 2.3.21-7
+- Add autoreconf in prep section to support aarch64 (Bug #926862).
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.21-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list