rpms/ghc/FC-6 ghc.spec,1.18,1.19

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Thu May 10 22:52:30 UTC 2007


Author: bos

Update of /cvs/extras/rpms/ghc/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23630

Modified Files:
	ghc.spec 
Log Message:
Exclude ppc64; install man page


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/FC-6/ghc.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ghc.spec	10 May 2007 17:06:04 -0000	1.18
+++ ghc.spec	10 May 2007 22:51:52 -0000	1.19
@@ -6,8 +6,10 @@
 
 Name:		ghc
 Version:	6.6.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Glasgow Haskell Compilation system
+# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
+ExcludeArch:	ppc64
 License:	BSD style
 Group:		Development/Languages
 Source0:	http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
@@ -104,7 +106,7 @@
 make prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version} install
 
 %if %{build_doc}
-make datadir=$RPM_BUILD_ROOT%{_docdir}/ghc-%{version} XMLDocWays="html" install-docs
+make mandir=$RPM_BUILD_ROOT%{_mandir} datadir=$RPM_BUILD_ROOT%{_docdir}/ghc-%{version} XMLDocWays="html" install-docs
 %endif
 
 SRC_TOP=$PWD
@@ -154,6 +156,7 @@
 %defattr(-,root,root,-)
 %{_bindir}/*
 %exclude %{_bindir}/ghc*%{version}
+%doc %{_mandir}/man1/ghc.*
 
 
 %files -n %{ghcver} -f rpm-base-filelist
@@ -178,6 +181,10 @@
 
 
 %changelog
+* Thu May 10 2007 Bryan O'Sullivan <bos at serpentine.com> - 6.6.1-2
+- exclude ppc64 for now, due to lack of time to bootstrap
+- install man page for ghc
+
 * Wed May  9 2007 Bryan O'Sullivan <bos at serpentine.com> - 6.6.1-1
 - update to 6.6.1 release
 




More information about the fedora-extras-commits mailing list