From 5b8dc53f2e6b04d96893413bad890bbf8641b5ad Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 13 Jul 2020 08:58:02 +0200 Subject: [PATCH] + grilo-plugins-0.3.11-3 Disable DMAP plugins on RHEL --- grilo-plugins.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 2c3de6d..975c6b2 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -6,7 +6,7 @@ Name: grilo-plugins Version: 0.3.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugins for the Grilo framework License: LGPLv2+ @@ -34,9 +34,11 @@ BuildRequires: sqlite-devel BuildRequires: libgdata-devel BuildRequires: totem-pl-parser-devel BuildRequires: tracker-devel >= 2.3.0 -BuildRequires: libdmapsharing-devel BuildRequires: json-glib-devel BuildRequires: pkgconfig(oauth) +%if ! 0%{?rhel} +BuildRequires: libdmapsharing-devel +%endif %if ! 0%{?rhel} Requires: dleyna-server @@ -79,11 +81,12 @@ This package contains plugins to get information from theses sources: -Denable-bookmarks=yes \ %if 0%{?rhel} -Denable-dleyna=no \ + -Denable-dmap=no \ %endif %if ! 0%{?rhel} -Denable-dleyna=yes \ -%endif -Denable-dmap=yes \ +%endif -Denable-filesystem=yes \ -Denable-flickr=yes \ -Denable-freebox=yes \ @@ -115,6 +118,10 @@ This package contains plugins to get information from theses sources: %{_libdir}/grilo-%{release_version}/*.so* %changelog +* Mon Jul 13 2020 Bastien Nocera - 0.3.11-3 ++ grilo-plugins-0.3.11-3 +- Disable DMAP plugins on RHEL + * Mon Mar 16 2020 Yaroslav Fedevych - 0.3.11-2 - Added pkgconfig(oauth) as an explicit build dependency