[happy] BR ghc-Cabal-devel and use ghc_excluded_archs

Jens Petersen petersen at fedoraproject.org
Mon Jun 20 02:28:13 UTC 2011


commit f0d669f3b8f299422ba5327e69796dd355d6db14
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 20 11:28:01 2011 +0900

    BR ghc-Cabal-devel and use ghc_excluded_archs

 happy.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/happy.spec b/happy.spec
index 7736e22..19ae336 100644
--- a/happy.spec
+++ b/happy.spec
@@ -1,16 +1,15 @@
 Name:           happy
-# part of haskell-platform-2011.2.0.0
+# part of haskell-platform-2011.2.0.1
 Version:        1.18.6
-Release:        5%{?dist}
+Release:        6%{?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 ppc64
-BuildRequires:  ghc-devel
-BuildRequires:  ghc-rpm-macros >= 0.7.0
+ExcludeArch:    %{ghc_excluded_archs}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  autoconf, docbook-dtds, docbook-style-xsl, libxslt, libxml2
 BuildRequires:  ghc-mtl-devel
 
@@ -52,6 +51,9 @@ cd ..
 
 
 %changelog
+* Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 1.18.6-6
+- BR ghc-Cabal-devel and use ghc_excluded_archs
+
 * Wed May 25 2011 Jens Petersen <petersen at redhat.com> - 1.18.6-5
 - add ppc64
 


More information about the scm-commits mailing list