- Update to 0.9.37

- Disable tracker-search-bar - building it is currently failing with gtk3
This commit is contained in:
Deji Akingunola 2011-02-04 10:59:39 -05:00
parent 14ebaeaae4
commit 1a53b9bfd0
3 changed files with 38 additions and 37 deletions

View File

@ -1 +1 @@
74d9cda375aae6ec528f911369ef4ccb tracker-0.9.36.tar.bz2 965f6e44414a8623dc1580dc2afe531d tracker-0.9.37.tar.bz2

View File

@ -1,6 +1,15 @@
--- configure.ac 2011-01-20 12:56:26.000000000 -0500 --- configure.ac 2011-02-03 12:24:07.000000000 -0500
+++ configure.ac.new 2011-01-25 21:55:32.574889952 -0500 +++ configure.ac.new 2011-02-04 10:03:16.702394673 -0500
@@ -445,7 +445,7 @@ @@ -421,7 +421,7 @@
gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED
pango >= $PANGO_REQUIRED
gee-1.0 >= $GEE_REQUIRED
- libpanelapplet-3.0"
+ libpanelapplet-4.0"
PKG_CHECK_MODULES(TRACKER_SEARCH_BAR, [$TRACKER_SEARCH_BAR_REQUIRED],
[have_tracker_search_bar=yes],
@@ -431,7 +431,7 @@
TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
gio-unix-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED
gthread-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED
@ -9,14 +18,3 @@
libnautilus-extension" libnautilus-extension"
PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, [$TRACKER_NAUTILUS_EXTENSION_REQUIRED], PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, [$TRACKER_NAUTILUS_EXTENSION_REQUIRED],
--- configure 2011-01-20 13:16:06.000000000 -0500
+++ configure.new 2011-01-25 21:57:05.697863412 -0500
@@ -18894,7 +18894,7 @@
TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
gio-unix-2.0 >= $GLIB_REQUIRED
gthread-2.0 >= $GLIB_REQUIRED
- gtk+-2.0 >= $GTK_REQUIRED
+ gtk+-3.0 >= $GTK_REQUIRED
libnautilus-extension"

View File

@ -1,7 +1,7 @@
Summary: Desktop-neutral search tool and indexer Summary: Desktop-neutral search tool and indexer
Name: tracker Name: tracker
Version: 0.9.36 Version: 0.9.37
Release: 2%{?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/
@ -77,13 +77,13 @@ Requires: %{name} = %{version}-%{release}
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
search in nuautilus using tracker is built-in directly in the nautilus package. search in nuautilus using tracker is built-in directly in the nautilus package.
#%package docs %package docs
#Summary: Documentations for tracker Summary: Documentations for tracker
#Group: Documentation Group: Documentation
#BuildArch: noarch BuildArch: noarch
#%description docs %description docs
#This package contains the documentation for tracker This package contains the documentation for tracker
%prep %prep
%setup -q %setup -q
@ -96,7 +96,7 @@ AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install
%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir) %global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
%build %build
%configure --disable-static --enable-tracker-search-bar \ %configure --disable-static --disable-tracker-search-bar \
--enable-miner-evolution --disable-gtk-doc --disable-functional-tests --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 make use of python bytecodes.
@ -157,8 +157,8 @@ fi
%{_sysconfdir}/xdg/autostart/tracker*.desktop %{_sysconfdir}/xdg/autostart/tracker*.desktop
%exclude %{_bindir}/tracker-preferences %exclude %{_bindir}/tracker-preferences
%exclude %{_bindir}/tracker-needle %exclude %{_bindir}/tracker-needle
%exclude %{_libexecdir}/tracker-search-bar #%exclude %{_libexecdir}/tracker-search-bar
%exclude %{_mandir}/man1/tracker-search-bar.1.gz #%exclude %{_mandir}/man1/tracker-search-bar.1.gz
%exclude %{_mandir}/man1/tracker-preferences.1.gz %exclude %{_mandir}/man1/tracker-preferences.1.gz
%exclude %{_mandir}/man1/tracker-needle.1.gz %exclude %{_mandir}/man1/tracker-needle.1.gz
@ -173,11 +173,10 @@ fi
%defattr(-, root, root, -) %defattr(-, root, root, -)
%{_bindir}/tracker-preferences %{_bindir}/tracker-preferences
%{_bindir}/tracker-needle %{_bindir}/tracker-needle
%{_libexecdir}/tracker-search-bar #%{_libexecdir}/tracker-search-bar
%{_libdir}/bonobo/servers/GNOME_Search_Bar_Applet.server
%{_datadir}/icons/*/*/apps/tracker.* %{_datadir}/icons/*/*/apps/tracker.*
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_mandir}/man1/tracker-search-bar.1.gz #%{_mandir}/man1/tracker-search-bar.1.gz
%{_mandir}/man1/tracker-preferences.1.gz %{_mandir}/man1/tracker-preferences.1.gz
%{_mandir}/man1/tracker-needle.1.gz %{_mandir}/man1/tracker-needle.1.gz
@ -190,16 +189,20 @@ fi
%defattr(-, root, root, -) %defattr(-, root, root, -)
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so %{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
#%files docs %files docs
#%defattr(-, root, root, -) %defattr(-, root, root, -)
#%doc docs/reference/COPYING %doc docs/reference/COPYING
#%{_datadir}/gtk-doc/html/libtracker-miner/ %{_datadir}/gtk-doc/html/libtracker-miner/
#%{_datadir}/gtk-doc/html/libtracker-client/ %{_datadir}/gtk-doc/html/libtracker-client/
#%{_datadir}/gtk-doc/html/libtracker-extract/ %{_datadir}/gtk-doc/html/libtracker-extract/
#%{_datadir}/gtk-doc/html/libtracker-sparql/ %{_datadir}/gtk-doc/html/libtracker-sparql/
#%{_datadir}/gtk-doc/html/ontology/ %{_datadir}/gtk-doc/html/ontology/
%changelog %changelog
* Fri Feb 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.37-1
- Update to 0.9.37
- Disable tracker-search-bar - building it is currently failing with gtk3
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2 * Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2
- Rebuild against newer gtk - Rebuild against newer gtk