[ghc-blaze-builder] update to 0.3.0.2 and cabal2spec-0.25.2

Jens Petersen petersen at fedoraproject.org
Thu Jan 5 09:21:20 UTC 2012


commit 231f7dbe493427717df0e0bb290ecf6af3dfb491
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jan 5 18:21:14 2012 +0900

    update to 0.3.0.2 and cabal2spec-0.25.2

 .gitignore             |    1 +
 ghc-blaze-builder.spec |   32 +++++++++++++++++++++++---------
 sources                |    2 +-
 3 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26a291c..7a8fa5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /blaze-builder-0.2.1.4.tar.gz
 /blaze-builder-0.3.0.0.tar.gz
 /blaze-builder-0.3.0.1.tar.gz
+/blaze-builder-0.3.0.2.tar.gz
diff --git a/ghc-blaze-builder.spec b/ghc-blaze-builder.spec
index 1c5a6cf..971c892 100644
--- a/ghc-blaze-builder.spec
+++ b/ghc-blaze-builder.spec
@@ -1,25 +1,27 @@
+# cabal2spec-0.25.2
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
 %global pkg_name blaze-builder
 
 %global common_summary Builder to efficiently append text
 
-%global common_description Builder to efficiently append text, optimized for HTML \
-generation. There is a small usage example in the \
-Text.Blaze.Builder.Core module, you should begin by reading \
-that.
+%global common_description Builder to efficiently append text, optimized for HTML generation.
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.0.1
-Release:        2%{?dist}.2
+Version:        0.3.0.2
+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-text-prof
 
 %description
@@ -38,10 +40,22 @@ BuildRequires:  ghc-text-prof
 %ghc_lib_install
 
 
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc CHANGES README.markdown
 
 
 %changelog
+* Thu Jan  5 2012 Jens Petersen <petersen at redhat.com> - 0.3.0.2-1
+- update to 0.3.0.2 and cabal2spec-0.25.2
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.3.0.1-2.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 396dfbd..45b72af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58c04bf94c05861baa1c31411e9ec867  blaze-builder-0.3.0.1.tar.gz
+d2f7703982bddff7fc0f653723c2a430  blaze-builder-0.3.0.2.tar.gz


More information about the scm-commits mailing list