From 18dffc56c4edb56ee8b00f1f79fcf5d8a4b75e8a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 May 2011 18:17:29 +0900 Subject: [PATCH] add ppc64 --- happy.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/happy.spec b/happy.spec index 22380e6..7736e22 100644 --- a/happy.spec +++ b/happy.spec @@ -1,21 +1,15 @@ -# need to link statically when building new version of ghc -%bcond_without dynamic - -# ghc does not emit debug information -%global debug_package %{nil} - Name: happy -# part of haskell-platform-2011.1.0.0 +# part of haskell-platform-2011.2.0.0 Version: 1.18.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: LALR(1) Parser Generator for Haskell License: BSD Group: Development/Tools URL: http://haskell.org/happy/ Source: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz # fedora ghc archs: -ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 -BuildRequires: ghc, ghc-devel +ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 +BuildRequires: ghc-devel BuildRequires: ghc-rpm-macros >= 0.7.0 BuildRequires: autoconf, docbook-dtds, docbook-style-xsl, libxslt, libxml2 BuildRequires: ghc-mtl-devel @@ -58,6 +52,9 @@ cd .. %changelog +* Wed May 25 2011 Jens Petersen - 1.18.6-5 +- add ppc64 + * Thu Mar 10 2011 Fabio M. Di Nitto - 1.18.6-4 - Enable build on sparcv9