From ac8ee111d39b84816aaf67612b3e1cab3216816c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jul 31 2017 15:42:46 +0000 Subject: Fix the build with tracker 2.0 This is already fixed upstream; work this around for now to get the build working again. --- 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 \