From ac415268a0a081a831ca2aaac5339dfc5a471b64 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 16 Feb 2015 13:29:29 +0100 Subject: [PATCH] Add missing dleyna-server requirement so DLNA works --- grilo-plugins.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 7e23186..97b9d74 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -5,7 +5,7 @@ Name: grilo-plugins Version: 0.2.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugins for the Grilo framework Group: Applications/Multimedia @@ -39,6 +39,7 @@ BuildRequires: json-glib-devel BuildRequires: autoconf automake gnome-common libtool Requires: grilo >= %{grilo_version} +Requires: dleyna-server %description Grilo is a framework that provides access to different sources of @@ -76,6 +77,7 @@ autoreconf --force --install --disable-shoutcast \ --enable-apple-trailers \ --enable-bookmarks \ + --enable-dleyna \ --enable-dmap \ --enable-filesystem \ --enable-flickr \ @@ -117,6 +119,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/grilo-%{release_version}/*.xml %changelog +* Sun Feb 15 2015 Bastien Nocera 0.2.13-3 +- Add missing dleyna-server requirement so DLNA works + * Mon Jan 26 2015 David King - 0.2.13-2 - Port to libmediaart-2.0