[project @ 2004-12-16 10:36:57 by simonmar]
[ghc-hetmet.git] / ghc / ghc.spec.in
index 61cb9ca..688ff0b 100644 (file)
@@ -8,7 +8,7 @@
 # This file is subject to the same free software license as GHC.
 
 %define name    ghc
-%define version @version@
+%define version @ProjectVersion@
 %define release @release@
 
 Name:           %{name}
@@ -22,7 +22,7 @@ Packager:       Sven Panne <sven.panne@aedion.de>
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Prefix:         %{_prefix}
 Requires:       gmp, readline
-BuildRequires:  alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbook-dtd, docbook-xsl-stylesheets, libxslt, libxml2, fop, xmltex, dvips, gmp, readline-devel
+BuildRequires:  alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbook-dtd, docbook-xsl-stylesheets, libxslt, libxml2, fop, xmltex, dvips, gmp, readline-devel, mesaglut-devel
 Provides:       haskell
 Summary:        The Glasgow Haskell Compiler
 
@@ -94,7 +94,7 @@ HTML format. Alternatively, the documentation is available online at
 
 %build
 test -f configure || autoreconf
-./configure --prefix=%{prefix} --enable-hopengl
+./configure --prefix=%{prefix}
 make
 make html