packages: ghc/ghc.spec - up to 6.12.1, extralibs no longer exist

baggins baggins at pld-linux.org
Thu Apr 8 15:40:04 CEST 2010


Author: baggins                      Date: Thu Apr  8 13:40:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 6.12.1, extralibs no longer exist

---- Files affected:
packages/ghc:
   ghc.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: packages/ghc/ghc.spec
diff -u packages/ghc/ghc.spec:1.102 packages/ghc/ghc.spec:1.103
--- packages/ghc/ghc.spec:1.102	Thu Apr  8 14:52:51 2010
+++ packages/ghc/ghc.spec	Thu Apr  8 15:39:59 2010
@@ -13,23 +13,20 @@
 %bcond_with	bootstrap	# use foreign (non-rpm) ghc to bootstrap (extra 140MB to download)
 %bcond_with	unregistered	# non-registerised interpreter (use for build problems/new arches)
 %bcond_without	doc		# don't build documentation (requires haddock)
-%bcond_without	extralibs	# don't build extra libs
 #
 Summary:	Glasgow Haskell Compilation system
 Summary(pl.UTF-8):	System kompilacji Glasgow Haskell
 Name:		ghc
-Version:	6.10.4
-Release:	5
+Version:	6.12.1
+Release:	0.1
 License:	BSD-like w/o adv. clause
 Group:		Development/Languages
 Source0:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
-# Source0-md5:	167687fa582ef6702aaac24e139ec982
-Source1:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src-extralibs.tar.bz2
-# Source1-md5:	37ce285617d7cebabc3cf6805bdbca25
+# Source0-md5:	3a2b23f29013605f721ebdfc29de9c92
 %if %{with bootstrap}
-Source3:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-i386-unknown-linux.tar.bz2
+Source3:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-i386-unknown-linux-n.tar.bz2
 # Source3-md5:	ba9eefecf9753a391d84ffe9f8515e1c
-Source4:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-x86_64-unknown-linux.tar.bz2
+Source4:	http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-x86_64-unknown-linux-n.tar.bz2
 # Source4-md5:	3521c5a12808811d32f9950fe7a3815c
 %endif
 Patch0:		%{name}-cabal-flags.patch
@@ -114,7 +111,7 @@
 potrzebujemy systemu profilującego z GHC.
 
 %prep
-%setup -q %{?with_extralibs:-b1}
+%setup -q
 %if %{with bootstrap}
 %ifarch %{ix86}
 %{__tar} -xjf %{SOURCE3}
@@ -133,11 +130,10 @@
 cat <<'EOF' > mk/build.mk
 #GhcStage1HcOpts += -O0 -Wall
 #GhcStage2HcOpts += -O0 -Wall
-SRC_HC_OPTS      += -lffi -O0 -H64m
-GhcHcOpts        += -Rghc-timing
+#SRC_HC_OPTS      += -lffi -O0 -H64m
+#GhcHcOpts        += -Rghc-timing
 #GhcLibHcOpts     += -O -dcore-lint -keep-hc-files
 SplitObjs        += NO
-#GhcBootLibs	  += %{!?with_extralibs:NO}%{?with_extralibs:YES}
 HADDOCK_DOCS     += %{!?with_doc:NO}%{?with_doc:YES}
 XSLTPROC_OPTS    += --nonet
 EOF
@@ -164,9 +160,9 @@
 
 	touch .bindist.install.mark
 fi
-%endif
 
-%{?with_bootstrap:PATH=$top/bindist/bin:$PATH:%{_prefix}/local/bin}
+PATH=$top/bindist/bin:$PATH:%{_prefix}/local/bin
+%endif
 
 %configure \
 	--prefix=%{_prefix} \
@@ -855,6 +851,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2010/04/08 13:39:59  baggins
+- up to 6.12.1, extralibs no longer exist
+
 Revision 1.102  2010/04/08 12:52:51  baggins
 - restored build options
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc/ghc.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list