From 886820d140b940470dc13c6f278c230a66bd0290 Mon Sep 17 00:00:00 2001
From: Deji Akingunola <dakingun@gmail.com>
Date: Tue, 1 Feb 2011 21:16:22 -0500
Subject: [PATCH] - Update to 0.9.36 - Temporarily disable the docs subpackage

---
 .gitignore   |  1 +
 sources      |  2 +-
 tracker.spec | 38 +++++++++++++++++++++-----------------
 3 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/.gitignore b/.gitignore
index ab52dce..9e03026 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tracker-0.8.13.tar.bz2
 /tracker-0.9.30.tar.bz2
 /tracker-0.9.33.tar.bz2
 /tracker-0.9.35.tar.bz2
+/tracker-0.9.36.tar.bz2
diff --git a/sources b/sources
index d77189b..de6aa42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2693fda4f02f3e66687d3fbb6070062e  tracker-0.9.35.tar.bz2
+74d9cda375aae6ec528f911369ef4ccb  tracker-0.9.36.tar.bz2
diff --git a/tracker.spec b/tracker.spec
index 13ab981..59019ed 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -1,6 +1,6 @@
 Summary:	Desktop-neutral search tool and indexer
 Name:		tracker
-Version:	0.9.35
+Version:	0.9.36
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/System
@@ -77,13 +77,13 @@ Requires:	%{name} = %{version}-%{release}
 Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
 search in nuautilus using tracker is built-in directly in the nautilus package.
 
-%package docs
-Summary:	Documentations for tracker
-Group:		Documentation
-BuildArch:      noarch
+#%package docs
+#Summary:	Documentations for tracker
+#Group:		Documentation
+#BuildArch:      noarch
 
-%description docs
-This package contains the documentation for tracker
+#%description docs
+#This package contains the documentation for tracker
 
 %prep
 %setup -q
@@ -93,11 +93,11 @@ autopoint --force &&
 AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install
 %patch0 -p0 -b .fix
 
-%global evo_plugins_dir %(pkg-config evolution-plugin --variable=plugindir)
+%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
 
 %build
 %configure --disable-static --enable-tracker-search-bar		\
-	--enable-miner-evolution --enable-gtk-doc --disable-functional-tests
+	--enable-miner-evolution --disable-gtk-doc --disable-functional-tests
 # Disable the functional tests for now, they make use of python bytecodes.
 
 # Disable rpath
@@ -190,16 +190,20 @@ fi
 %defattr(-, root, root, -)
 %{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
 
-%files docs
-%defattr(-, root, root, -)
-%doc docs/reference/COPYING
-%{_datadir}/gtk-doc/html/libtracker-miner/
-%{_datadir}/gtk-doc/html/libtracker-client/
-%{_datadir}/gtk-doc/html/libtracker-extract/
-%{_datadir}/gtk-doc/html/libtracker-sparql/
-%{_datadir}/gtk-doc/html/ontology/
+#%files docs
+#%defattr(-, root, root, -)
+#%doc docs/reference/COPYING
+#%{_datadir}/gtk-doc/html/libtracker-miner/
+#%{_datadir}/gtk-doc/html/libtracker-client/
+#%{_datadir}/gtk-doc/html/libtracker-extract/
+#%{_datadir}/gtk-doc/html/libtracker-sparql/
+#%{_datadir}/gtk-doc/html/ontology/
 
 %changelog
+* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
+- Update to 0.9.36
+- Temporarily disable the docs subpackage
+
 * Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
 - Update to 0.9.35
 - Re-enable gupnp-dlna support