From 81cf6f48bb536f23c0d20b31c87898c5201de0c6 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Jan 07 2008 03:16:03 +0000 Subject: Fix docdir --- diff --git a/ghc.spec b/ghc.spec index 6e9b999..bcad0e5 100644 --- a/ghc.spec +++ b/ghc.spec @@ -18,7 +18,7 @@ Name: ghc Version: 6.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Glasgow Haskell Compilation system # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713 ExcludeArch: alpha ppc64 @@ -113,7 +113,8 @@ echo "GhcRTSWays=thr debug" >> mk/build.mk --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \ - --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} + --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ + --docdir=%{_docdir}/%{name}-%{version} # drop truncated copy of header (#222865) rm libraries/network/include/Typeable.h @@ -221,6 +222,9 @@ fi %changelog +* Sun Jan 06 2008 Bryan O'Sullivan - 6.8.2-3 +- Fix docdir + * Tue Dec 12 2007 Bryan O'Sullivan - 6.8.2-1 - Update to 6.8.2