SPECS: ghc.spec - updated files (only archs with ghci have HS*.o); ...

qboosh qboosh at pld-linux.org
Tue Oct 18 09:37:14 CEST 2005


Author: qboosh                       Date: Tue Oct 18 07:37:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated files (only archs with ghci have HS*.o); builds on alpha now
- don't package *.p_hi twice

---- Files affected:
SPECS:
   ghc.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/ghc.spec
diff -u SPECS/ghc.spec:1.53 SPECS/ghc.spec:1.54
--- SPECS/ghc.spec:1.53	Tue Oct 18 08:13:03 2005
+++ SPECS/ghc.spec	Tue Oct 18 09:37:09 2005
@@ -17,7 +17,7 @@
 BuildRequires:	alex >= 2.0
 BuildRequires:	autoconf
 BuildRequires:	docbook-style-dsssl
-%{!?with_boostrap:BuildRequires:	ghc >= 4.0.8}
+%{!?with_bootstrap:BuildRequires:	ghc >= 4.0.8}
 BuildRequires:	gmp-devel
 BuildRequires:	happy >= 1.10
 BuildRequires:	jadetex
@@ -33,8 +33,7 @@
 BuildRequires:	tetex-metafont
 Provides:	haskell
 # there is no more ghc ports in PLD
-# alpha is still missing - need bootstraper
-ExclusiveArch:	%{ix86} %{x8664} ppc sparc
+ExclusiveArch:	%{ix86} %{x8664} alpha ppc sparc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -140,7 +139,12 @@
 %dir %{_libdir}/ghc-%{version}
 %{_libdir}/ghc-%{version}/include
 %{_libdir}/ghc-%{version}/imports
+%exclude %{_libdir}/ghc-%{version}/imports/*.p_hi
+%exclude %{_libdir}/ghc-%{version}/imports/*/*.p_hi
+%exclude %{_libdir}/ghc-%{version}/imports/*/*/*.p_hi
+%exclude %{_libdir}/ghc-%{version}/imports/*/*/*/*.p_hi
 %{_libdir}/ghc-%{version}/hslibs-imports
+%exclude %{_libdir}/ghc-%{version}/hslibs-imports/*/*.p_hi
 %attr(755,root,root) %{_libdir}/ghc-%{version}/cgprof
 %attr(755,root,root) %{_libdir}/ghc-%{version}/ghc-%{version}
 %attr(755,root,root) %{_libdir}/ghc-%{version}/ghc-asm
@@ -150,7 +154,9 @@
 %attr(755,root,root) %{_libdir}/ghc-%{version}/unlit
 %{_libdir}/ghc-%{version}/*.prl
 %{_libdir}/ghc-%{version}/libHS*[!p].a
+%ifarch %{ix86} %{x8664} ppc ppc64 sparc sparcv9 sparc64
 %{_libdir}/ghc-%{version}/HS*.o
+%endif
 %{_libdir}/ghc-%{version}/package.conf
 %{_libdir}/ghc-%{version}/*.h
 %{_libdir}/ghc-%{version}/ghc*-usage.txt
@@ -170,6 +176,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2005/10/18 07:37:09  qboosh
+- updated files (only archs with ghci have HS*.o); builds on alpha now
+- don't package *.p_hi twice
+
 Revision 1.53  2005/10/18 06:13:03  arekm
 - BR: libxslt-progs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ghc.spec?r1=1.53&r2=1.54&f=u




More information about the pld-cvs-commit mailing list