[project @ 2005-03-10 14:03:28 by simonmar]
[ghc-hetmet.git] / ghc / ghc.spec.in
index fdbed7a..903214e 100644 (file)
@@ -7,13 +7,9 @@
 #
 # This file is subject to the same free software license as GHC.
 
-# Values for @version@ is set by the `configure' script. SNAP releases are 
-# CVS snapshots. Official releases should replace SNAP by an appropriate 
-# release numbers (they are usually numbered starting from 1).
-
 %define name    ghc
-%define version @version@
-%define release SNAP
+%define version @ProjectVersion@
+%define release @release@
 
 Name:           %{name}
 Version:        %{version}
@@ -22,16 +18,18 @@ License:        BSD-like
 Group:          Development/Languages/Haskell
 URL:            http://haskell.org/ghc/
 Source:         http://haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
+Packager:       Sven Panne <sven.panne@aedion.de>
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Prefix:         %{_prefix}
-Requires:       gmp-devel
+Requires:       gmp, readline
+BuildRequires:  alex >= 2.0, happy >= 1.15, ghc >= 5, haddock, docbook-dtd, docbook-xsl-stylesheets, libxslt, libxml2, fop, xmltex, dvips, gmp, readline-devel, mesaglut-devel
 Provides:       haskell
-BuildRequires:  alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbk31, jade, jadetex, dvips
-Summary:        Glasgow Haskell Compilation system
+Summary:        The Glasgow Haskell Compiler
 
 %description
-Haskell is the standard purely functional programming language; the
-current language version is Haskell 98, agreed in December 1998.
+Haskell is the standard lazy purely functional programming language.
+The current language version is Haskell 98, agreed in December 1998,
+with a revised version published in January 2003.
 
 GHC is a state-of-the-art programming suite for Haskell. Included is
 an optimising compiler generating good code for a variety of
@@ -46,28 +44,39 @@ specifications, documentation, compilers, interpreters, references,
 contact information, links to research groups) are available from the
 Haskell home page at http://haskell.org/.
 
+Authors:
+--------
+    Krasimir Angelov <ka2_mail@yahoo.com>
+    Manuel Chakravarty <chak@cse.unsw.edu.au>
+    Koen Claessen <koen@cs.chalmers.se>
+    Robert Ennals <Robert.Ennals@cl.cam.ac.uk>
+    Sigbjorn Finne <sof@galconn.com>
+    Gabrielle Keller <keller@cvs.haskell.org>
+    Marcin Kowalczyk <qrczak@knm.org.pl>
+    Jeff Lewis <jeff@galconn.com>
+    Ian Lynagh <igloo@earth.li>
+    Simon Marlow <simonmar@microsoft.com>
+    Sven Panne <sven.panne@aedion.de>
+    Ross Paterson <ross@soi.city.ac.uk>
+    Simon Peyton Jones <simonpj@microsoft.com>
+    Don Stewart <dons@cse.unsw.edu.au>
+    Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
+    Wolfgang Thaller <wolfgang.thaller@gmx.net>
+    Andrew Tolmach <apt@cs.pdx.edu>
+    Keith Wansbrough <Keith.Wansbrough@cl.cam.ac.uk>
+    Michael Weber <michael.weber@post.rwth-aachen.de>
+    plus a dozen helping hands...
+
 %package prof
-Summary: Profiling libraries for GHC
-Group: Development/Libraries
-Requires: ghc = %{PACKAGE_VERSION}-%{release}
+Requires:       ghc = %{version}-%{release}
+Summary:        Profiling libraries for GHC
+Group:          Development/Libraries
 
 %description prof
 Profiling libraries for Glorious Glasgow Haskell Compilation System
 (GHC).  They should be installed when GHC's profiling subsystem is
 needed.
 
-%package doc
-Summary: Documentation for GHC
-Group: Documentation
-
-%description doc
-Preformatted documentation for the Glorious Glasgow Haskell
-Compilation System (GHC) and its libraries. It should be installed if
-you like to have local access to the documentation in PostScript and
-HTML format. Alternatively, the documentation is available online at
-
-  http://haskell.org/ghc/documentation.html
-
 %prep
 %setup
 
@@ -75,15 +84,13 @@ HTML format. Alternatively, the documentation is available online at
 test -f configure || autoreconf
 ./configure --prefix=%{prefix}
 make
-make ps html
+make html
+make -C ghc/docs/ext-core ps
+make -C ghc/docs/storage-mgt ps
  
 %install
 make prefix=${RPM_BUILD_ROOT}%{prefix} install
-
-mkdir -p ${RPM_BUILD_ROOT}%{prefix}/share/doc/ghc-%{version}
-cp ghc/ANNOUNCE ghc/README ${RPM_BUILD_ROOT}%{prefix}/share/doc/ghc-%{version}
-
-make prefix=${RPM_BUILD_ROOT}%{prefix} datadir=${RPM_BUILD_ROOT}%{prefix}/share/doc/ghc-%{version} SGMLDocWays="html ps" install-docs
+make datadir=`pwd` install-docs
 
 # generate the file list for lib/ _excluding_ all files needed for profiling
 # only
@@ -108,14 +115,31 @@ 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 docs/building/building
+%doc docs/docbook-cheat-sheet/docbook-cheat-sheet
+%doc ghc/ANNOUNCE
+%doc ghc/LICENSE
+%doc ghc/README
+%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 hslibs/doc/hslibs
+%doc html/*
+%{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/runhaskell
+%{prefix}/bin/stat2resid
 
 %files prof -f rpm-prof-lib-files
 %defattr(-,root,root)
-
-%files doc
-%defattr(-,root,root)
-%doc %{prefix}/share/doc/ghc-%{version}/*.ps
-%doc %{prefix}/share/doc/ghc-%{version}/html