Apply patch to allow building with eds-2.31.1
This commit is contained in:
parent
4f1387078c
commit
1f093c84fd
31
tracker-eds-build-fix.patch
Normal file
31
tracker-eds-build-fix.patch
Normal file
@ -0,0 +1,31 @@
|
||||
--- src/plugins/evolution/tracker-evolution-plugin.c 2010-04-29 13:20:00.000000000 -0400
|
||||
+++ src/plugins/evolution/tracker-evolution-plugin.c.new 2010-05-07 10:08:55.892873454 -0400
|
||||
@@ -39,27 +39,7 @@
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
-#include <camel/camel-mime-message.h>
|
||||
-#include <camel/camel-i18n.h>
|
||||
-#include <camel/camel-store.h>
|
||||
-#include <camel/camel-folder.h>
|
||||
-#include <camel/camel-db.h>
|
||||
-#include <camel/camel-offline-store.h>
|
||||
-#include <camel/camel-session.h>
|
||||
-#include <camel/camel-url.h>
|
||||
-#include <camel/camel-stream.h>
|
||||
-#include <camel/camel-stream-mem.h>
|
||||
-#include <camel/camel-multipart.h>
|
||||
-#include <camel/camel-multipart-encrypted.h>
|
||||
-#include <camel/camel-multipart-signed.h>
|
||||
-#include <camel/camel-medium.h>
|
||||
-#include <camel/camel-gpg-context.h>
|
||||
-#include <camel/camel-smime-context.h>
|
||||
-#include <camel/camel-string-utils.h>
|
||||
-#include <camel/camel-stream-filter.h>
|
||||
-#include <camel/camel-stream-null.h>
|
||||
-#include <camel/camel-mime-filter-charset.h>
|
||||
-#include <camel/camel-mime-filter-windows.h>
|
||||
+#include <camel/camel.h>
|
||||
|
||||
#include <mail/mail-config.h>
|
||||
#include <mail/mail-session.h>
|
@ -7,6 +7,7 @@ Group: Applications/System
|
||||
URL: http://projects.gnome.org/tracker/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.8/%{name}-%{version}.tar.bz2
|
||||
Patch0: tracker-0.8-doc-build.patch
|
||||
Patch1: tracker-eds-build-fix.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: poppler-glib-devel evolution-devel libxml2-devel libgsf-devel
|
||||
BuildRequires: libuuid-devel libnotify-devel dbus-devel
|
||||
@ -76,6 +77,7 @@ This package contains the documentation for tracker
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .fix
|
||||
%patch1 -p0 -b .fix
|
||||
|
||||
%global evo_plugins_dir %(pkg-config evolution-plugin --variable=plugindir)
|
||||
|
||||
@ -182,6 +184,7 @@ fi
|
||||
* Thu May 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.5-1
|
||||
- Update to 0.8.5 release
|
||||
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
|
||||
- Patch to build with eds-2.31.1
|
||||
|
||||
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
|
||||
- Update to 0.8.4 release
|
||||
|
Loading…
Reference in New Issue
Block a user