[media-explorer] add explicit avahi build deps

Rex Dieter rdieter at fedoraproject.org
Thu Sep 26 12:45:08 UTC 2013


commit 01bc780a1b3d47d14e6ebd3ad9e43c03d361b07c
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Sep 26 07:45:00 2013 -0500

    add explicit avahi build deps

 media-explorer.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/media-explorer.spec b/media-explorer.spec
index d300388..ad3780c 100644
--- a/media-explorer.spec
+++ b/media-explorer.spec
@@ -1,6 +1,6 @@
 Name:		media-explorer
 Version:	0.4.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Media center application
 
 Group:		Applications/Multimedia
@@ -27,7 +27,8 @@ BuildRequires:	rest-devel
 BuildRequires:	autoconf automake libtool
 
 # For plugins
-BuildRequires:	gupnp-devel avahi-glib-devel tracker-devel
+BuildRequires:	gupnp-devel tracker-devel
+BuildRequires:	pkgconfig(avahi-client) pkgconfig(avahi-glib)
 
 Requires:	grilo-plugins
 Requires:	gstreamer-plugins-bad-free
@@ -91,6 +92,9 @@ fi
 %{_datadir}/media-explorer/
 
 %changelog
+* Thu Sep 26 2013 Rex Dieter <rdieter at fedoraproject.org> 0.4.4-5
+- add explicit avahi build deps
+
 * Fri Aug 09 2013 Kalev Lember <kalevlember at gmail.com> - 0.4.4-4
 - Rebuilt for cogl 1.15.4 soname bump
 


More information about the scm-commits mailing list