diff --git a/.gitignore b/.gitignore index 383fc0a..1161215 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ tracker-0.8.13.tar.bz2 /tracker-0.9.35.tar.bz2 /tracker-0.9.36.tar.bz2 /tracker-0.10.0.tar.bz2 +/tracker-0.10.2.tar.bz2 diff --git a/sources b/sources index 5fc35e1..815be43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03084485bdc91af0924121950e3f20db tracker-0.10.0.tar.bz2 +b6b83267c71755e235b517edf2d9b905 tracker-0.10.2.tar.bz2 diff --git a/tracker-0.10-gtk3-build-fixes.patch b/tracker-0.10-gtk3-build-fixes.patch index 9cd7245..ec81deb 100644 --- a/tracker-0.10-gtk3-build-fixes.patch +++ b/tracker-0.10-gtk3-build-fixes.patch @@ -1,20 +1,5 @@ --- configure.ac 2011-02-17 11:39:02.000000000 -0500 +++ configure.ac.new 2011-02-17 22:05:40.788691036 -0500 -@@ -186,10 +186,10 @@ - LIBEXIF_REQUIRED=0.6 - LIBGSF_REQUIRED=1.13 - EXEMPI_REQUIRED=2.1.0 --EVO_REQUIRED=2.91.90 --EVO_SHELL_REQUIRED=2.91.90 --EDS_REQUIRED=2.91.90 --CAMEL_REQUIRED=2.91.90 -+EVO_REQUIRED=2.91.6 -+EVO_SHELL_REQUIRED=2.91.6 -+EDS_REQUIRED=2.91.6 -+CAMEL_REQUIRED=2.91.6 - # Unlikely version for now, Nepomuk integration isn't finished in streamanalyzer atm - LIBSTREAMANALYZER_REQUIRED=0.7.0 - GEE_REQUIRED=0.3 @@ -440,7 +440,7 @@ TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED diff --git a/tracker-search-bar.1 b/tracker-search-bar.1 deleted file mode 100644 index a962959..0000000 --- a/tracker-search-bar.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH tracker-search-bar 1 "September 2009" GNU "User Commands" - -.SH NAME -tracker-search-bar \- Search applet for the GNOME panel - -.SH SYNOPSIS -.B tracker-search-bar - -.SH DESCRIPTION -.B tracker-search-bar -is a graphical front end applet for the GNOME panel which allows basic -searching of common categories using Full Text Searching (FTS). This -means, that searching for \fIcar\fR will find files like -\fIcarlos.png\fR, \fIcar-tax.pdf\fR, etc. - -.B tracker-search-bar -currently extends to images, videos, music, folders and documents. The -applet is meant to quickly be able to access the top hits associated -with your search terms from the desktop at any time. - -.SH SEE ALSO -.BR tracker-search-tool (1), -.BR tracker-status-icon (1). diff --git a/tracker.spec b/tracker.spec index 1005d6a..3b77e8b 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,12 +1,11 @@ Summary: Desktop-neutral search tool and indexer Name: tracker -Version: 0.10.0 +Version: 0.10.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://projects.gnome.org/tracker/ Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.9/%{name}-%{version}.tar.bz2 -Source1: tracker-search-bar.1 Patch0: tracker-0.9-fedora-build-fixes.patch Patch1: tracker-0.10-gtk3-build-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -91,14 +90,13 @@ search in nuautilus using tracker is built-in directly in the nautilus package. autopoint --force && AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install %patch0 -p0 -b .fix -cp -pr %{SOURCE1} docs/manpages %global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir) %build %configure --disable-static \ --enable-miner-evolution --disable-gtk-doc --disable-functional-tests -# Disable the functional tests for now, they make use of python bytecodes. +# Disable the functional tests for now, they use python bytecodes. # Disable rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -201,6 +199,9 @@ fi #%{_datadir}/gtk-doc/html/ontology/ %changelog +* Thu Mar 10 2011 Deji Akingunola - 0.10.2-1 +- Update to 0.10.2 + * Fri Feb 17 2011 Deji Akingunola - 0.10.0-1 - Update to 0.10.0 - Re-enable tracker-search-bar