diff --git a/ghc-X11-xft.spec b/ghc-X11-xft.spec index 671d3c8..83b92db 100644 --- a/ghc-X11-xft.spec +++ b/ghc-X11-xft.spec @@ -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 - 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 - 0.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild