[gmpc] add explicit avahi build deps

Rex Dieter rdieter at fedoraproject.org
Thu Sep 26 12:38:56 UTC 2013


commit 6c1cfaaf1e39cca4d818582e848d087df08301fd
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Sep 26 07:38:47 2013 -0500

    add explicit avahi build deps

 gmpc.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gmpc.spec b/gmpc.spec
index beac1d7..843852d 100644
--- a/gmpc.spec
+++ b/gmpc.spec
@@ -1,7 +1,7 @@
 Name:           gmpc
 Summary:        GNOME frontend for the MPD
 Version:        11.8.16
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 License:        GPLv2+
 Group:          Applications/Multimedia
@@ -27,7 +27,8 @@ BuildRequires:  scrollkeeper, gtk2-devel, libglade2-devel
 BuildRequires:  gettext, gnome-vfs2-devel, desktop-file-utils
 BuildRequires:  perl-XML-Parser, findutils
 BuildRequires:  curl-devel, xosd-devel, libSM-devel
-BuildRequires:  avahi-glib-devel, libnotify-devel
+BuildRequires:  pkgconfig(avahi-client) pkgconfig(avahi-glib)
+BuildRequires:  libnotify-devel
 BuildRequires:  gob2, libsexy-devel, webkitgtk-devel
 BuildRequires:  json-glib-devel, lirc-devel
 BuildRequires:  libmpd-devel >= 0.20.0
@@ -160,6 +161,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Sep 26 2013 Rex Dieter <rdieter at fedoraproject.org> 11.8.16-4
+- add explicit avahi build deps
+
 * Wed Aug 07 2013 Adrian Reber <adrian at lisas.de> - 11.8.16-3
 - fix #992396 (gmpc: FTBFS in rawhide)
 - update URL


More information about the scm-commits mailing list