From cfd5063cc6141055642f7db5ef17e48764b3b21f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 26 Sep 2013 07:21:30 -0500 Subject: [PATCH] add explicit avahi build deps --- gnome-vfs2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index b57e2ac..4cb05c1 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -10,7 +10,7 @@ Summary: The GNOME virtual file-system libraries Name: gnome-vfs2 Version: 2.24.4 -Release: 13%{?dist} +Release: 14%{?dist} License: LGPLv2+ and GPLv2+ # the daemon and the library are LGPLv2+ # the modules are LGPLv2+ and GPLv2+ @@ -35,7 +35,7 @@ BuildRequires: perl-XML-Parser BuildRequires: libsmbclient-devel BuildRequires: openssl-devel gamin-devel BuildRequires: krb5-devel -BuildRequires: avahi-glib-devel +BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib) %if %{with hal} BuildRequires: hal-devel %endif @@ -231,6 +231,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Thu Sep 26 2013 Rex Dieter 2.24.4-14 +- add explicit avahi build deps + * Sat Aug 03 2013 Fedora Release Engineering - 2.24.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild