From 95e5b5fae84b28750425026091517cad47a817b0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Nov 2012 21:02:16 +0900 Subject: [PATCH] update with cabal-rpm --- ghc-base16-bytestring.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/ghc-base16-bytestring.spec b/ghc-base16-bytestring.spec index 8f3efc0..01bf59a 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.spec @@ -1,30 +1,26 @@ -# cabal2spec-0.25.2 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name base16-bytestring -# common part of summary for all the subpackages -%global common_summary Hex encoding and decoding for ByteStrings +%global common_summary Fast hex encoding and decoding for ByteStrings -# main description used for all the subpackages %global common_description Fast base16 (hex) encoding and decoding for ByteStrings. Name: ghc-%{pkg_name} Version: 0.1.1.5 -Release: 3%{?dist} +Release: 4%{?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: BuildRequires: ghc-bytestring-devel +# End cabal-rpm deps %description %{common_description} @@ -55,6 +51,9 @@ BuildRequires: ghc-bytestring-devel %changelog +* Sat Nov 17 2012 Jens Petersen - 0.1.1.5-4 +- update with cabal-rpm + * Thu Jul 19 2012 Fedora Release Engineering - 0.1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild