[tracker/f16] Update to 0.10.24 Re-enable the evolution plugin

Deji Akingunola deji at fedoraproject.org
Thu Aug 25 17:30:34 UTC 2011


commit 27f1980b1db261c181c877b59b4b482e6f6c279b
Author: Deji Akingunola <dakingun at mail.com>
Date:   Thu Aug 25 13:32:53 2011 -0400

    Update to 0.10.24
    Re-enable the evolution plugin

 sources      |    2 +-
 tracker.spec |   35 ++++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 18 deletions(-)
---
diff --git a/sources b/sources
index 737d0ce..179e7f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-200e15db4e2ae9acbd439947219c0d7f  tracker-0.10.21.tar.bz2
+1a8368d5818fdd198b3615a7922642e1  tracker-0.10.24.tar.bz2
diff --git a/tracker.spec b/tracker.spec
index 54df80e..3e9b4e9 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -1,7 +1,7 @@
 Summary:	Desktop-neutral search tool and indexer
 Name:		tracker
-Version:	0.10.21
-Release:	2%{?dist}
+Version:	0.10.24
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://projects.gnome.org/tracker/
@@ -23,8 +23,6 @@ BuildRequires:	desktop-file-utils intltool gettext
 BuildRequires:	gtk-doc graphviz dia
 BuildRequires:	gobject-introspection
 
-Obsoletes:	tracker-evolution-plugin < 0.10.10-2
-
 %description
 Tracker is a powerful desktop-neutral first class object database,
 tag/metadata database, search tool and indexer. 
@@ -61,13 +59,13 @@ Obsoletes:	paperbox <= 0.4.4
 Graphical frontend to tracker search and tagging facilities. This has
 dependencies on GNOME libraries
 
-#%package evolution-plugin
-#Summary:	Tracker's evolution plugin
-#Group:		User Interface/Desktops
-#Requires:	%{name} = %{version}-%{release}
+%package evolution-plugin
+Summary:	Tracker's evolution plugin
+Group:		User Interface/Desktops
+Requires:	%{name} = %{version}-%{release}
 
-#%description evolution-plugin
-#Tracker's evolution plugin
+%description evolution-plugin
+Tracker's evolution plugin
 
 %package nautilus-plugin
 Summary:	Tracker's nautilus plugin
@@ -90,7 +88,7 @@ This package contains the documentation for tracker
 %setup -q
 %patch0 -p0 -b .gtk3
 
-#%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
+%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
 
 ## nuke unwanted rpaths, see also 
 ## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
@@ -98,8 +96,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 %build
 %configure --disable-static		\
-	--enable-gtk-doc --disable-functional-tests	\
-	--enable-miner-evolution=no
+	--enable-miner-evolution --enable-gtk-doc --disable-functional-tests
 # Disable the functional tests for now, they use python bytecodes.
 
 make V=1 %{?_smp_mflags}
@@ -182,10 +179,10 @@ fi
 %{_mandir}/man1/tracker-preferences.1.gz
 %{_mandir}/man1/tracker-needle.1.gz
 
-#%files evolution-plugin
-#%defattr(-, root, root, -)
-#%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
-#%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
+%files evolution-plugin
+%defattr(-, root, root, -)
+%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
+%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
 
 %files nautilus-plugin
 %defattr(-, root, root, -)
@@ -201,6 +198,10 @@ fi
 %{_datadir}/gtk-doc/html/ontology/
 
 %changelog
+* Thu Aug 25 2011 Deji Akingunola <dakingun at gmail.com> - 0.10.24-1
+- Update to 0.10.24
+- Re-enable the evolution plugin
+
 * Thu Aug 04 2011 Adam Williamson <awilliam at redhat.com> - 0.10.21-2
 - obsolete the evo plugin as well so upgrades work
 


More information about the scm-commits mailing list