From ac8ee111d39b84816aaf67612b3e1cab3216816c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 31 Jul 2017 16:42:46 +0100 Subject: [PATCH] Fix the build with tracker 2.0 This is already fixed upstream; work this around for now to get the build working again. --- grilo-plugins.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 2f79753..4b7e294 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -72,6 +72,9 @@ This package contains plugins to get information from theses sources: %prep %setup -q +# Fix the build with tracker 2.0 +sed -i -e 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure + %build %configure \ --disable-static \