[ghc-html] ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)

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


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

    ghc_arches replaces ghc_excluded_archs (cabal2spec-0.23.2)

 ghc-html.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ghc-html.spec b/ghc-html.spec
index 156e7e5..3327e03 100644
--- a/ghc-html.spec
+++ b/ghc-html.spec
@@ -7,15 +7,14 @@
 Name:           ghc-%{pkg_name}
 # part of haskell-platform-2011.2.0.1
 Version:        1.0.1.2
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        %{common_summary}
 
 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
@@ -40,6 +39,9 @@ BuildRequires:  hscolour
 
 
 %changelog
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 1.0.1.2-12
+- ghc_arches replaces ghc_excluded_archs
+
 * Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 1.0.1.2-11
 - BR ghc-Cabal-devel
 - use ghc_excluded_archs


More information about the scm-commits mailing list