rpms/happy/devel happy.spec,1.17,1.18

Jens Petersen petersen at fedoraproject.org
Wed Jun 23 10:54:37 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/happy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31428

Modified Files:
	happy.spec 
Log Message:
don't link dynamically since happy is needed to build ghc


Index: happy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/happy/devel/happy.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- happy.spec	27 Apr 2010 04:00:25 -0000	1.17
+++ happy.spec	23 Jun 2010 10:54:37 -0000	1.18
@@ -1,5 +1,5 @@
-# link with shared libs
-%bcond_without dynamic
+# not dynamically linked for bootstrapping ghc
+%bcond_with dynamic
 
 # ghc does not emit debug information
 %global debug_package %{nil}
@@ -7,7 +7,7 @@
 Name:           happy
 # part of haskell-platform-2010.1.0.0
 Version:        1.18.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        LALR(1) Parser Generator for Haskell
 License:        BSD
 Group:          Development/Tools
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 23 2010 Jens Petersen <petersen at redhat.com> - 1.18.4-7
+- don't link dynamically since happy is needed to build ghc
+
 * Tue Apr 27 2010 Jens Petersen <petersen at redhat.com> - 1.18.4-6
 - rebuild against ghc-6.12.2
 



More information about the scm-commits mailing list