diff --git a/.gitignore b/.gitignore index 21c5510..c2259a1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /blaze-html-0.6.1.1.tar.gz /blaze-html-0.7.0.2.tar.gz /blaze-html-0.7.0.3.tar.gz +/blaze-html-0.8.1.1.tar.gz diff --git a/ghc-blaze-html.spec b/ghc-blaze-html.spec index 2b09e5c..7e44f88 100644 --- a/ghc-blaze-html.spec +++ b/ghc-blaze-html.spec @@ -4,17 +4,14 @@ %bcond_with tests -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.7.0.3 -Release: 3%{?dist} +Version: 0.8.1.1 +Release: 1%{?dist} Summary: A blazingly fast HTML combinator library for Haskell License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -35,9 +32,8 @@ BuildRequires: ghc-test-framework-quickcheck2-devel %description A blazingly fast HTML combinator library for the Haskell programming language. -It embeds HTML templates in Haskell code for optimal efficiency and -composability. The project is aimed at those who seek to write -web applications in Haskell — it integrates well with Haskell web frameworks. +The Text.Blaze module is a good starting point, as well as this tutorial: +. %package devel @@ -63,6 +59,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -79,13 +77,16 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %changelog +* Thu Jun 23 2016 Jens Petersen - 0.8.1.1-1 +- update to 0.8.1.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.7.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index de3cfe3..06616af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f5de45a4dc91391cde97fca66c17450 blaze-html-0.7.0.3.tar.gz +7c6d84943b552f100cab9b14db6de52c blaze-html-0.8.1.1.tar.gz