rpms/tracker/devel tracker-0.7-doc-build.patch, NONE, 1.1 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 tracker.spec, 1.64, 1.65 tracker-gmime26.patch, 1.1, NONE tracker-ldfind.patch, 1.1, NONE tracker-msword_filter.patch, 1.2, NONE

Deji Akingunola deji at fedoraproject.org
Wed Mar 3 16:08:52 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/tracker/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29693

Modified Files:
	.cvsignore sources tracker.spec 
Added Files:
	tracker-0.7-doc-build.patch 
Removed Files:
	tracker-gmime26.patch tracker-ldfind.patch 
	tracker-msword_filter.patch 
Log Message:
* Tue Mar 02 2010 Deji Akingunola <dakingun at gmail.com> - 0.7.23-1
- Update to 0.7.23 release


tracker-0.7-doc-build.patch:
 docs/reference/libtracker-client/Makefile.am  |    4 +++-
 docs/reference/libtracker-client/Makefile.in  |    4 +++-
 docs/reference/libtracker-common/Makefile.am  |    3 ++-
 docs/reference/libtracker-common/Makefile.in  |    3 ++-
 docs/reference/libtracker-extract/Makefile.am |    4 +++-
 docs/reference/libtracker-extract/Makefile.in |    4 +++-
 docs/reference/libtracker-miner/Makefile.am   |    6 +++++-
 docs/reference/libtracker-miner/Makefile.in   |    6 +++++-
 docs/tools/Makefile.am                        |    8 ++++++--
 docs/tools/Makefile.in                        |    9 ++++++---
 tests/libtracker-db/Makefile.am               |    1 +
 tests/libtracker-db/Makefile.in               |    1 +
 tests/libtracker-extract/Makefile.am          |    1 +
 tests/libtracker-extract/Makefile.in          |    1 +
 14 files changed, 42 insertions(+), 13 deletions(-)

