[ghc-tar] update to cabal2spec-0.23.2

Jens Petersen petersen at fedoraproject.org
Thu Jun 23 02:05:02 UTC 2011


commit d9de40b00104c261150a52b582c0a5b2464518b2
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jun 23 11:04:51 2011 +0900

    update to cabal2spec-0.23.2

 ghc-tar.spec |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/ghc-tar.spec b/ghc-tar.spec
index 4d28ba7..68e8d68 100644
--- a/ghc-tar.spec
+++ b/ghc-tar.spec
@@ -10,29 +10,23 @@ This makes it suitable for distribution but not backup \
 because details like file ownership and exact permissions are \
 not preserved.
 
-# debuginfo is not useful for ghc
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
 Version:        0.3.1.0
-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
-# fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
-BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.3
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
+BuildRequires:  ghc-bytestring-prof, ghc-directory-prof
 
 %description
 %{common_description}
-%if %{with shared}
-This package provides the shared library.
-%endif
 
 
 %prep
@@ -51,6 +45,9 @@ This package provides the shared library.
 
 
 %changelog
+* Thu Jun 23 2011 Jens Petersen <petersen at redhat.com> - 0.3.1.0-12
+- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
+
 * Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.3.1.0-11
 - Enable build on sparcv9
 


More information about the scm-commits mailing list