diff --git a/.gitignore b/.gitignore index bffc27b..c077899 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /cmdargs-0.10.2.tar.gz /cmdargs-0.10.3.tar.gz /cmdargs-0.10.12.tar.gz +/cmdargs-0.10.14.tar.gz diff --git a/ghc-cmdargs.spec b/ghc-cmdargs.spec index e8c5ddf..52f44c2 100644 --- a/ghc-cmdargs.spec +++ b/ghc-cmdargs.spec @@ -3,8 +3,8 @@ %global pkg_name cmdargs Name: ghc-%{pkg_name} -Version: 0.10.12 -Release: 4%{?dist} +Version: 0.10.14 +Release: 1%{?dist} Summary: Command line argument processing License: BSD @@ -47,6 +47,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 @@ -57,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Apr 23 2016 Ben Boeckel - 0.10.14-1 +- update to 0.10.14 + * Wed Feb 03 2016 Fedora Release Engineering - 0.10.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cdcd16d..597f929 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b962dc0472be507631f43f70b13b3157 cmdargs-0.10.12.tar.gz +ebc50066c2d38a0ad0f2a446acfea1cd cmdargs-0.10.14.tar.gz