[ghc-hakyll] change exclusivearches from ghc_arches to ghc_arches_with_ghc

Karsten Hopp karsten at fedoraproject.org
Fri May 11 13:44:52 UTC 2012


commit 323eccd36c1b8042a806825a4dde427eb6cffca8
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri May 11 15:44:39 2012 +0200

    change exclusivearches from ghc_arches to ghc_arches_with_ghc

 ghc-hakyll.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-hakyll.spec b/ghc-hakyll.spec
index adeb0b2..3b9e1d2 100644
--- a/ghc-hakyll.spec
+++ b/ghc-hakyll.spec
@@ -12,7 +12,7 @@ using a Haskell DSL and formats such as markdown or RST.
 
 Name:           ghc-%{pkg_name}
 Version:        3.2.7.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -20,7 +20,7 @@ License:        BSD
 # BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
+ExclusiveArch:  %{ghc_arches_with_ghci}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
@@ -64,6 +64,10 @@ BuildRequires:  ghc-unix-prof
 
 
 %changelog
+* Fri May 11 2012 Karsten Hopp <karsten at redhat.com> 3.2.7.2-2
+- change exclusivearches from ghc_arches to ghc_arches_with_ghci as
+  the BR ghc-hamlet is only available on those archs
+
 * Thu Apr 26 2012 Jens Petersen <petersen at redhat.com> - 3.2.7.2-1
 - update to 3.2.7.2
 


More information about the scm-commits mailing list