[ghc-haskell-src] update to cabal2spec-0.25.1 for haskell-platform-2011.4.0.0

Jens Petersen petersen at fedoraproject.org
Wed Dec 28 08:22:13 UTC 2011


commit 78be69c850f1779a78af011fdb7491b0a85a2566
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 28 17:22:00 2011 +0900

    update to cabal2spec-0.25.1 for haskell-platform-2011.4.0.0

 ghc-haskell-src.spec |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/ghc-haskell-src.spec b/ghc-haskell-src.spec
index 0ab9a45..fbb54dd 100644
--- a/ghc-haskell-src.spec
+++ b/ghc-haskell-src.spec
@@ -6,20 +6,22 @@
 an abstract syntax, lexer, parser and pretty-printer.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.1
+# part of haskell-platform-2011.4.0.0
 Version:        1.0.1.4
-Release:        8%{?dist}.3
+Release:        9%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
-BuildRequires:  hscolour
-BuildRequires:  ghc-haskell98-prof, ghc-syb-prof
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-haskell98-prof
+BuildRequires:  ghc-syb-prof
 BuildRequires:  happy
 
 %description
@@ -38,10 +40,22 @@ BuildRequires:  happy
 %ghc_lib_install
 
 
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
 
 
 %changelog
+* Wed Dec 28 2011 Jens Petersen <petersen at redhat.com> - 1.0.1.4-9
+- rebuild for newer syb in haskell-platform-2011.4.0.0
+- update to cabal2spec-0.25.1
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.0.1.4-8.3
 - rebuild with new gmp without compat lib
 


More information about the scm-commits mailing list