[golly] Add autoreconf in prep section to support aarch64 (Bug #925468).

Eric Smith brouhaha at fedoraproject.org
Mon Apr 29 17:04:49 UTC 2013


commit aa00817bc23ac12400643440b1074fa598fdc171
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Apr 29 11:04:47 2013 -0600

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

 golly.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/golly.spec b/golly.spec
index 146a39d..34ba9c9 100644
--- a/golly.spec
+++ b/golly.spec
@@ -1,6 +1,6 @@
 Name:		golly
 Version:	2.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Cellular automata simulator (includes Conway's Game of Life)
 Group:		Amusements/Games
 # The license for the code is GPLv2+
@@ -68,6 +68,8 @@ find . -name '.#*' -exec rm {} \;
 # fix permissions - no normal files should have execute permissions set
 find . -type f -exec chmod 644 {} \;
 
+autoreconf --force
+
 %build
 make %{?_smp_mflags} \
 	CXXFLAGS="%{optflags} -DGOLLYDIR=\"%{_datadir}/%{name}\"" \
@@ -128,6 +130,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> 2.4-5
+- Add autoreconf in prep section to support aarch64 (Bug #925468).
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list