[ghc-attoparsec] Update to cabal2spec-0.22.5 Update to 0.8.5.3

Ben Boeckel mathstuf at fedoraproject.org
Wed May 11 01:50:21 UTC 2011


commit e7d7993305cfd12d17b00fc76b1d4f2b26aaf9d1
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Tue May 10 21:49:34 2011 -0400

    Update to cabal2spec-0.22.5
    Update to 0.8.5.3

 ghc-attoparsec.spec |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec
index 7621266..467b85e 100644
--- a/ghc-attoparsec.spec
+++ b/ghc-attoparsec.spec
@@ -1,3 +1,7 @@
+# For Haskell Packaging Guidelines see:
+# - https://fedoraproject.org/wiki/Packaging:Haskell
+# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
 %global pkg_name attoparsec
 
 %global common_summary Fast combinator parsing for bytestrings
@@ -6,12 +10,9 @@
 dealing efficiently with network protocols and complicated \
 text/binary file formats.
 
-# debuginfo is not useful for ghc
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
-Version:        0.8.5.0
-Release:        3%{?dist}
+Version:        0.8.5.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -21,14 +22,12 @@ Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
 BuildRequires:  ghc, ghc-doc, ghc-prof
+# macros for building haskell packages
 BuildRequires:  ghc-rpm-macros >= 0.7.3
 BuildRequires:  hscolour
 
 %description
 %{common_description}
-%if %{with shared}
-This package provides the shared library.
-%endif
 
 
 %prep
@@ -43,10 +42,16 @@ This package provides the shared library.
 %ghc_lib_install
 
 
-%{?ghc_lib_package}
+# define the devel and prof subpkgs, devel post[un] scripts, and filelists:
+# ghc-%pkg_name{,devel,prof}.files
+%ghc_lib_package
 
 
 %changelog
+* Tue May 10 2011 Ben Boeckel <mathstuf at gmail.com> - 0.8.5.3-1
+- Update to cabal2spec-0.22.5
+- Update to 0.8.5.3
+
 * Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.8.5.0-3
 - Enable build on sparcv9
 


More information about the scm-commits mailing list