[golly] Add use of configure, necessary for autoreconf to actually do anything useful.

Eric Smith brouhaha at fedoraproject.org
Mon Apr 29 17:45:12 UTC 2013


commit e062a356831714b402bc355db8686f74b3a2798a
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Apr 29 11:45:09 2013 -0600

    Add use of configure, necessary for autoreconf to actually do anything useful.

 golly.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/golly.spec b/golly.spec
index 34ba9c9..ae93e18 100644
--- a/golly.spec
+++ b/golly.spec
@@ -1,6 +1,6 @@
 Name:		golly
 Version:	2.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Cellular automata simulator (includes Conway's Game of Life)
 Group:		Amusements/Games
 # The license for the code is GPLv2+
@@ -68,9 +68,11 @@ find . -name '.#*' -exec rm {} \;
 # fix permissions - no normal files should have execute permissions set
 find . -type f -exec chmod 644 {} \;
 
+chmod +x configure
 autoreconf --force
 
 %build
+%configure
 make %{?_smp_mflags} \
 	CXXFLAGS="%{optflags} -DGOLLYDIR=\"%{_datadir}/%{name}\"" \
 	ZLIB_LDFLAGS=-lz \
@@ -130,6 +132,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> 2.4-6
+- Add use of configure, necessary for autoreconf to actually do anything
+  useful.
+
 * Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> 2.4-5
 - Add autoreconf in prep section to support aarch64 (Bug #925468).
 


More information about the scm-commits mailing list