rpms/ghc/devel ghc.spec,1.2,1.3

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Thu May 12 09:22:05 UTC 2005


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18152

Modified Files:
	ghc.spec 
Log Message:
break build (since BRs compat-gcc) in a more Makefile.common friendly way



Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ghc.spec	12 May 2005 08:00:41 -0000	1.2
+++ ghc.spec	12 May 2005 09:22:03 -0000	1.3
@@ -1,7 +1,3 @@
-# FIXME - break-build placeholder for devel
-# if you really want to build from this then comment out the following:
-echo "** ghc currently requires gcc32 to build in fc4! **" && exit 1
-
 %define build_version 6.4
 %define ghcver ghc64
 
@@ -88,7 +84,9 @@
 %define __spec_install_post /usr/lib/rpm/brp-compress
 
 %prep
-%setup -q -n ghc-%{version}
+## FIXME: ghc currently doesn't build with gcc4
+## to do a test build uncomment %%setup
+#%%setup -q -n ghc-%{version}
 %patch1 -p1 -b .1-ppc
 %patch2 -p1 -b .2-x86_64
 %patch3 -p1 -b .3-x86_64




More information about the fedora-extras-commits mailing list