From e6941f4d8669c1c9d1d75033d1300d4ad525fb8f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 11 May 2011 21:27:23 -0400 Subject: [PATCH] Update to cabal2spec-0.22.7 --- ghc-csv.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ghc-csv.spec b/ghc-csv.spec index ada8ec6..a61aa46 100644 --- a/ghc-csv.spec +++ b/ghc-csv.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 csv %global common_summary CSV loader and dumper @@ -10,12 +14,9 @@ and for certain web services. %global ghc_pkg_deps ghc-parsec-devel -# debuginfo is not useful for ghc -%global debug_package %{nil} - Name: ghc-%{pkg_name} Version: 0.1.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -23,17 +24,15 @@ License: LGPLv2 URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz # fedora ghc archs: -ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 +ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 BuildRequires: ghc, ghc-doc, ghc-prof +# macros for building haskell packages BuildRequires: ghc-rpm-macros >= 0.7.3 BuildRequires: hscolour %{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")} %description %{common_description} -%if %{with shared} -This package provides the shared library. -%endif %prep @@ -48,10 +47,15 @@ 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 +* Wed May 11 2011 Ben Boeckel - 0.1.2-9 +- Update to cabal2spec-0.22.7 + * Thu Mar 10 2011 Fabio M. Di Nitto - 0.1.2-8 - Enable build on sparcv9