diff --git a/ghc-syb.spec b/ghc-syb.spec index e45b1c3..de4ce51 100644 --- a/ghc-syb.spec +++ b/ghc-syb.spec @@ -8,13 +8,10 @@ It defines the Data class of types permitting folding and unfolding of\ constructor applications, instances of this class for primitive types, and\ a variety of traversals. -# debuginfo is not useful for ghc -%global debug_package %{nil} - Name: ghc-%{pkg_name} -# part of haskell-platform-2011.1.0.0 +# part of haskell-platform-2011.2.0.0 Version: 0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -22,19 +19,13 @@ 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: %{ix86} x86_64 ppc alpha sparcv9 ppc64 +BuildRequires: ghc-prof +BuildRequires: ghc-rpm-macros BuildRequires: hscolour %description %{common_description} -%if %{with shared} -This package provides the shared library. -%endif - - -%{?ghc_lib_package} %prep @@ -49,7 +40,13 @@ This package provides the shared library. %ghc_lib_install +%ghc_lib_package + + %changelog +* Wed May 25 2011 Jens Petersen - 0.3-5 +- update to cabal2spec-0.22.7 + * Thu Mar 10 2011 Fabio M. Di Nitto - 0.3-4 - Enable build on sparcv9