rpms/ghc/F-8 ghc.spec,1.30,1.31

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


Author: bos

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

Modified Files:
	ghc.spec 
Log Message:
Another try


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/F-8/ghc.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ghc.spec	7 Jan 2008 04:17:15 -0000	1.30
+++ ghc.spec	7 Jan 2008 04:56:16 -0000	1.31
@@ -18,7 +18,7 @@
 
 Name:		ghc
 Version:	6.8.2
-Release:	5%{?dist}
+Release:	6%{?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:  autoconf, ghc, happy, sed
+BuildRequires:  ghc, happy, sed
 BuildRequires:  gmp-devel, readline-devel
 BuildRequires:  libX11-devel, libXt-devel
 BuildRequires:  freeglut-devel, openal-devel
@@ -37,6 +37,8 @@
 # haddock generates docs in libraries
 BuildRequires: libxslt, docbook-style-xsl, haddock >= 0.8
 %endif
+# Work around http://hackage.haskell.org/trac/ghc/ticket/2020
+BuildRequires:  autoconf, automake
 
 %description
 GHC is a state-of-the-art programming suite for Haskell, a purely
@@ -109,6 +111,7 @@
 echo "GhcRTSWays=thr debug" >> mk/build.mk
 %endif
 
+# Work around http://hackage.haskell.org/trac/ghc/ticket/2020
 for c in configure libraries/*/configure; do
   (cd `dirname $c` && autoreconf)
 done
@@ -226,7 +229,7 @@
 
 
 %changelog
-* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-5
+* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-6
 - 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