change license tag to GPL+; update with cabal-rpm

- no indication of license version
This commit is contained in:
Jens Petersen 2012-11-17 21:11:37 +09:00
parent e5cc6959bc
commit 7d100577ce
1 changed files with 13 additions and 9 deletions

View File

@ -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 <petersen@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild