rpms/ghc/F-8 ghc.spec,1.28,1.29

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Mon Jan 7 03:56:50 UTC 2008


Author: bos

Update of /cvs/extras/rpms/ghc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14297

Modified Files:
	ghc.spec 
Log Message:
rebuild configure before building


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/F-8/ghc.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ghc.spec	7 Jan 2008 03:16:03 -0000	1.28
+++ ghc.spec	7 Jan 2008 03:56:08 -0000	1.29
@@ -18,7 +18,7 @@
 
 Name:		ghc
 Version:	6.8.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Glasgow Haskell Compilation system
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
 ExcludeArch:	alpha ppc64
@@ -29,7 +29,7 @@
 URL:		http://haskell.org/ghc/
 Requires:	%{ghcver} = %{version}-%{release}, chkconfig
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  ghc, happy, sed
+BuildRequires:  autoconf, ghc, happy, sed
 BuildRequires:  gmp-devel, readline-devel
 BuildRequires:  libX11-devel, libXt-devel
 BuildRequires:  freeglut-devel, openal-devel
@@ -109,6 +109,7 @@
 echo "GhcRTSWays=thr debug" >> mk/build.mk
 %endif
 
+autoreconf
 ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \
   --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \
   --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \
@@ -222,7 +223,7 @@
 
 
 %changelog
-* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-3
+* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-4
 - Fix docdir
 
 * Tue Dec 12 2007 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-1




More information about the fedora-extras-commits mailing list