diff options
author | panne <unknown> | 2004-08-26 21:03:19 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-26 21:03:19 +0000 |
commit | 8d52cedb74e4408c714d190858311c7db1982535 (patch) | |
tree | 06d522ee954da5f8e75c795fe8a4a841a66e1099 | |
parent | 4b1b42eaeb61f2461e269f874d8266a5bdd4ebdc (diff) |
[haddock @ 2004-08-26 21:03:19 by panne]
Updated BuildRequires tags. Alas, there seems to be no real standard here, so
your mileage may vary... At least the current specs should work on SuSE Linux.
-rw-r--r-- | haddock.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.spec b/haddock.spec index da29ee56..aaaf5323 100644 --- a/haddock.spec +++ b/haddock.spec @@ -30,7 +30,7 @@ Source: http://haskell.org/haddock/haddock-%{version}-src.tar.gz Packager: Sven Panne <sven.panne@aedion.de> BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} -BuildRequires: alex, happy, ghc, docbk31 +BuildRequires: alex, happy, ghc, docbook-dtd, docbook-xsl-stylesheets, libxslt, libxml2, fop, xmltex, dvips Summary: A documentation tool for annotated Haskell source code %description |