rpms/ghc/devel ghc.spec,1.71,1.72

Jens Petersen petersen at fedoraproject.org
Fri Feb 13 01:18:37 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6411

Modified Files:
	ghc.spec 
Log Message:
revert the last -doc files move changes for now


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ghc.spec	10 Feb 2009 08:15:40 -0000	1.71
+++ ghc.spec	13 Feb 2009 01:18:06 -0000	1.72
@@ -18,8 +18,8 @@
 Version:	6.10.1
 Release:	9%{?dist}
 Summary:	Glasgow Haskell Compilation system
-# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
-ExcludeArch:	alpha ppc64
+# ghc has only been bootstrapped on the following archs for fedora:
+ExclusiveArch:  i386 x86_64 ppc
 License:	BSD
 Group:		Development/Languages
 Source0:	http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
@@ -193,17 +193,6 @@
 %{_bindir}/*
 %{_sysconfdir}/rpm/macros.ghc
 %config(noreplace) %{_libdir}/ghc-%{version}/package.conf
-%dir %{_docdir}/%{name}
-%{_docdir}/%{name}/LICENSE
-%dir %{_docdir}/%{name}/libraries
-%{_docdir}/%{name}/libraries/gen_contents_index
-%ghost %{_docdir}/%{name}/libraries/doc-index.html
-%ghost %{_docdir}/%{name}/libraries/haddock.css
-%ghost %{_docdir}/%{name}/libraries/haddock-util.js
-%ghost %{_docdir}/%{name}/libraries/haskell_icon.gif
-%ghost %{_docdir}/%{name}/libraries/index.html
-%ghost %{_docdir}/%{name}/libraries/minus.gif
-%ghost %{_docdir}/%{name}/libraries/plus.gif
 
 %if %{build_prof}
 %files prof -f rpm-prof-filelist
@@ -213,15 +202,24 @@
 %if %{build_doc}
 %files doc -f rpm-doc-dir.files
 %defattr(-,root,root,-)
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/LICENSE
 %{_docdir}/%{name}/index.html
+%{_docdir}/%{name}/libraries/gen_contents_index
 %{_docdir}/%{name}/libraries/prologue.txt
+%dir %{_docdir}/%{name}/libraries
+%ghost %{_docdir}/%{name}/libraries/doc-index.html
+%ghost %{_docdir}/%{name}/libraries/haddock.css
+%ghost %{_docdir}/%{name}/libraries/haddock-util.js
+%ghost %{_docdir}/%{name}/libraries/haskell_icon.gif
+%ghost %{_docdir}/%{name}/libraries/index.html
+%ghost %{_docdir}/%{name}/libraries/minus.gif
+%ghost %{_docdir}/%{name}/libraries/plus.gif
 %endif
 
 %changelog
 * Tue Feb 10 2009 Jens Petersen <petersen at redhat.com> - 6.10.1-9
 - require and buildrequire libedit-devel > 2.11-2
-- move top doc dirs to main package for better sharing
-- move gen_contents_index and ghost index files to main package
 - protect ghc_register_pkg and ghc_unregister_pkg
 
 * Fri Jan 23 2009 Jens Petersen <petersen at redhat.com> - 6.10.1-8




More information about the scm-commits mailing list