--- NEW FILE tracker-0.7-doc-build.patch ---
--- docs/tools/Makefile.am	2010-02-17 12:04:07.000000000 -0500
+++ docs/tools/Makefile.am.new	2010-02-20 01:49:57.034603685 -0500
@@ -20,7 +20,9 @@
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
 	$(DBUS_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-data/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 ttl2sgml_SOURCES =							\
 	ttl2sgml.c							\
@@ -38,7 +40,9 @@
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
 	$(DBUS_LIBS)							\
 	$(GLIB2_LIBS)							\
-	$(GIO_LIBS)
+	$(GIO_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-data/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 gen-doc.stamp: ttl2sgml
 	$(top_srcdir)/docs/tools/gen-doc.sh
--- docs/tools/Makefile.in	2010-02-19 12:28:04.000000000 -0500
+++ docs/tools/Makefile.in.new	2010-02-20 01:49:17.190437481 -0500
@@ -377,7 +377,9 @@
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
 	$(DBUS_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-data/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 ttl2sgml_SOURCES = \
 	ttl2sgml.c							\
@@ -395,8 +397,9 @@
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
 	$(DBUS_LIBS)							\
 	$(GLIB2_LIBS)							\
-	$(GIO_LIBS)
-
+	$(GIO_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-data/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 #
 # The origianal diagram but with .png extension
--- docs/reference/libtracker-client/Makefile.am	2010-02-19 12:52:38.000000000 -0500
+++ docs/reference/libtracker-client/Makefile.am.new	2010-03-02 13:16:20.942711481 -0500
@@ -46,7 +46,9 @@
 	$(UNAC_LIBS)							\
 	$(PANGO_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-client/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-client/Makefile.in	2010-02-26 07:00:16.000000000 -0500
+++ docs/reference/libtracker-client/Makefile.in.new	2010-03-02 13:20:25.225089828 -0500
@@ -367,7 +367,9 @@
 	$(UNAC_LIBS)							\
 	$(PANGO_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-client/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-common/Makefile.am	2010-02-19 12:52:38.000000000 -0500
+++ docs/reference/libtracker-common/Makefile.am.new	2010-03-02 13:17:17.902711556 -0500
@@ -43,7 +43,8 @@
 	$(UNAC_LIBS)							\
 	$(PANGO_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-common/Makefile.in	2010-02-26 07:00:16.000000000 -0500
+++ docs/reference/libtracker-common/Makefile.in.new	2010-03-02 13:21:05.764818185 -0500
@@ -363,7 +363,8 @@
 	$(UNAC_LIBS)							\
 	$(PANGO_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-extract/Makefile.am	2010-02-19 12:52:38.000000000 -0500
+++ docs/reference/libtracker-extract/Makefile.am.new	2010-03-02 13:18:16.565064140 -0500
@@ -34,7 +34,9 @@
 GTKDOC_LIBS =								\
 	$(top_builddir)/src/libtracker-extract/libtracker-extract- at TRACKER_API_VERSION@.la \
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-extract/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-extract/Makefile.in	2010-02-26 07:00:16.000000000 -0500
+++ docs/reference/libtracker-extract/Makefile.in.new	2010-03-02 13:21:47.998712414 -0500
@@ -354,7 +354,9 @@
 GTKDOC_LIBS = \
 	$(top_builddir)/src/libtracker-extract/libtracker-extract- at TRACKER_API_VERSION@.la \
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-extract/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-miner/Makefile.am	2010-02-19 12:52:38.000000000 -0500
+++ docs/reference/libtracker-miner/Makefile.am.new	2010-03-02 13:18:56.862940487 -0500
@@ -44,13 +44,17 @@
 
 GTKDOC_LIBS =								\
 	$(top_builddir)/src/libtracker-miner/libtracker-miner- at TRACKER_API_VERSION@.la	\
+	$(top_builddir)/src/libtracker-client/libtracker-client- at TRACKER_API_VERSION@.la	\
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
 	$(HAL_LIBS)							\
 	$(DBUS_LIBS)							\
 	$(UNAC_LIBS)							\
 	$(PANGO_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-miner/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-client/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- docs/reference/libtracker-miner/Makefile.in	2010-02-26 07:00:17.000000000 -0500
+++ docs/reference/libtracker-miner/Makefile.in.new	2010-03-02 13:22:28.044762303 -0500
@@ -365,13 +365,17 @@
 
 GTKDOC_LIBS = \
 	$(top_builddir)/src/libtracker-miner/libtracker-miner- at TRACKER_API_VERSION@.la	\
+	$(top_builddir)/src/libtracker-client/libtracker-client- at TRACKER_API_VERSION@.la	\
 	$(top_builddir)/src/libtracker-common/libtracker-common.la	\
 	$(HAL_LIBS)							\
 	$(DBUS_LIBS)							\
 	$(UNAC_LIBS)							\
 	$(PANGO_LIBS)							\
 	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(GLIB2_LIBS)							\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-miner/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-client/.libs		\
+	-Wl,-rpath,$(top_builddir)/src/libtracker-common/.libs
 
 
 # Extra options to supply to gtkdoc-mkdb
--- tests/libtracker-db/Makefile.am	2010-02-19 12:52:38.000000000 -0500
+++ tests/libtracker-db/Makefile.am.new	2010-03-02 14:32:02.211593109 -0500
@@ -45,6 +45,7 @@
 tracker_db_journal_LDADD =						\
 	$(top_builddir)/src/libtracker-db/libtracker-db.la 		\
 	$(top_builddir)/src/libtracker-common/libtracker-common.la 	\
+	$(top_builddir)/src/libtracker-fts/libtracker-fts.la		\
 	$(top_builddir)/tests/common/libtracker-testcommon.la 		\
 	$(SQLITE3_LIBS)							\
 	$(GMODULE_LIBS)							\
--- tests/libtracker-db/Makefile.in	2010-02-26 07:00:22.000000000 -0500
+++ tests/libtracker-db/Makefile.in.new	2010-03-02 14:36:08.100524661 -0500
@@ -390,6 +390,7 @@
 tracker_db_journal_LDADD = \
 	$(top_builddir)/src/libtracker-db/libtracker-db.la 		\
 	$(top_builddir)/src/libtracker-common/libtracker-common.la 	\
+	$(top_builddir)/src/libtracker-fts/libtracker-fts.la		\
 	$(top_builddir)/tests/common/libtracker-testcommon.la 		\
 	$(SQLITE3_LIBS)							\
 	$(GMODULE_LIBS)							\
--- tests/libtracker-extract/Makefile.am	2010-02-25 12:12:19.000000000 -0500
+++ tests/libtracker-extract/Makefile.am.new	2010-03-02 14:28:55.669655650 -0500
@@ -25,6 +25,7 @@
 	$(top_builddir)/tests/common/libtracker-testcommon.la 		\
 	$(top_builddir)/src/libtracker-common/libtracker-common.la 	\
 	$(top_builddir)/src/libtracker-extract/libtracker-extract- at TRACKER_API_VERSION@.la \
+	$(top_builddir)/src/libtracker-client/libtracker-client- at TRACKER_API_VERSION@.la \
 	$(GMODULE_LIBS)							\
 	$(GTHREAD_LIBS)							\
 	$(GOBJECT_LIBS)							\
--- tests/libtracker-extract/Makefile.in	2010-02-26 07:00:22.000000000 -0500
+++ tests/libtracker-extract/Makefile.in.new	2010-03-02 14:35:29.764638966 -0500
@@ -372,6 +372,7 @@
 	$(top_builddir)/tests/common/libtracker-testcommon.la 		\
 	$(top_builddir)/src/libtracker-common/libtracker-common.la 	\
 	$(top_builddir)/src/libtracker-extract/libtracker-extract- at TRACKER_API_VERSION@.la \
+	$(top_builddir)/src/libtracker-client/libtracker-client- at TRACKER_API_VERSION@.la \
 	$(GMODULE_LIBS)							\
 	$(GTHREAD_LIBS)							\
 	$(GOBJECT_LIBS)							\


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	4 Feb 2010 18:42:59 -0000	1.19
+++ .cvsignore	3 Mar 2010 16:08:51 -0000	1.20
@@ -1 +1 @@
-tracker-0.6.96.tar.bz2
+tracker-0.7.23.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	4 Feb 2010 18:42:59 -0000	1.19
+++ sources	3 Mar 2010 16:08:51 -0000	1.20
@@ -1 +1 @@
-a64d304d52866aae854f4383fb50b8bc  tracker-0.6.96.tar.bz2
+41b00c0782be0e7f4f42a3a23d93025b  tracker-0.7.23.tar.bz2


Index: tracker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/devel/tracker.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- tracker.spec	13 Feb 2010 23:48:26 -0000	1.64
+++ tracker.spec	3 Mar 2010 16:08:51 -0000	1.65
@@ -1,26 +1,24 @@
 Summary:	An object database, tag/metadata database, search tool and indexer
 Name:		tracker
-Version:	0.6.96
-Release:	4%{?dist}
+Version:	0.7.23
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://projects.gnome.org/tracker/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/%{name}-%{version}.tar.bz2
-# The wvText utility used in msword_filter is bad, use abiword instead
-Patch0:		tracker-msword_filter.patch
-Patch1:		tracker-ldfind.patch
-Patch2:		tracker-gmime26.patch
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/tracker/0.7/%{name}-%{version}.tar.bz2
+Patch0:		tracker-0.7-doc-build.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	gmime-devel, poppler-glib-devel, evolution-devel
-BuildRequires:	gnome-desktop-devel, gamin-devel, libnotify-devel
-BuildRequires:	totem-pl-parser-devel, libgsf-devel, gstreamer-devel
-BuildRequires:  gstreamer-plugins-base-devel
-BuildRequires:	libjpeg-devel, libexif-devel, exempi-devel, raptor-devel
-BuildRequires:	libiptcdata-devel
-BuildRequires:	desktop-file-utils, intltool, gettext, deskbar-applet-devel
-BuildRequires:	sqlite-devel, qdbm-devel, pygtk2-devel, libtiff-devel
-
-Requires:	w3m, odt2txt
+BuildRequires:	poppler-glib-devel evolution-devel libxml2-devel libgsf-devel 
+BuildRequires:	libuuid-devel libnotify-devel dbus-devel
+BuildRequires:	gnome-desktop-devel nautilus-devel gnome-panel-devel
+BuildRequires:	libjpeg-devel libexif-devel exempi-devel raptor-devel
+BuildRequires:	libiptcdata-devel libtiff-devel libpng-devel 
+BuildRequires:	sqlite-devel vala-devel libgee-devel pygtk2-devel
+BuildRequires:  gstreamer-plugins-base-devel gstreamer-devel id3lib-devel
+BuildRequires:	totem-pl-parser-devel libvorbis-devel flac-devel enca-devel
+BuildRequires:	DeviceKit-power-devel
+BuildRequires:	desktop-file-utils intltool gettext graphviz
+#BuildRequires:	deskbar-applet
 
 %description
 Tracker is a powerful desktop-neutral first class object database,
@@ -35,10 +33,7 @@ It provides additional features for file
 linking and audit trails for a file object.
 
 It has the ability to index, store, harvest metadata. retrieve and search  
-all types of files and other first class objects.
-
-NOTE: This package REQUIRES 'abiword' to be installed, in order to properly
-index MS Word files.
+all types of files and other first class objects
 
 %package devel
 Summary:	Headers for developing programs that will use %{name}
@@ -60,40 +55,44 @@ Requires:	%{name} = %{version}-%{release
 Graphical frontend to tracker search facilities. This has dependencies on
 GNOME libraries
 
+%package docs
+Summary:	Documentations for tracker
+Group:		Documentation
+BuildArch:      noarch
+
+%description docs
+This package contains the documentation for tracker
+
 %prep
 %setup -q
-%patch0 -p0 -b .wv
-%patch1 -p0 -b .ld
-%patch2 -p1 -b .gmime26
-touch -r aclocal.m4 configure.ac
-
-%global deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
-%if "%deskbar_applet_ver" >= "2.19.4"
- %global deskbar_applet_dir %(pkg-config --variable modulesdir deskbar-applet)
- %global deskbar_type module
-%else
- %global deskbar_applet_dir %(pkg-config --variable handlersdir deskbar-applet)
- %global deskbar_type handler
-%endif
+%patch0 -p0 -b .fix
+
+#%global deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
+#%if "%deskbar_applet_ver" >= "2.19.4"
+# %global deskbar_applet_dir %(pkg-config --variable modulesdir deskbar-applet)
+# %global deskbar_type module
+#%else
+# %global deskbar_applet_dir %(pkg-config --variable handlersdir deskbar-applet)
+# %global deskbar_type handler
+#%endif
 
 %global evo_plugins_dir %(pkg-config evolution-plugin --variable=plugindir)
 
 %build
-%configure --disable-static --enable-deskbar-applet=%{deskbar_type}	\
-	--enable-external-qdbm
+%configure --disable-static --enable-gtk-doc --enable-tracker-search-bar
 
 # Disable rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 
 mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
-echo "%{_libdir}/tracker"	\
+echo "%{_libdir}/tracker-0.7"	\
 	> %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
 
 desktop-file-install --delete-original			\
@@ -128,65 +127,52 @@ fi
 %defattr(-, root, root, -)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/tracker*
-%exclude %{_bindir}/tracker-applet
-%exclude %{_bindir}/tracker-preferences
-%exclude %{_bindir}/tracker-search-tool
 %{_libexecdir}/tracker*
 %{_datadir}/tracker/
-%{_datadir}/dbus-1/services/org.freedesktop.Tracker.*
+%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
 %{_libdir}/*.so.*
-%{_libdir}/tracker/
-#%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
-#%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
+%{_libdir}/tracker-0.7/
+%{_libdir}/nautilus/extensions-2.0/libnautilus-tracker-tags.so
+%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
+%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
+%{_libdir}/bonobo/servers/GNOME_Search_Bar_Applet.server
 %{_mandir}/*/tracker*.gz
-%exclude %{_mandir}/man1/tracker-applet.1.gz
+%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
+%{_sysconfdir}/xdg/autostart/tracker*.desktop
+%exclude %{_bindir}/tracker-preferences
+%exclude %{_bindir}/tracker-search-tool
+%exclude %{_mandir}/man1/tracker-search-bar.1.gz
 %exclude %{_mandir}/man1/tracker-preferences.1.gz
 %exclude %{_mandir}/man1/tracker-search-tool.1.gz
-%{_sysconfdir}/xdg/autostart/trackerd.desktop
-%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
-%doc %{_datadir}/gtk-doc/html/libtracker-common/
-%doc %{_datadir}/gtk-doc/html/libtracker-module/
 
 %files devel
 %defattr(-, root, root, -)
-%{_includedir}/tracker*
-%{_includedir}/libtracker-gtk/
+%{_includedir}/tracker-0.7/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 %files search-tool
 %defattr(-, root, root, -)
-%{_bindir}/tracker-applet
 %{_bindir}/tracker-preferences
 %{_bindir}/tracker-search-tool
-%{deskbar_applet_dir}/tracker*.py*
+#%{deskbar_applet_dir}/tracker*.py*
 %{_datadir}/icons/*/*/apps/tracker.*
 %{_datadir}/applications/*.desktop
-%{_sysconfdir}/xdg/autostart/tracker-applet.desktop
-%{_mandir}/man1/tracker-applet.1.gz
+%{_mandir}/man1/tracker-search-bar.1.gz
 %{_mandir}/man1/tracker-preferences.1.gz
 %{_mandir}/man1/tracker-search-tool.1.gz
 
-%changelog
-* Sat Feb 13 2010 Caolán McNamara <caolanm at redhat.com> - 0.6.96-4
-- rebuild for dependencies
-
-* Wed Feb 10 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.96-3
-- Add patch to explicitly list some missing libs for the linker
-
-* Mon Feb 08 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.96-2
-- Patch to not use deprecated wvText utility as MSWord filter
-- Remove libvorbis dependency, it is not necessary where gstreamer is present.
-
-* Thu Feb 04 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.96-1
-- Update to 0.6.96 release (Hope it fix the many abrt bugs).
-
-* Thu Jan 28 2010 - Caolán McNamara <caolanm at redhat.com> - 0.6.95-6
-- rebuild for dependencies
+%files docs
+%defattr(-, root, root, -)
+%{_datadir}/gtk-doc/html/libtracker-common/
+%{_datadir}/gtk-doc/html/libtracker-miner/
+%{_datadir}/gtk-doc/html/libtracker-client/
+%{_datadir}/gtk-doc/html/libtracker-extract/
+%{_datadir}/gtk-doc/html/ontology/
 
-* Thu Jan 21 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.95-5
-- Rebuilt for libgnome-desktop soname change.
-- BR deskbar-applet-devel
+%changelog
+* Tue Mar 02 2010 Deji Akingunola <dakingun at gmail.com> - 0.7.23-1
+- Update to 0.7.23 release
 
 * Sat Aug 29 2009 Deji Akingunola <dakingun at gmail.com> - 0.6.95-4
 - Explicitly require apps needed in the text filters of common documents (Fedora bug #517930)


--- tracker-gmime26.patch DELETED ---


--- tracker-ldfind.patch DELETED ---


--- tracker-msword_filter.patch DELETED ---



More information about the scm-commits mailing list