diff --git a/.gitignore b/.gitignore index 6c6409e..1be9337 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mtlparse-0.1.1.tar.gz /mtlparse-0.1.2.tar.gz +/mtlparse-0.1.4.0.tar.gz diff --git a/ghc-mtlparse.spec b/ghc-mtlparse.spec index f7bc3d1..def4674 100644 --- a/ghc-mtlparse.spec +++ b/ghc-mtlparse.spec @@ -3,8 +3,8 @@ %global pkg_name mtlparse Name: ghc-%{pkg_name} -Version: 0.1.2 -Release: 14%{?dist} +Version: 0.1.4.0 +Release: 1%{?dist} Summary: Parse library using mtl package License: LGPLv3+ @@ -18,8 +18,11 @@ BuildRequires: ghc-mtl-devel # End cabal-rpm deps %description -The library provides Parse and ParseT like State and StateT, -and eases the implementation of look-ahead and look-behind parsers. +Parse library on mtl package + +Parse and ParseT is like State and StateT + +The package eases implementation of look-ahead look-behind and so on. %package devel @@ -45,6 +48,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -55,13 +60,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 +* Sat Apr 23 2016 Ben Boeckel - 0.1.4.0-1 +- update to 0.1.4.0 + * Wed Feb 03 2016 Fedora Release Engineering - 0.1.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index c6c460a..871844b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9881b10fecf2d96ac9f3aae7810a8cd9 mtlparse-0.1.2.tar.gz +5cd354b30eac91c49ada54fca9f88518 mtlparse-0.1.4.0.tar.gz