[ghc-cairo] ghc_arches replaces ghc_excluded_archs

Jens Petersen petersen at fedoraproject.org
Tue Jun 21 08:23:07 UTC 2011


commit b0a5a6709dec400b08764c7d228e3f129f8b123f
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 21 17:22:56 2011 +0900

    ghc_arches replaces ghc_excluded_archs

 ghc-cairo.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/ghc-cairo.spec b/ghc-cairo.spec
index 926936b..e332e57 100644
--- a/ghc-cairo.spec
+++ b/ghc-cairo.spec
@@ -15,8 +15,7 @@ Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-# ghc_excluded_archs is defined in redhat-rpm-config
-ExcludeArch:    %{ghc_excluded_archs}
+ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour


More information about the scm-commits mailing list