From 9335d26eadee4fae64c7ad85e4a2445616802191 Mon Sep 17 00:00:00 2001 From: Matthias Clasen <mclasen@redhat.com> Date: Mon, 28 Jan 2013 18:33:52 -0500 Subject: [PATCH] fix the build --- grilo-plugins.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index f7c8c35..8a1bf0b 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -3,7 +3,7 @@ Name: grilo-plugins Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugins for the Grilo framework Group: Applications/Multimedia @@ -11,6 +11,9 @@ License: LGPLv2+ Url: https://live.gnome.org/Grilo Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/%{release_version}/grilo-plugins-%{version}.tar.xz +# fix build with tracker 0.16 +Patch0: tracker-0.16.patch + BuildRequires: grilo-devel >= 0.2.4 BuildRequires: glib2-devel >= 2.26.0 BuildRequires: libxml2-devel @@ -23,6 +26,7 @@ BuildRequires: libquvi-devel BuildRequires: gmime-devel BuildRequires: libdmapsharing-devel BuildRequires: json-glib-devel +BuildRequires: automake autoconf libtool Requires: grilo >= 0.2.4 Requires: gupnp >= 0.13.0 @@ -54,6 +58,9 @@ This package contains plugins to get information from theses sources: %prep %setup -q +%patch0 -p1 + +autoreconf -i -f %build @@ -101,6 +108,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/* %{_datadir}/gnome/help/grilo-plugins/C/legal.xml %changelog +* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.2.5-3 +- Fix build against newer tracker + * Sun Jan 27 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.5-2 - Rebuild for tracker