diff --git a/.gitignore b/.gitignore index bd6e40e..26a9a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ hscolour-1.17.tar.gz /hscolour-1.19.tar.gz /hscolour-1.20.2.tar.gz /hscolour-1.20.3.tar.gz +/hscolour-1.23.tar.gz diff --git a/hscolour.spec b/hscolour.spec index 24257e7..9c9f249 100644 --- a/hscolour.spec +++ b/hscolour.spec @@ -11,8 +11,8 @@ #%%global without_hscolour 1 Name: %{pkg_name} -Version: 1.20.3 -Release: 13%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Colorize Haskell code # the source does not state intended GPL version @@ -63,6 +63,8 @@ This package provides the Haskell %{name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENCE-GPL + %post -n ghc-%{name}-devel %ghc_pkg_recache @@ -73,19 +75,22 @@ This package provides the Haskell %{name} library development files. %files -%doc LICENCE-GPL +%license LICENCE-GPL %{_bindir}/HsColour %{_datadir}/%{name}-%{version} %files -n ghc-%{name} -f ghc-%{name}.files -%doc LICENCE-GPL +%license LICENCE-GPL %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %changelog +* Mon Jun 6 2016 Jens Petersen - 1.23-1 +- update to 1.23 + * Wed Feb 03 2016 Fedora Release Engineering - 1.20.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 067c58b..a7a827a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86ab0303a023ac22617d14bbcd06eab8 hscolour-1.20.3.tar.gz +db7d455e29429c2038595ac1d33f1865 hscolour-1.23.tar.gz