From 5e78f9c9d5b33b0fb2d282b3a1fa9e26394dce92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Nov 2012 23:59:21 +0900 Subject: [PATCH] update with cabal-rpm --- ghc-libmpd.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ghc-libmpd.spec b/ghc-libmpd.spec index c72b1a3..78f83f5 100644 --- a/ghc-libmpd.spec +++ b/ghc-libmpd.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25.2 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -10,23 +9,25 @@ Name: ghc-%{pkg_name} Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: LGPLv2 -# 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} +Patch1: libmpd-0.7.2-mtl-2.1.patch + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-containers-devel +BuildRequires: ghc-filepath-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel +BuildRequires: ghc-old-locale-devel BuildRequires: ghc-time-devel BuildRequires: ghc-utf8-string-devel -Patch1: libmpd-0.7.2-mtl-2.1.patch +# End cabal-rpm deps %description %{common_description} @@ -58,6 +59,9 @@ Patch1: libmpd-0.7.2-mtl-2.1.patch %changelog +* Sat Nov 17 2012 Jens Petersen - 0.7.2-6 +- update with cabal-rpm + * Thu Jul 19 2012 Fedora Release Engineering - 0.7.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild