rpms/ghc/F-8 ghc.spec,1.27,1.28

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Mon Jan 7 03:16:46 UTC 2008


Author: bos

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

Modified Files:
	ghc.spec 
Log Message:
Fix docdir


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/F-8/ghc.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ghc.spec	13 Dec 2007 03:25:32 -0000	1.27
+++ ghc.spec	7 Jan 2008 03:16:03 -0000	1.28
@@ -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 @@
   --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 @@
 
 
 %changelog
+* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-3
+- Fix docdir
+
 * Tue Dec 12 2007 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-1
 - Update to 6.8.2
 




More information about the fedora-extras-commits mailing list