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

no license version specified
This commit is contained in:
Jens Petersen 2012-11-17 20:45:17 +09:00
parent cf799f844f
commit 30b2fbfe95
1 changed files with 13 additions and 11 deletions

View File

@ -1,32 +1,30 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name X11-xft
%global common_summary Haskell bindings to the Xft library
%global common_summary Haskell libxft binding
%global common_description Haskell bindings to Xft, X Free Type interface library,\
and some Xrender parts.
Name: ghc-%{pkg_name}
Version: 0.3.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: LGPLv2
# BEGIN cabal2spec
# no version specified
License: LGPLv2+
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: libXft-devel%{?_isa}
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-X11-devel
BuildRequires: ghc-haskell98-devel
BuildRequires: ghc-utf8-string-devel
# End cabal-rpm deps
BuildRequires: libXft-devel%{?_isa}
%description
%{common_description}
@ -58,6 +56,10 @@ Requires: libXft-devel%{?_isa}
%changelog
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.3.1-7
- change license tag to LGPLv2+ since no license version specified
- update with cabal-rpm
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild