From 7d100577ce504f5c517dd13fdb68bb62980f11c0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Nov 2012 21:11:37 +0900 Subject: [PATCH] change license tag to GPL+; update with cabal-rpm - no indication of license version --- ghc-binary-shared.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ghc-binary-shared.spec b/ghc-binary-shared.spec index b7f1cd0..1f425aa 100644 --- a/ghc-binary-shared.spec +++ b/ghc-binary-shared.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -10,20 +9,22 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries -License: GPLv2 -# BEGIN cabal2spec +# GPL version is not stated +License: GPL+ 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-binary-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel BuildRequires: ghc-mtl-devel +# End cabal-rpm deps %description %{common_description} @@ -41,7 +42,6 @@ BuildRequires: ghc-mtl-devel %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -54,6 +54,10 @@ BuildRequires: ghc-mtl-devel %changelog +* Sat Nov 17 2012 Jens Petersen - 0.8.2-3 +- change license tag to GPL+ since no indication of license version +- update with cabal-rpm + * Thu Jul 19 2012 Fedora Release Engineering - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild