diff --git a/ghc-hakyll.spec b/ghc-hakyll.spec index c07ddb6..779a296 100644 --- a/ghc-hakyll.spec +++ b/ghc-hakyll.spec @@ -6,8 +6,8 @@ Name: ghc-%{pkg_name} Version: 4.5.4.0 -Release: 7%{?dist}.1 -Summary: Static website compiler library +Release: 8%{?dist} +Summary: A static website compiler library License: BSD Url: https://hackage.haskell.org/package/%{pkg_name} @@ -56,9 +56,10 @@ BuildRequires: ghc-test-framework-quickcheck2-devel # End cabal-rpm deps %description -Hakyll is a static website compiler library. -It provides you with the tools to create a simple or advanced static website -using a Haskell DSL and formats such as markdown or RST. +Hakyll is a static website compiler library. It provides you with the tools to +create a simple or advanced static website using a Haskell DSL and formats such +as markdown or RST. You can find more information, including a tutorial, on the +website: . %package devel @@ -86,6 +87,8 @@ cabal-tweak-flag checkExternal False %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + # put in devel doc rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/example @@ -105,7 +108,7 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/example %files -f %{name}.files -%doc LICENSE +%license LICENSE %{_datadir}/%{pkg_name}-%{version} @@ -115,8 +118,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/example %changelog -* Tue May 24 2016 Ben Boeckel - 4.5.4.0-7.1 +* Sat Apr 23 2016 Ben Boeckel - 4.5.4.0-8 - rebuild +- sync with cabal-rpm-0.9.10 * Thu Mar 03 2016 Adam Williamson - 4.5.4.0-7 - rebuild for updated tagsoup, rebuilt pandoc and citeproc