From 02b8dfd004f73190d5840843d9048dcfc4b93c9a Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Tue, 26 Jul 2011 10:35:53 -0400 Subject: [PATCH] Update to 0.10.21 Temporarily disable the evolution plugin --- sources | 2 +- tracker.spec | 32 ++++++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/sources b/sources index 09e20dd..737d0ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c948ef3988b08e81cad3ff980b17a0fd tracker-0.10.15.tar.bz2 +200e15db4e2ae9acbd439947219c0d7f tracker-0.10.21.tar.bz2 diff --git a/tracker.spec b/tracker.spec index 3d4f5b4..171d2b4 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,7 +1,7 @@ Summary: Desktop-neutral search tool and indexer Name: tracker -Version: 0.10.15 -Release: 2%{?dist} +Version: 0.10.21 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://projects.gnome.org/tracker/ @@ -59,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 @@ -88,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 @@ -96,7 +96,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %build %configure --disable-static \ - --enable-miner-evolution --enable-gtk-doc --disable-functional-tests + --enable-gtk-doc --disable-functional-tests # Disable the functional tests for now, they use python bytecodes. make V=1 %{?_smp_mflags} @@ -179,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, -) @@ -198,6 +198,10 @@ fi %{_datadir}/gtk-doc/html/ontology/ %changelog +* Tue Jul 26 2011 Deji Akingunola - 0.10.21-1 +- Update to 0.10.21 +- Temporarily disable the evolution plugin + * Fri Jul 15 2011 Marek Kasik - 0.10.15-2 - Rebuild (poppler-0.17.0)