From 1d92c08c16bf2287844f7bc50edd5a49c2910aea Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 23 Apr 2016 14:24:36 -0400 Subject: [PATCH] update to 0.9.0.4 --- .gitignore | 1 + ghc-libmpd.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index bd510e2..504a9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /libmpd-0.8.0.2.tar.gz /libmpd-0.8.0.5.tar.gz /libmpd-0.9.0.2.tar.gz +/libmpd-0.9.0.4.tar.gz diff --git a/ghc-libmpd.spec b/ghc-libmpd.spec index d49f5e1..9e00418 100644 --- a/ghc-libmpd.spec +++ b/ghc-libmpd.spec @@ -5,9 +5,9 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.0.2 -Release: 2%{?dist} -Summary: Haskell MPD client library +Version: 0.9.0.4 +Release: 1%{?dist} +Summary: An MPD client library License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} @@ -35,7 +35,7 @@ BuildRequires: ghc-unix-devel # End cabal-rpm deps %description -A client library for MPD, the Music Player Daemon (). +A client library for MPD, the Music Player Daemon. %package devel @@ -61,6 +61,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -77,7 +79,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 @@ -85,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Apr 23 2016 Ben Boeckel - 0.9.0.4-1 +- update to 0.9.0.4 + * Wed Feb 03 2016 Fedora Release Engineering - 0.9.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 5783964..df7aac8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f02b903117e8284b30826b07ee8e0b52 libmpd-0.9.0.2.tar.gz +effde2a23304169bdaae50fcf9db248b libmpd-0.9.0.4.tar.gz