rpms/ghc/devel ghc.spec,1.118,1.119

Jens Petersen petersen at fedoraproject.org
Tue Dec 22 09:35:44 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2063

Modified Files:
	ghc.spec 
Log Message:
add p_dyn (dynamic profiling libs) for binlib packages


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- ghc.spec	16 Dec 2009 08:11:43 -0000	1.118
+++ ghc.spec	22 Dec 2009 09:35:43 -0000	1.119
@@ -24,7 +24,7 @@
 Name: ghc
 # break of haskell-platform-2009.2.0.2
 Version: 6.12.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
 ExclusiveArch: %{ix86} x86_64 ppc alpha
@@ -152,9 +152,7 @@ rm -r ghc-tarballs/{mingw,perl}
 
 %build
 cat > mk/build.mk << EOF
-%if %{without prof}
-GhcLibWays = v %{?with_shared:dyn}
-%endif
+GhcLibWays = v %{?with_prof:p} %{?with_shared:dyn %{?with_prof:p_dyn}} 
 %if %{without doc}
 HADDOCK_DOCS       = NO
 %endif
@@ -347,6 +345,9 @@ fi
 %endif
 
 %changelog
+* Tue Dec 22 2009 Jens Petersen <petersen at redhat.com> - 6.12.1-2
+- add p_dyn (dynamic profiling libs) for binlib packages
+
 * Wed Dec 16 2009 Jens Petersen <petersen at redhat.com> - 6.12.1-1
 - pre promoted to 6.12.1 final
 - exclude ghc .conf file from package.conf.d in base package




More information about the fedora-extras-commits mailing list