[ghc-xhtml] update to 3000.2.0.4 for haskell-platform-2011.4.0.0

Jens Petersen petersen at fedoraproject.org
Wed Dec 28 08:01:11 UTC 2011


commit e172707dfd1662ebc576da7231ab810224f877f5
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 28 17:01:03 2011 +0900

    update to 3000.2.0.4 for haskell-platform-2011.4.0.0
    
    - cabal2spec-0.25.1

 .gitignore     |    1 +
 ghc-xhtml.spec |   26 ++++++++++++++++++++------
 sources        |    2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 361a8b3..078b83b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xhtml-3000.2.0.1.tar.gz
+/xhtml-3000.2.0.4.tar.gz
diff --git a/ghc-xhtml.spec b/ghc-xhtml.spec
index 681a5a1..dc9e796 100644
--- a/ghc-xhtml.spec
+++ b/ghc-xhtml.spec
@@ -6,19 +6,21 @@
 Frameset variants.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.1
-Version:        3000.2.0.1
-Release:        12%{?dist}.3
+# part of haskell-platform-2011.4.0.0
+Version:        3000.2.0.4
+Release:        1%{?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-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-base-prof
 
 %description
 %{common_description}
@@ -36,10 +38,22 @@ BuildRequires:  hscolour
 %ghc_lib_install
 
 
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc README
 
 
 %changelog
+* Wed Dec 28 2011 Jens Petersen <petersen at redhat.com> - 3000.2.0.4-1
+- update to 3000.2.0.4 for haskell-platform-2011.4.0.0
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 3000.2.0.1-12.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 7ae2ad8..f8e136a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e3e7d9c66618c5e29716f90e54363c9  xhtml-3000.2.0.1.tar.gz
+1a7884819b868bdc84f6e4cab505098c  xhtml-3000.2.0.4.tar.gz


More information about the scm-commits mailing list