[ghc-pcre-light] use ghc_arches (cabal2spec-0.23.2)

Jens Petersen petersen at fedoraproject.org
Tue Jul 12 09:50:12 UTC 2011


commit 80942783e050e3cc25340d4c6f09ca2e0376509d
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jul 12 18:50:00 2011 +0900

    use ghc_arches (cabal2spec-0.23.2)

 ghc-pcre-light.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ghc-pcre-light.spec b/ghc-pcre-light.spec
index 40a32b4..90325f1 100644
--- a/ghc-pcre-light.spec
+++ b/ghc-pcre-light.spec
@@ -13,20 +13,19 @@ semantics as Perl 5.
 
 Name:           ghc-%{pkg_name}
 Version:        0.4
-Release:        3%{?dist}
+Release:        4%{?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
-# fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9 ppc64
+ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
-BuildRequires:  ghc-bytestring-prof
 %{?ghc_pkg_c_deps:BuildRequires:  %{ghc_pkg_c_deps}}
+BuildRequires:  ghc-bytestring-prof
 
 %description
 %{common_description}
@@ -48,6 +47,9 @@ BuildRequires:  ghc-bytestring-prof
 
 
 %changelog
+* Mon Jun 27 2011 Jens Petersen <petersen at redhat.com> - 0.4-4
+- use ghc_arches (cabal2spec-0.23.2)
+
 * Wed Jun 15 2011 Jens Petersen <petersen at redhat.com> - 0.4-3
 - update to cabal2spec-0.23
 


More information about the scm-commits mailing list