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 - 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 - 0.8.5.0-3 - Enable build on sparcv9