rpms/ghc/F-8 ghc.spec,1.31,1.32

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Mon Jan 7 18:25:15 UTC 2008


Author: bos

Update of /cvs/extras/rpms/ghc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16577

Modified Files:
	ghc.spec 
Log Message:
More attempts to fix doc installation


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/F-8/ghc.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ghc.spec	7 Jan 2008 04:56:16 -0000	1.31
+++ ghc.spec	7 Jan 2008 18:24:30 -0000	1.32
@@ -18,7 +18,7 @@
 
 Name:		ghc
 Version:	6.8.2
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Glasgow Haskell Compilation system
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
 ExcludeArch:	alpha ppc64
@@ -121,7 +121,7 @@
   --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \
   --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \
   --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \
-  --docdir=%{_docdir}/%{name}-%{version}
+  --docdir=%{_docdir}/%{name}-%{version} --htmldir=%{_docdir}/%{name}-%{version}
 
 # drop truncated copy of header (#222865)
 rm libraries/network/include/Typeable.h
@@ -229,6 +229,9 @@
 
 
 %changelog
+* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-7
+- More attempts to fix docdir
+
 * Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-6
 - Fix docdir
 




More information about the fedora-extras-commits mailing list