Blame SPECS/tracker.spec

ef90c6
%global _changelog_trimtime %(date +%s -d "1 year ago")
ef90c6
ef90c6
ef90c6
%if 0%{?fedora} > 15
ef90c6
%global with_enca 1
ef90c6
%global with_libcue 1
ef90c6
%endif
ef90c6
ef90c6
%if 0%{?rhel}
ef90c6
%global with_thunderbird 0
ef90c6
%else
ef90c6
%global with_thunderbird 1
ef90c6
%endif
ef90c6
ef90c6
Summary:	Desktop-neutral search tool and indexer
ef90c6
Name:		tracker
ef90c6
Version:	0.16.2
ef90c6
Release:	3%{?dist}
ef90c6
License:	GPLv2+
ef90c6
Group:		Applications/System
ef90c6
URL:		http://projects.gnome.org/tracker/
ef90c6
Source0:	http://download.gnome.org/sources/tracker/0.16/%{name}-%{version}.tar.xz
ef90c6
ef90c6
# only autostart in Gnome, see also
ef90c6
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
ef90c6
Patch1:		tracker-0.15-onlyshowin.patch
ef90c6
ef90c6
# https://bugzilla.gnome.org/show_bug.cgi?id=703089
ef90c6
Patch2:         0001-Fix-typos-in-tracker-search-man-page.patch
ef90c6
ef90c6
# https://bugzilla.redhat.com/show_bug.cgi?id=884197
ef90c6
Patch3:         0001-Add-a-newline-at-the-end-of-file.patch
ef90c6
Patch4:         0002-libtracker-extract-tracker-extract-Remove-modulesdir.patch
ef90c6
Patch5:         0003-tracker-extract-Rename-.rules.in-to-.rules.patch
ef90c6
ef90c6
BuildRequires:	poppler-glib-devel libxml2-devel libgsf-devel libgxps-devel
ef90c6
BuildRequires:	libuuid-devel dbus-glib-devel
ef90c6
BuildRequires:	nautilus-devel
ef90c6
BuildRequires:	libjpeg-devel libexif-devel exempi-devel
ef90c6
BuildRequires:	libiptcdata-devel libtiff-devel libpng-devel giflib-devel
ef90c6
BuildRequires:	sqlite-devel vala-devel libgee06-devel
ef90c6
BuildRequires:	gstreamer1-plugins-base-devel gstreamer1-devel
ef90c6
BuildRequires:	totem-pl-parser-devel libvorbis-devel flac-devel
ef90c6
%if 0%{?with_enca}
ef90c6
BuildRequires:  enca-devel
ef90c6
%endif
ef90c6
BuildRequires:	upower-devel libsecret-devel NetworkManager-glib-devel
ef90c6
BuildRequires:	libunistring-devel gupnp-dlna-devel taglib-devel rest-devel
ef90c6
BuildRequires:	libosinfo-devel
ef90c6
%if 0%{?with_libcue}
ef90c6
BuildRequires:  libcue-devel
ef90c6
%endif
ef90c6
BuildRequires:	firefox
ef90c6
BuildRequires:	gdk-pixbuf2-devel
ef90c6
BuildRequires:	desktop-file-utils intltool gettext
ef90c6
BuildRequires:	gtk-doc graphviz
ef90c6
BuildRequires:	gobject-introspection
ef90c6
BuildRequires:	autoconf
ef90c6
BuildRequires:	automake
ef90c6
#BuildRequires:	libtool
ef90c6
#BuildRequires:	evolution-devel
ef90c6
ef90c6
%if 0%{?with_thunderbird}
ef90c6
BuildRequires: thunderbird
ef90c6
%endif
ef90c6
ef90c6
Obsoletes: tracker-miner-flickr < 0.16.0
ef90c6
ef90c6
%description
ef90c6
Tracker is a powerful desktop-neutral first class object database,
ef90c6
tag/metadata database, search tool and indexer.
ef90c6
ef90c6
It consists of a common object database that allows entities to have an
ef90c6
almost infinite number of properties, metadata (both embedded/harvested as
ef90c6
well as user definable), a comprehensive database of keywords/tags and
ef90c6
links to other entities.
ef90c6
ef90c6
It provides additional features for file based objects including context
ef90c6
linking and audit trails for a file object.
ef90c6
ef90c6
It has the ability to index, store, harvest metadata. retrieve and search
ef90c6
all types of files and other first class objects
ef90c6
ef90c6
%package devel
ef90c6
Summary:	Headers for developing programs that will use %{name}
ef90c6
Group:		Development/Libraries
ef90c6
Requires:	%{name}%{?_isa} = %{version}-%{release}
ef90c6
Requires:	dbus-glib-devel gtk2-devel
ef90c6
ef90c6
%description devel
ef90c6
This package contains the static libraries and header files needed for
ef90c6
developing with tracker
ef90c6
ef90c6
%package ui-tools
ef90c6
Summary:	Tracker search tool(s)
ef90c6
Group:		User Interface/Desktops
ef90c6
Requires:	%{name}%{?_isa} = %{version}-%{release}
ef90c6
Obsoletes:	paperbox <= 0.4.4
ef90c6
Obsoletes:	tracker-search-tool <= 0.12.0
ef90c6
ef90c6
%description ui-tools
ef90c6
Graphical frontend to tracker search (tracker-needle) and configuration
ef90c6
(tracker-preferences) facilities.
ef90c6
ef90c6
#%package evolution-plugin
ef90c6
#Summary:	Tracker's evolution plugin
ef90c6
#Group:		User Interface/Desktops
ef90c6
#Requires:	%{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
#%description evolution-plugin
ef90c6
#Tracker's evolution plugin
ef90c6
ef90c6
%package firefox-plugin
ef90c6
Summary:	A simple bookmark exporter for Tracker
ef90c6
Group:		User Interface/Desktops
ef90c6
Requires:	%{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
%description firefox-plugin
ef90c6
This Firefox addon exports your bookmarks to Tracker, so that you can search
ef90c6
for them for example using tracker-needle.
ef90c6
ef90c6
%package nautilus-plugin
ef90c6
Summary:	Tracker's nautilus plugin
ef90c6
Group:		User Interface/Desktops
ef90c6
Requires:	%{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
%description nautilus-plugin
ef90c6
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
ef90c6
search in nautilus using tracker is built-in directly in the nautilus package.
ef90c6
ef90c6
%if 0%{?with_thunderbird}
ef90c6
%package thunderbird-plugin
ef90c6
Summary:	Thunderbird extension to export mails to Tracker
ef90c6
Group:		User Interface/Desktops
ef90c6
Requires:	%{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
%description thunderbird-plugin
ef90c6
A simple Thunderbird extension to export mails to Tracker.
ef90c6
%endif
ef90c6
ef90c6
%package docs
ef90c6
Summary:	Documentations for tracker
ef90c6
Group:		Documentation
ef90c6
BuildArch:	noarch
ef90c6
ef90c6
%description docs
ef90c6
This package contains the documentation for tracker
ef90c6
ef90c6
%prep
ef90c6
%setup -q
ef90c6
ef90c6
%patch1 -p1 -b .onlyshowin
ef90c6
%patch2 -p1 -b .manpage
ef90c6
%patch3 -p1 -b .newline
ef90c6
%patch4 -p1 -b .modulesdir
ef90c6
%patch5 -p1 -b .rename
ef90c6
ef90c6
autoreconf
ef90c6
ef90c6
#%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
ef90c6
ef90c6
## nuke unwanted rpaths, see also
ef90c6
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
ef90c6
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
ef90c6
ef90c6
%build
ef90c6
%configure --disable-static		\
ef90c6
	--enable-gtk-doc		\
ef90c6
	--with-firefox-plugin-dir=%{_libdir}/firefox/extensions		\
ef90c6
%if 0%{?with_thunderbird}
ef90c6
	--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions	\
ef90c6
%endif
ef90c6
	--with-unicode-support=libunistring				\
ef90c6
	--disable-qt							\
ef90c6
	--disable-functional-tests
ef90c6
# Disable the functional tests for now, they use python bytecodes.
ef90c6
ef90c6
make V=1 %{?_smp_mflags}
ef90c6
ef90c6
%install
ef90c6
make DESTDIR=%{buildroot} install
ef90c6
ef90c6
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
ef90c6
echo "%{_libdir}/tracker-0.16"	\
ef90c6
	> %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
ef90c6
ef90c6
%if 0%{?fedora} && 0%{?fedora} < 18
ef90c6
desktop-file-install --delete-original			\
ef90c6
	--vendor="fedora"				\
ef90c6
	--dir=%{buildroot}%{_datadir}/applications	\
ef90c6
	%{buildroot}%{_datadir}/applications/%{name}-needle.desktop
ef90c6
%endif
ef90c6
ef90c6
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
ef90c6
rm -rf %{buildroot}%{_datadir}/tracker-tests
ef90c6
ef90c6
%find_lang %{name}
ef90c6
ef90c6
%post -p /sbin/ldconfig
ef90c6
ef90c6
%post ui-tools
ef90c6
touch --no-create %{_datadir}/icons/hicolor
ef90c6
ef90c6
%postun
ef90c6
/sbin/ldconfig
ef90c6
if [ $1 -eq 0 ]; then
ef90c6
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
ef90c6
fi
ef90c6
ef90c6
%postun ui-tools
ef90c6
if [ $1 -eq 0 ] ; then
ef90c6
touch --no-create %{_datadir}/icons/hicolor
ef90c6
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
ef90c6
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
ef90c6
fi
ef90c6
fi
ef90c6
ef90c6
%posttrans
ef90c6
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
ef90c6
ef90c6
%posttrans ui-tools
ef90c6
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
ef90c6
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
ef90c6
fi
ef90c6
ef90c6
%files -f %{name}.lang
ef90c6
%doc AUTHORS COPYING NEWS README
ef90c6
%{_bindir}/tracker*
ef90c6
%{_libexecdir}/tracker*
ef90c6
%{_datadir}/tracker/
ef90c6
%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
ef90c6
%{_libdir}/*.so.*
ef90c6
%{_libdir}/tracker-0.16/
ef90c6
%{_libdir}/girepository-1.0/Tracker-0.16.typelib
ef90c6
%{_libdir}/girepository-1.0/TrackerExtract-0.16.typelib
ef90c6
%{_libdir}/girepository-1.0/TrackerMiner-0.16.typelib
ef90c6
%{_mandir}/*/tracker*.gz
ef90c6
%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
ef90c6
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker*.desktop
ef90c6
%{_datadir}/glib-2.0/schemas/*
ef90c6
%exclude %{_bindir}/tracker-explorer
ef90c6
%exclude %{_bindir}/tracker-needle
ef90c6
%exclude %{_bindir}/tracker-preferences
ef90c6
%exclude %{_mandir}/man1/tracker-preferences.1.gz
ef90c6
%exclude %{_mandir}/man1/tracker-needle.1.gz
ef90c6
ef90c6
%files devel
ef90c6
%{_includedir}/tracker-0.16/
ef90c6
%{_libdir}/*.so
ef90c6
%{_libdir}/pkgconfig/*.pc
ef90c6
%{_datadir}/vala/vapi/tracker*.*
ef90c6
%{_datadir}/gir-1.0/Tracker-0.16.gir
ef90c6
%{_datadir}/gir-1.0/TrackerExtract-0.16.gir
ef90c6
%{_datadir}/gir-1.0/TrackerMiner-0.16.gir
ef90c6
ef90c6
%files ui-tools
ef90c6
%{_bindir}/tracker-needle
ef90c6
%{_bindir}/tracker-preferences
ef90c6
%{_datadir}/icons/*/*/apps/tracker.*
ef90c6
%{_datadir}/applications/*.desktop
ef90c6
%{_mandir}/man1/tracker-preferences.1.gz
ef90c6
%{_mandir}/man1/tracker-needle.1.gz
ef90c6
%exclude %{_datadir}/applications/trackerbird-launcher.desktop
ef90c6
ef90c6
#%files evolution-plugin
ef90c6
#%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
ef90c6
#%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
ef90c6
ef90c6
%files firefox-plugin
ef90c6
%{_datadir}/xul-ext/trackerfox/
ef90c6
%{_libdir}/firefox/extensions/trackerfox@bustany.org
ef90c6
ef90c6
%files nautilus-plugin
ef90c6
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
ef90c6
ef90c6
%if 0%{?with_thunderbird}
ef90c6
%files thunderbird-plugin
ef90c6
%{_datadir}/xul-ext/trackerbird/
ef90c6
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
ef90c6
%{_datadir}/applications/trackerbird-launcher.desktop
ef90c6
%endif
ef90c6
ef90c6
%files docs
ef90c6
%doc docs/reference/COPYING
ef90c6
%{_datadir}/gtk-doc/html/libtracker-miner/
ef90c6
%{_datadir}/gtk-doc/html/libtracker-extract/
ef90c6
%{_datadir}/gtk-doc/html/libtracker-sparql/
ef90c6
%{_datadir}/gtk-doc/html/ontology/
ef90c6
ef90c6
%changelog
ef90c6
* Mon Nov 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-3
ef90c6
- The rules files should be architecture-neutral (Red Hat #884197)
ef90c6
ef90c6
* Mon Aug 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-2
ef90c6
- Try removing the dia BuildRequires
ef90c6
ef90c6
* Sun Aug 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-1
ef90c6
- Update to 0.16.2
ef90c6
ef90c6
* Mon Jul 22 2013 Bastien Nocera <bnocera@redhat.com> 0.16.1-5
ef90c6
- Use GStreamer 1.0 BRs
ef90c6
ef90c6
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
ef90c6
- Fix typos in man page
ef90c6
- Trim %%changelog
ef90c6
- Re-dethunderbirdize
ef90c6
ef90c6
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-3
ef90c6
- Don't install a (humongous) ChangeLog file
ef90c6
ef90c6
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-2
ef90c6
- Make enca and libcue dependencies conditional
ef90c6
ef90c6
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> 0.16.1-1
ef90c6
- Update to 0.16.1
ef90c6
ef90c6
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> 0.16.0-1
ef90c6
- Update to 0.16.0
ef90c6
- Remove and obsolete the tracker-miner-flickr subpackage
ef90c6
ef90c6
* Wed Feb 20 2013 Ville Skyttä <ville.skytta@iki.fi> 0.15.2-2
ef90c6
- Build with XPS support, fix building with GNOME keyring support.
ef90c6
- Be explicit about unicode=libunistring and disabling Qt.
ef90c6
- Description spelling fixes (BZ #902549).
ef90c6
ef90c6
* Wed Feb 20 2013 Deji Akingunola <dakingun@gmail.com> 0.15.2-1
ef90c6
- Update to 0.15.2 devel release
ef90c6
ef90c6
* Sat Jan 26 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-1
ef90c6
- Update to 0.15.1 devel release
ef90c6
- Fix up changelog dates, minor spec cleanups
ef90c6
ef90c6
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.14.4-2
ef90c6
- rebuild due to "jpeg8-ABI" feature drop
ef90c6
ef90c6
* Fri Nov 02 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.4-1
ef90c6
- Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
ef90c6
ef90c6
* Thu Sep 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-4
ef90c6
- Mark autostart desktop files as config (Gerd v. Egidy & Rex Dieter, #842318)
ef90c6
- Move all the files related to the Flickr miner in the '-miner-flicker' subpackage (Mathieu Bridon, #850900)
ef90c6
ef90c6
* Tue Aug 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.2-3
ef90c6
- Drop obsolete BR on id3lib-devel
ef90c6
ef90c6
* Wed Aug 15 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.14.2-2
ef90c6
- tighten subpkg deps
ef90c6
- fix icon scriptlet
ef90c6
- -devel: drop extraneous dep on pkgconfig
ef90c6
- drop .desktop vendor (f18+)
ef90c6
- tracker should not auto-start in KDE/XFCE (#771601)
ef90c6
ef90c6
* Mon Jul 30 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-1
ef90c6
- Update to 0.14.2 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.2.changes)
ef90c6
- Temporarily disable the evolution plugin, fails to build with evo-3.5
ef90c6
ef90c6
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-3
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ef90c6
ef90c6
* Tue Jul 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.1-2
ef90c6
- Drop the raptor-devel BR
ef90c6
ef90c6
* Sun May 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.1-1
ef90c6
- Update to 0.14.1 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.1.changes)
ef90c6
ef90c6
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
ef90c6
- Rebuild (poppler-0.20.0)
ef90c6
ef90c6
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 0.14.0-3
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
ef90c6
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.14.0-2
ef90c6
- Silence glib-compile-schemas output in rpm scripts
ef90c6
ef90c6
* Thu Mar 08 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.0-1
ef90c6
- Update to 0.14.0
ef90c6
ef90c6
* Mon Mar 05 2012 Dan Horák <dan[at]danny.cz> - 0.13.1-3
ef90c6
- Must call autoreconf because configure.ac is patched
ef90c6
ef90c6
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-2
ef90c6
- Enable Firefox and thunderbird plugins.
ef90c6
- Split flickr data miner into its subpackage.
ef90c6
ef90c6
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-1
ef90c6
- Update to 0.13.1
ef90c6
ef90c6
* Wed Feb 22 2012 Milan Crha <mcrha@redhat.com> - 0.12.10-1
ef90c6
- Update to 0.12.10
ef90c6
- Remove patch to remove g_thread_init() calls (fixed upstream)
ef90c6
ef90c6
* Wed Feb 08 2012 Milan Crha <mcrha@redhat.com> - 0.12.9-2
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
- Add patch to build with evolution-3.3.5's libemail
ef90c6
- Add patch to remove g_thread_init() calls
ef90c6
ef90c6
* Fri Jan 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.12.9-1
ef90c6
- Update to 0.12.9
ef90c6
ef90c6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-4
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ef90c6
ef90c6
* Tue Dec 20 2011 Milan Crha <mcrha@redhat.com> - 0.12.8-3
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
ef90c6
* Tue Dec 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.8-2
ef90c6
- Apply patch to fix crash in indexing pdf (Fix by Marek Kašík; Bug #751922)
ef90c6
ef90c6
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.8-1
ef90c6
- 0.12.8 Release
ef90c6
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.8.news
ef90c6
ef90c6
* Tue Nov 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-2
ef90c6
- Rebuild for new e-d-s
ef90c6
ef90c6
* Mon Oct 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-1
ef90c6
- Update to 0.12.7
ef90c6
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.6.news
ef90c6
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.7.news
ef90c6
ef90c6
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.12.5-2
ef90c6
- rebuild(poppler)
ef90c6
ef90c6
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.5-1
ef90c6
- Update to 0.12.5
ef90c6
ef90c6
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.4-2
ef90c6
- Rebuild for new poppler 0.18
ef90c6
ef90c6
* Sun Oct 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.4-1
ef90c6
- Update to 0.12.4 stable release
ef90c6
- http://download.gnome.org/sources/tracker/0.12/tracker-0.12.4.changes
ef90c6
ef90c6
* Fri Sep 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.3-2
ef90c6
- Rebuilt for new 0.18 poppler
ef90c6
ef90c6
* Tue Sep 27 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.3-1
ef90c6
- Update to 0.12.3 stable release
ef90c6
ef90c6
* Fri Sep 23 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.2-1
ef90c6
- Update to 0.12.2 stable release
ef90c6
- Replace the search-tool sub-package with more appropriately named ui-tools
ef90c6
- Disable the search-bar until upstream redo it for GNOME 3
ef90c6
ef90c6
* Fri Sep 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 0.12.0-3
ef90c6
- Rebuild (poppler-0.17.3)
ef90c6
- Readd --enable-miner-evolution as forgotten in 0.12.0-1
ef90c6
- Conditionally BR libgee06-devel instead of libgee-devel for Fedora > 16
ef90c6
ef90c6
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.12.0-2
ef90c6
- Rebuild (poppler-0.17.3)
ef90c6
ef90c6
* Fri Sep 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.0-1
ef90c6
- Update to 0.12.0 stable release
ef90c6
- Re-enable the evolution plugin
ef90c6
ef90c6
* Thu Sep  1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
ef90c6
- Update to 0.11.2
ef90c6
- Drop the evolution miner temporarily
ef90c6
ef90c6
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.10.24-2
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
ef90c6
* Thu Aug 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.24-1
ef90c6
- Update to 0.10.24
ef90c6
- Re-enable the evolution plugin
ef90c6
ef90c6
* Thu Aug 04 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-2
ef90c6
- obsolete the evo plugin as well so upgrades work
ef90c6
ef90c6
* Wed Aug 03 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-1
ef90c6
- complete disabling the evolution plugin
ef90c6
ef90c6
* Tue Jul 26 2011 Deji Akingunola <dakingun@gmail.com>
ef90c6
- Update to 0.10.21
ef90c6
- Temporarily disable the evolution plugin
ef90c6
ef90c6
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.10.15-2
ef90c6
- Rebuild (poppler-0.17.0)
ef90c6
ef90c6
* Tue May 31 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.15-1
ef90c6
- Update to 0.10.15
ef90c6
ef90c6
* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.13-1
ef90c6
- Update to 0.10.13
ef90c6
ef90c6
* Tue Apr 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.10-1
ef90c6
- Update to 0.10.10
ef90c6
ef90c6
* Thu Apr 14 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.9-1
ef90c6
- Update to 0.10.9
ef90c6
ef90c6
* Tue Apr 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.8-2
ef90c6
- Rebuild against new gupnp-dlna, build introspection support
ef90c6
ef90c6
* Sat Apr 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.8-1
ef90c6
- Update to 0.10.8
ef90c6
ef90c6
* Sat Mar 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.5-1
ef90c6
- Update to 0.10.5
ef90c6
ef90c6
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.10.3-2
ef90c6
- Rebuild (poppler-0.16.3)
ef90c6
ef90c6
* Fri Mar 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.3-1
ef90c6
- Update to 0.10.3
ef90c6
ef90c6
* Thu Mar 10 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.2-1
ef90c6
- Update to 0.10.2
ef90c6
ef90c6
* Thu Feb 17 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1
ef90c6
- Update to 0.10.0
ef90c6
- Re-enable tracker-search-bar
ef90c6
ef90c6
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.9.37-3
ef90c6
- Rebuild against newer gtk
ef90c6
ef90c6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.37-2
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ef90c6
ef90c6
* Fri Feb 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.37-1
ef90c6
- Update to 0.9.37
ef90c6
- Disable tracker-search-bar - building it is currently failing with gtk3
ef90c6
ef90c6
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2
ef90c6
- Rebuild against newer gtk
ef90c6
ef90c6
* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
ef90c6
- Update to 0.9.36
ef90c6
- Temporarily disable the docs subpackage
ef90c6
ef90c6
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
ef90c6
- Update to 0.9.35
ef90c6
- Re-enable gupnp-dlna support 
ef90c6
ef90c6
* Tue Jan 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-3
ef90c6
- Temporarily disable gupnp-dlna.
ef90c6
- Update nautilus extensions directory for nautilus-3.x.
ef90c6
ef90c6
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.33-2
ef90c6
- Rebuild against newer gtk
ef90c6
ef90c6
* Tue Jan 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-1
ef90c6
- Update to 0.9.33
ef90c6
- Substitute gdk-pixbuf for qt4 as music album extractor
ef90c6
- Split off nautilus-plugin into a sub-package
ef90c6
ef90c6
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-3
ef90c6
- rebuild (poppler)
ef90c6
ef90c6
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-2
ef90c6
- rebuild (poppler)
ef90c6
ef90c6
* Sat Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1
ef90c6
- Update to 0.9.30
ef90c6
ef90c6
* Sun Nov 07 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.27-1
ef90c6
- Update to 0.9.27
ef90c6
ef90c6
* Tue Oct 12 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-2
ef90c6
- Rebuild for evolution-data-server-2.91.0.
ef90c6
ef90c6
* Fri Oct 08 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-1
ef90c6
- First update to 0.9.x series
ef90c6
- Re-word the package summary (conformant to upstream wording).
ef90c6
ef90c6
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3
ef90c6
- Rebuild for poppler-0.15.
ef90c6
ef90c6
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-2
ef90c6
- Rebuild for evolution (camel) update.
ef90c6
- Apply patch to build with gtk >= 2.90.7
ef90c6
ef90c6
* Thu Sep 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-1
ef90c6
- Update to 0.8.17 release
ef90c6
ef90c6
* Fri Aug 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.16-1
ef90c6
- Update to 0.8.16 release
ef90c6
ef90c6
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.8.15-2
ef90c6
- rebuild (poppler)
ef90c6
ef90c6
* Fri Jul 16 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.15-1
ef90c6
- Update to 0.8.15 release
ef90c6
- Package the docs licensing file
ef90c6
- Patch for EDS API changes (Migrate from CamelException to GError)
ef90c6
- Backport a memory leak fix
ef90c6
ef90c6
* Mon Jun 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.13-1
ef90c6
- Update to 0.8.13 release
ef90c6
ef90c6
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.11-2
ef90c6
- Rebuild against new poppler
ef90c6
ef90c6
* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.11-1
ef90c6
- Update to 0.8.11 release
ef90c6
- Adapt to EDS Camel API changes (Convert CamelObject events to GObject signals), patch not tested yet.
ef90c6
ef90c6
* Thu May 27 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.9-1
ef90c6
- Update to 0.8.9 release
ef90c6
ef90c6
* Thu May 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.5-1
ef90c6
- Update to 0.8.5 release
ef90c6
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
ef90c6
- Patch to build with eds-2.31.1 (Camel headers locked down)
ef90c6
ef90c6
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
ef90c6
- Update to 0.8.4 release
ef90c6
ef90c6
* Mon Apr 19 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
ef90c6
- Update to 0.8.2 release
ef90c6
ef90c6
* Thu Apr 01 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
ef90c6
- Update to 0.8.0 release
ef90c6
ef90c6
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
ef90c6
- Update to 0.7.28 release
ef90c6
ef90c6
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
ef90c6
- Update to 0.7.25 release
ef90c6
ef90c6
* Tue Mar 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.23-1
ef90c6
- Update to 0.7.23 release
ef90c6
ef90c6
* Sat Aug 29 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-4
ef90c6
- Explicitly require apps needed in the text filters of common documents (Fedora bug #517930)
ef90c6
ef90c6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.95-3
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ef90c6
ef90c6
* Thu Jun 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-2
ef90c6
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
ef90c6
ef90c6
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-1
ef90c6
- Update to 0.6.95 release
ef90c6
ef90c6
* Fri May 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.94-1
ef90c6
- Update to 0.6.94 release
ef90c6
ef90c6
* Thu Apr 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.93-1
ef90c6
- Update to 0.6.93 release
ef90c6
ef90c6
* Sat Mar 28 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1
ef90c6
- Update to 0.6.92 release
ef90c6
ef90c6
* Fri Mar 13 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.91-1
ef90c6
- Update to 0.6.91 release
ef90c6
ef90c6
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
ef90c6
- New release, with tons of changes
ef90c6
ef90c6
* Tue Dec 23 2008 - Caolán McNamara <caolanm@redhat.com> - 0.6.6-10
ef90c6
- make build
ef90c6
ef90c6
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
ef90c6
- Add libtool BR
ef90c6
ef90c6
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-8
ef90c6
- Update patch to actually apply, way to do releases often
ef90c6
ef90c6
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-7
ef90c6
- Add patch to port to GMime 2.4
ef90c6
ef90c6
* Wed Dec 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-6
ef90c6
- Rebuild for gmime dependency
ef90c6
ef90c6
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.6-5
ef90c6
- Rebuild for Python 2.6
ef90c6
ef90c6
* Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-4
ef90c6
- rebuild for dependancies
ef90c6
ef90c6
* Thu Jun 05 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-3
ef90c6
- rebuild for dependancies
ef90c6
ef90c6
* Fri Mar 14 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-2
ef90c6
- BR poppler-glib-devel instead of poppler-devel for pdf extract module (Thanks to Karsten Hopp mass rebuild work for bringing this to light)
ef90c6
ef90c6
* Sun Mar 02 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-1
ef90c6
- New release 0.6.6
ef90c6
ef90c6
* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.5-1
ef90c6
- New release 0.6.5
ef90c6
ef90c6
* Fri Feb 22 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-7
ef90c6
- Ship the tracker-applet program in the tracker-search-tool subpackage
ef90c6
  (Bug #434551)
ef90c6
ef90c6
* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-6
ef90c6
- Rebuild for gcc43
ef90c6
ef90c6
* Thu Jan 24 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-5
ef90c6
- Backport assorted fixes from upstream svn (Fix Fedora bug 426060)
ef90c6
ef90c6
* Mon Jan 21 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-4
ef90c6
- Now require the externally packaged o3read to provide o3totxt
ef90c6
ef90c6
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-3
ef90c6
- Undo the patch, seems to be issues (bug #426060)
ef90c6
ef90c6
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-2
ef90c6
- Backport crasher fixes from upstream svn trunk
ef90c6
ef90c6
* Tue Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1
ef90c6
- Version 0.6.4
ef90c6
ef90c6
* Tue Dec 04 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-3
ef90c6
- Rebuild for exempi-1.99.5
ef90c6
ef90c6
* Sun Nov 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.3-2
ef90c6
- Add missing gtk+ icon cache scriptlets.
ef90c6
ef90c6
* Tue Sep 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-1
ef90c6
- Version 0.6.3
ef90c6
ef90c6
* Tue Sep 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-2
ef90c6
- Make trackerd start on x86_64 (Bug #286361, fix by Will Woods)
ef90c6
ef90c6
* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-1
ef90c6
- Version 0.6.2
ef90c6
ef90c6
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2
ef90c6
- Rebuild
ef90c6
ef90c6
* Wed Aug 08 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-1
ef90c6
- Update to 0.6.1
ef90c6
ef90c6
* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-3
ef90c6
- License tag update
ef90c6
ef90c6
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.6.0-2.1
ef90c6
- rebuild for toolchain bug
ef90c6
ef90c6
* Mon Jul 23 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-1
ef90c6
- Update to 0.6.0
ef90c6
- Manually specify path to deskbar-applet handler directory, koji can't find it
ef90c6
ef90c6
* Mon Jan 29 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-2
ef90c6
- Split out tracker-search-tool sub-packages, for the GUI facility
ef90c6
- Add proper requires for the -devel subpackage
ef90c6
- Deal with the rpmlint complaints on rpath
ef90c6
ef90c6
* Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1
ef90c6
- Update to 0.5.4
ef90c6
ef90c6
* Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1
ef90c6
- Update to 0.5.3
ef90c6
ef90c6
* Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2
ef90c6
- Apply patch on Makefile.am instead of Makefile.in
ef90c6
- Add libtool to BR
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1
ef90c6
- Update to 0.5.2
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.1-1
ef90c6
- Update to new version
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-7
ef90c6
- Have the devel subpackage require pkgconfig
ef90c6
- Make the description field not have more than 76 characters on a line
ef90c6
- Fix up the RPM group
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-6
ef90c6
- Explicitly require dbus-devel and dbus-glib (needed for FC < 6) 
ef90c6
ef90c6
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-5
ef90c6
- Remove unneeded BRs (gnome-utils-devel and openssl-devel) 
ef90c6
ef90c6
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-4
ef90c6
- Add autostart desktop file.
ef90c6
- Edit the package description as suggested in review
ef90c6
ef90c6
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-3
ef90c6
- More cleaups to the spec file.
ef90c6
ef90c6
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-2
ef90c6
- Add needed BRs
ef90c6
ef90c6
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
ef90c6
- Initial packaging for Fedora Extras