From 59a26aa8d10f8037674dd204e018408f87ac0cea Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 18 Nov 2012 18:30:13 +0900 Subject: [PATCH] update with cabal-rpm --- ghc-data-inttrie.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ghc-data-inttrie.spec b/ghc-data-inttrie.spec index 5351706..318a714 100644 --- a/ghc-data-inttrie.spec +++ b/ghc-data-inttrie.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -14,18 +13,17 @@ a function from integral type, given point-at-a-time modifications. Name: ghc-%{pkg_name} Version: 0.0.7 -Release: 1%{?dist} +Release: 2%{?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 %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +# End cabal-rpm deps %description %{common_description} @@ -39,7 +37,6 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} %install %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -49,5 +46,8 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} %ghc_files %changelog +* Sun Nov 18 2012 Jens Petersen - 0.0.7-2 +- update with cabal-rpm + * Tue Jun 12 2012 Shakthi Kannan - 0.0.7-1 - Spec file template generated by cabal2spec-0.25.5