Update to 0.12.0 stable release
Re-enable the evolution plugin
This commit is contained in:
parent
353a307d31
commit
8321cf8ccb
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ tracker-0.8.13.tar.bz2
|
|||||||
/tracker-0.10.8.tar.bz2
|
/tracker-0.10.8.tar.bz2
|
||||||
/tracker-0.10.10.tar.bz2
|
/tracker-0.10.10.tar.bz2
|
||||||
/tracker-0.11.2.tar.xz
|
/tracker-0.11.2.tar.xz
|
||||||
|
/tracker-0.12.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
880732875f2ffa968da8dd15b02ad62c tracker-0.11.2.tar.xz
|
f77b89f93dce59ada3aa70c81467d2b7 tracker-0.12.0.tar.xz
|
||||||
|
16
tracker.spec
16
tracker.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.11.2
|
Version: 0.12.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://projects.gnome.org/tracker/
|
URL: http://projects.gnome.org/tracker/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.11/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: poppler-glib-devel evolution-devel libxml2-devel libgsf-devel
|
BuildRequires: poppler-glib-devel evolution-devel libxml2-devel libgsf-devel
|
||||||
BuildRequires: libuuid-devel libnotify-devel dbus-devel
|
BuildRequires: libuuid-devel libnotify-devel dbus-devel
|
||||||
@ -23,8 +23,6 @@ BuildRequires: desktop-file-utils intltool gettext
|
|||||||
BuildRequires: gtk-doc graphviz dia
|
BuildRequires: gtk-doc graphviz dia
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
|
|
||||||
# doesn't build with current evolution
|
|
||||||
Obsoletes: tracker-evolution-plugin < 0.10.24-3.fc16
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tracker is a powerful desktop-neutral first class object database,
|
Tracker is a powerful desktop-neutral first class object database,
|
||||||
@ -62,7 +60,6 @@ Obsoletes: paperbox <= 0.4.4
|
|||||||
Graphical frontend to tracker search and tagging facilities. This has
|
Graphical frontend to tracker search and tagging facilities. This has
|
||||||
dependencies on GNOME libraries
|
dependencies on GNOME libraries
|
||||||
|
|
||||||
%if 0
|
|
||||||
%package evolution-plugin
|
%package evolution-plugin
|
||||||
Summary: Tracker's evolution plugin
|
Summary: Tracker's evolution plugin
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -70,7 +67,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description evolution-plugin
|
%description evolution-plugin
|
||||||
Tracker's evolution plugin
|
Tracker's evolution plugin
|
||||||
%endif
|
|
||||||
|
|
||||||
%package nautilus-plugin
|
%package nautilus-plugin
|
||||||
Summary: Tracker's nautilus plugin
|
Summary: Tracker's nautilus plugin
|
||||||
@ -112,7 +108,7 @@ make V=1 %{?_smp_mflags}
|
|||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||||
echo "%{_libdir}/tracker-0.10" \
|
echo "%{_libdir}/tracker-0.12" \
|
||||||
> %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
|
> %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
|
||||||
|
|
||||||
desktop-file-install --delete-original \
|
desktop-file-install --delete-original \
|
||||||
@ -194,12 +190,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|||||||
%{_mandir}/man1/tracker-preferences.1.gz
|
%{_mandir}/man1/tracker-preferences.1.gz
|
||||||
%{_mandir}/man1/tracker-needle.1.gz
|
%{_mandir}/man1/tracker-needle.1.gz
|
||||||
|
|
||||||
%if 0
|
|
||||||
%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
|
||||||
%endif
|
|
||||||
|
|
||||||
%files nautilus-plugin
|
%files nautilus-plugin
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@ -214,6 +208,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|||||||
%{_datadir}/gtk-doc/html/ontology/
|
%{_datadir}/gtk-doc/html/ontology/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.0-1
|
||||||
|
- Update to 0.12.0 stable release
|
||||||
|
- Re-enable the evolution plugin
|
||||||
|
|
||||||
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
|
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
|
||||||
- Update to 0.11.2
|
- Update to 0.11.2
|
||||||
- Drop the evolution miner temporarily
|
- Drop the evolution miner temporarily
|
||||||
|
Loading…
Reference in New Issue
Block a user