Disable evolution plugin
This commit is contained in:
parent
90973c53fa
commit
f122416550
25
tracker.spec
25
tracker.spec
@ -6,7 +6,6 @@ License: GPLv2+
|
|||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://projects.gnome.org/tracker/
|
URL: http://projects.gnome.org/tracker/
|
||||||
Source0: http://download.gnome.org/sources/tracker/0.14/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/tracker/0.14/%{name}-%{version}.tar.xz
|
||||||
#Patch0: tracker-extract-pdf-crash-fix.patch
|
|
||||||
|
|
||||||
BuildRequires: poppler-glib-devel evolution-devel libxml2-devel libgsf-devel
|
BuildRequires: poppler-glib-devel evolution-devel libxml2-devel libgsf-devel
|
||||||
BuildRequires: libuuid-devel dbus-glib-devel
|
BuildRequires: libuuid-devel dbus-glib-devel
|
||||||
@ -64,13 +63,13 @@ Graphical frontend to tracker search (tracker-needle) and configuration
|
|||||||
(tracker-preferences) facilities. This also contains A test tool to navigate
|
(tracker-preferences) facilities. This also contains A test tool to navigate
|
||||||
around objects in the database based on their relationships (tracker-explorer)
|
around objects in the database based on their relationships (tracker-explorer)
|
||||||
|
|
||||||
%package evolution-plugin
|
#%package evolution-plugin
|
||||||
Summary: Tracker's evolution plugin
|
#Summary: Tracker's evolution plugin
|
||||||
Group: User Interface/Desktops
|
#Group: User Interface/Desktops
|
||||||
Requires: %{name} = %{version}-%{release}
|
#Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description evolution-plugin
|
#%description evolution-plugin
|
||||||
Tracker's evolution plugin
|
#Tracker's evolution plugin
|
||||||
|
|
||||||
%package firefox-plugin
|
%package firefox-plugin
|
||||||
Summary: A simple bookmark exporter for Tracker
|
Summary: A simple bookmark exporter for Tracker
|
||||||
@ -116,9 +115,8 @@ This package contains the documentation for tracker
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p0
|
|
||||||
|
|
||||||
%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
|
## nuke unwanted rpaths, see also
|
||||||
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||||
@ -219,10 +217,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_mandir}/man1/tracker-needle.1.gz
|
%{_mandir}/man1/tracker-needle.1.gz
|
||||||
%exclude %{_datadir}/applications/trackerbird-launcher.desktop
|
%exclude %{_datadir}/applications/trackerbird-launcher.desktop
|
||||||
|
|
||||||
%files evolution-plugin
|
#%files evolution-plugin
|
||||||
%defattr(-, root, root, -)
|
#%defattr(-, root, root, -)
|
||||||
%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
#%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
||||||
%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
#%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
||||||
|
|
||||||
%files firefox-plugin
|
%files firefox-plugin
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@ -254,6 +252,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 30 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-1
|
* Mon Jul 30 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-1
|
||||||
- Update to 0.14.2 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.2.changes)
|
- Update to 0.14.2 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.2.changes)
|
||||||
|
- Temporarily disable the evolution plugin, fails to build with evo-3.5
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-3
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user