[pidgin] add explicit avahi build deps

Rex Dieter rdieter at fedoraproject.org
Thu Sep 26 13:06:53 UTC 2013


commit 7a03c22cceb1f0a822c51310b9479b5f001fcf35
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Sep 26 08:06:44 2013 -0500

    add explicit avahi build deps

 pidgin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pidgin.spec b/pidgin.spec
index 6dd4740..f5adb24 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -119,7 +119,7 @@
 
 Name:           pidgin
 Version:        2.10.7
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        GPLv2+ and GPLv2 and MIT
 # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
 # GPLv2 - silc & novell prpls
@@ -241,7 +241,7 @@ Requires:       xdg-utils
 BuildRequires:  dbus-glib-devel >= 0.70
 %endif
 %if %{bonjour_support}
-BuildRequires:  avahi-glib-devel
+BuildRequires:  pkgconfig(avahi-client) pkgconfig(avahi-glib)
 %endif
 # Meanwhile integration (F6+)
 %if %{meanwhile_integration}
@@ -757,6 +757,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 26 2013 Rex Dieter <rdieter at fedoraproject.org> 2.10.7-9
+- add explicit avahi build deps
+
 * Thu Aug  8 2013 Jan Synáček <jsynacek at redhat.com> - 2.10.7-8
 - Remove versioned docdirs, BZ 994039
 


More information about the scm-commits mailing list