SPECS: ghc.spec - added bootstrap bcond, fixed shellglob

qboosh qboosh at pld-linux.org
Mon Oct 17 14:41:13 CEST 2005


Author: qboosh                       Date: Mon Oct 17 12:41:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bootstrap bcond, fixed shellglob

---- Files affected:
SPECS:
   ghc.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/ghc.spec
diff -u SPECS/ghc.spec:1.51 SPECS/ghc.spec:1.52
--- SPECS/ghc.spec:1.51	Mon Oct 17 11:05:52 2005
+++ SPECS/ghc.spec	Mon Oct 17 14:41:08 2005
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	bootstrap	# use foreign (non-rpm) ghc to bootstrap
+#
 Summary:	Glasgow Haskell Compilation system
 Summary(pl):	System kompilacji Glasgow Haskell
 Name:		ghc
@@ -13,7 +17,7 @@
 BuildRequires:	alex >= 2.0
 BuildRequires:	autoconf
 BuildRequires:	docbook-style-dsssl
-BuildRequires:	ghc >= 4.0.8
+%{!?with_boostrap:BuildRequires:	ghc >= 4.0.8}
 BuildRequires:	gmp-devel
 BuildRequires:	happy >= 1.10
 BuildRequires:	jadetex
@@ -144,7 +148,7 @@
 %attr(755,root,root) %{_libdir}/ghc-%{version}/hsc2hs-bin
 %attr(755,root,root) %{_libdir}/ghc-%{version}/unlit
 %{_libdir}/ghc-%{version}/*.prl
-%{_libdir}/ghc-%{version}/libHS*[^p].a
+%{_libdir}/ghc-%{version}/libHS*[!p].a
 %{_libdir}/ghc-%{version}/HS*.o
 %{_libdir}/ghc-%{version}/package.conf
 %{_libdir}/ghc-%{version}/*.h
@@ -165,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2005/10/17 12:41:08  qboosh
+- added bootstrap bcond, fixed shellglob
+
 Revision 1.51  2005/10/17 09:05:52  arekm
 - up to 6.4.1
 
================================================================

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




More information about the pld-cvs-commit mailing list