[tracker/f20] Explicitly disable the Evolution plugin and remove dead lines

Debarshi Ray rishi at fedoraproject.org
Fri Jan 24 09:55:52 UTC 2014


commit ad63eadb215929e8c65f9066a82ac11e4df1ab3a
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Wed Dec 18 17:36:57 2013 +0100

    Explicitly disable the Evolution plugin and remove dead lines
    
    I am not aware of anything that meaningfully uses the Evolution plugin.
    So lets remove the cruft. We can always restore it from Git if we need
    it in future.

 tracker.spec |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)
---
diff --git a/tracker.spec b/tracker.spec
index fb56208..9fbcb38 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -53,7 +53,6 @@ BuildRequires:	gdk-pixbuf2-devel
 BuildRequires:	desktop-file-utils intltool gettext
 BuildRequires:	gtk-doc graphviz
 BuildRequires:	gobject-introspection-devel
-#BuildRequires:	evolution-devel
 
 %if 0%{?with_thunderbird}
 BuildRequires: thunderbird
@@ -96,14 +95,6 @@ Obsoletes:	tracker-search-tool <= 0.12.0
 Graphical frontend to tracker search (tracker-needle) and configuration
 (tracker-preferences) facilities.
 
-#%package evolution-plugin
-#Summary:	Tracker's evolution plugin
-#Group:		User Interface/Desktops
-#Requires:	%{name}%{?_isa} = %{version}-%{release}
-
-#%description evolution-plugin
-#Tracker's evolution plugin
-
 %package firefox-plugin
 Summary:	A simple bookmark exporter for Tracker
 Group:		User Interface/Desktops
@@ -147,8 +138,6 @@ This package contains the documentation for tracker
 %patch2 -p1 -b .fts
 %patch3 -p1 -b .memory
 
-#%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
 sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -156,6 +145,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 %build
 %configure --disable-static		\
 	--enable-gtk-doc		\
+	--enable-miner-evolution=no	\
 	--with-firefox-plugin-dir=%{_libdir}/firefox/extensions		\
 %if 0%{?with_thunderbird}
 	--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions	\
@@ -252,10 +242,6 @@ fi
 %{_mandir}/man1/tracker-needle.1.gz
 %exclude %{_datadir}/applications/trackerbird-launcher.desktop
 
-#%files evolution-plugin
-#%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
-#%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
-
 %files firefox-plugin
 %{_datadir}/xul-ext/trackerfox/
 %{_libdir}/firefox/extensions/trackerfox at bustany.org


More information about the scm-commits mailing list