[ghc-text] update to 0.11.1.5 for haskell-platform-2011.4.0.0 and to cabal2spec-0.25.1

Jens Petersen petersen at fedoraproject.org
Wed Dec 28 05:48:04 UTC 2011


commit 64646edafd060cf990067a518893530361c55bb1
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 28 14:47:54 2011 +0900

    update to 0.11.1.5 for haskell-platform-2011.4.0.0 and to cabal2spec-0.25.1

 .gitignore    |    1 +
 ghc-text.spec |   36 ++++++++++++++++++++++++------------
 sources       |    2 +-
 3 files changed, 26 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8c42e5..a0e0008 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /text-0.11.0.0.tar.gz
 /text-0.11.0.5.tar.gz
 /text-0.11.0.6.tar.gz
+/text-0.11.1.5.tar.gz
diff --git a/ghc-text.spec b/ghc-text.spec
index 5c9b87c..2aaf0c1 100644
--- a/ghc-text.spec
+++ b/ghc-text.spec
@@ -5,20 +5,22 @@
 %global common_description An efficient packed Unicode text type.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.1
-Version:        0.11.0.6
-Release:        2%{?dist}.3
+# part of haskell-platform-2011.4.0.0
+Version:        0.11.1.5
+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-bytestring-prof, ghc-deepseq-prof
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-bytestring-prof
+BuildRequires:  ghc-deepseq-prof
 
 %description
 %{common_description}
@@ -35,19 +37,29 @@ BuildRequires:  ghc-bytestring-prof, ghc-deepseq-prof
 %install
 %ghc_lib_install
 
-echo %doc README.markdown >> %{name}-devel.files
-
 
 %check
-# needs criterion
-#cd tests
-#make
+## benchmarks/ needs criterion
+## tests/ requires test-framework
+
+
+%ghc_devel_package
+
+%ghc_devel_description
 
 
-%ghc_lib_package
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc README.markdown
 
 
 %changelog
+* Wed Dec 28 2011 Jens Petersen <petersen at redhat.com> - 0.11.1.5-1
+- update to 0.11.1.5 for haskell-platform-2011.4.0.0
+- update to cabal2spec-0.25.1
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.11.0.6-2.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index eb29697..a714d13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9afc9490a8f898a8217e1c0086acb798  text-0.11.0.6.tar.gz
+7272ff917f0f32495469611308085e9d  text-0.11.1.5.tar.gz


More information about the scm-commits mailing list