rpms/ghc/devel ghc.spec,1.9,1.10

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Tue Oct 11 03:05:34 UTC 2005


Author: petersen

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

Modified Files:
	ghc.spec 
Log Message:
- turn on build_doc since haddock is now in Extras
- no longer specify ghc version to build with (Ville Skyttä, #170176)



Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ghc.spec	3 Oct 2005 02:46:03 -0000	1.9
+++ ghc.spec	11 Oct 2005 03:05:07 -0000	1.10
@@ -1,4 +1,3 @@
-%define build_version 6.4
 %define ghcver ghc641
 
 # speed up test builds by not building profiled libraries
@@ -7,7 +6,7 @@
 
 Name:		ghc
 Version:	6.4.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Glasgow Haskell Compilation system
 License:	BSD style
 Group:		Development/Languages
@@ -85,7 +84,7 @@
 echo "GhcRTSWays=thr debug" >> mk/build.mk
 %endif
 
-./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version}
+./configure --prefix=%{_prefix} --libdir=%{_libdir}
 
 make all
 %if %{build_doc}
@@ -156,8 +155,9 @@
 %endif
 
 %changelog
-* Mon Oct  3 2005 Jens Petersen <petersen at redhat.com>
+* Tue Oct 11 2005 Jens Petersen <petersen at redhat.com> - 6.4.1-2
 - turn on build_doc since haddock is now in Extras
+- no longer specify ghc version to build with (Ville Skyttä, #170176)
 
 * Tue Sep 20 2005 Jens Petersen <petersen at redhat.com> - 6.4.1-1
 - 6.4.1 release




More information about the fedora-extras-commits mailing list