[tracker/f16] complete disabling the evolution plugin

Adam Williamson adamwill at fedoraproject.org
Thu Aug 4 01:50:21 UTC 2011


commit 5cdb24ec01e44af3dc45ceb8f6906388ce467b1b
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Aug 3 18:49:58 2011 -0700

    complete disabling the evolution plugin

 tracker.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tracker.spec b/tracker.spec
index 171d2b4..a0d1f22 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -96,7 +96,8 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 %build
 %configure --disable-static		\
-	--enable-gtk-doc --disable-functional-tests
+	--enable-gtk-doc --disable-functional-tests	\
+	--enable-miner-evolution=no
 # Disable the functional tests for now, they use python bytecodes.
 
 make V=1 %{?_smp_mflags}
@@ -198,7 +199,10 @@ fi
 %{_datadir}/gtk-doc/html/ontology/
 
 %changelog
-* Tue Jul 26 2011 Deji Akingunola <dakingun at gmail.com> - 0.10.21-1
+* Wed Aug 03 2011 Adam Williamson <awilliam at redhat.com> - 0.10.21-1
+- complete disabling the evolution plugin
+
+* Tue Jul 26 2011 Deji Akingunola <dakingun at gmail.com>
 - Update to 0.10.21
 - Temporarily disable the evolution plugin
 


More information about the scm-commits mailing list