[project @ 2004-11-10 04:17:50 by wolfgang]
[ghc-hetmet.git] / ghc / ghc.spec.in
index 3c3ad87..3501ace 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, docbk31, jade, jadetex, 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,9 +94,9 @@ HTML format. Alternatively, the documentation is available online at
 
 %build
 test -f configure || autoreconf
-./configure --prefix=%{prefix}
+./configure --prefix=%{prefix} --enable-hopengl
 make
-make ps html
+make html
  
 %install
 make prefix=${RPM_BUILD_ROOT}%{prefix} install
@@ -125,38 +125,33 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files -f rpm-noprof-lib-files
 %defattr(-,root,root)
-%doc %{prefix}/share/doc/ghc-%{version}/ANNOUNCE
-%doc %{prefix}/share/doc/ghc-%{version}/README
-%{prefix}/bin/*
+%doc ghc/ANNOUNCE
+%doc ghc/LICENSE
+%doc ghc/README
+%{prefix}/bin/ghc
+%{prefix}/bin/ghc-%{version}
+%{prefix}/bin/ghc-pkg
+%{prefix}/bin/ghc-pkg-%{version}
+%{prefix}/bin/ghci
+%{prefix}/bin/ghci-%{version}
+%{prefix}/bin/ghcprof
+%{prefix}/bin/hasktags
+%{prefix}/bin/hp2ps
+%{prefix}/bin/hsc2hs
+%{prefix}/bin/runghc
+%{prefix}/bin/stat2resid
 
 %files prof -f rpm-prof-lib-files
 %defattr(-,root,root)
 
 %files doc
 %defattr(-,root,root)
-
 %doc docs/building/building
-%doc docs/building/building.ps
-
 %doc docs/docbook-cheat-sheet/docbook-cheat-sheet
-%doc docs/docbook-cheat-sheet/docbook-cheat-sheet.ps
-
 %doc ghc/docs/ext-core/core.ps
-
 %doc ghc/docs/storage-mgt/ldv.ps
-
 %doc ghc/docs/storage-mgt/rp.ps
-
 %doc ghc/docs/storage-mgt/sm.ps
-
 %doc ghc/docs/users_guide/users_guide
-%doc ghc/docs/users_guide/users_guide.ps
-
 %doc hslibs/doc/hslibs
-%doc hslibs/doc/hslibs.ps
-
-%doc ghc/ANNOUNCE
-%doc ghc/LICENSE
-%doc ghc/README
-
 %doc html/*