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/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name X11-xft %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,\ %global common_description Haskell bindings to Xft, X Free Type interface library,\
and some Xrender parts. and some Xrender parts.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.3.1 Version: 0.3.1
Release: 6%{?dist} Release: 7%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries # no version specified
License: LGPLv2 License: LGPLv2+
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name} URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} BuildRequires: ghc-rpm-macros
# END cabal2spec # Begin cabal-rpm deps:
BuildRequires: libXft-devel%{?_isa}
BuildRequires: ghc-X11-devel BuildRequires: ghc-X11-devel
BuildRequires: ghc-haskell98-devel
BuildRequires: ghc-utf8-string-devel BuildRequires: ghc-utf8-string-devel
# End cabal-rpm deps
BuildRequires: libXft-devel%{?_isa}
%description %description
%{common_description} %{common_description}
@ -58,6 +56,10 @@ Requires: libXft-devel%{?_isa}
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild