- Update to 0.7.28 release
This commit is contained in:
parent
de765478e0
commit
c7cdf02643
@ -1 +1 @@
|
|||||||
tracker-0.7.25.tar.bz2
|
tracker-0.7.28.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b95f8b6a321132ecd7d0ba7e181b2eed tracker-0.7.25.tar.bz2
|
1b9d289aaa33638b63a15e6b0c26f800 tracker-0.7.28.tar.bz2
|
||||||
|
@ -123,16 +123,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb
|
# 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 2010-03-18 10:15:42.000000000 -0400
|
||||||
+++ docs/reference/libtracker-miner/Makefile.am.new 2010-03-02 13:18:56.862940487 -0500
|
+++ docs/reference/libtracker-miner/Makefile.am.new 2010-03-18 14:31:43.572676975 -0400
|
||||||
@@ -44,13 +44,17 @@
|
@@ -52,7 +52,10 @@
|
||||||
|
|
||||||
GTKDOC_LIBS = \
|
|
||||||
$(top_builddir)/src/libtracker-miner/libtracker-miner-@TRACKER_API_VERSION@.la \
|
|
||||||
+ $(top_builddir)/src/libtracker-client/libtracker-client-@TRACKER_API_VERSION@.la \
|
|
||||||
$(top_builddir)/src/libtracker-common/libtracker-common.la \
|
|
||||||
$(HAL_LIBS) \
|
|
||||||
$(DBUS_LIBS) \
|
|
||||||
$(UNAC_LIBS) \
|
$(UNAC_LIBS) \
|
||||||
$(PANGO_LIBS) \
|
$(PANGO_LIBS) \
|
||||||
$(GIO_LIBS) \
|
$(GIO_LIBS) \
|
||||||
@ -144,16 +137,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb
|
# 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 2010-03-18 14:08:27.000000000 -0400
|
||||||
+++ docs/reference/libtracker-miner/Makefile.in.new 2010-03-02 13:22:28.044762303 -0500
|
+++ docs/reference/libtracker-miner/Makefile.in.new 2010-03-18 14:32:33.372731452 -0400
|
||||||
@@ -365,13 +365,17 @@
|
@@ -377,7 +377,10 @@
|
||||||
|
|
||||||
GTKDOC_LIBS = \
|
|
||||||
$(top_builddir)/src/libtracker-miner/libtracker-miner-@TRACKER_API_VERSION@.la \
|
|
||||||
+ $(top_builddir)/src/libtracker-client/libtracker-client-@TRACKER_API_VERSION@.la \
|
|
||||||
$(top_builddir)/src/libtracker-common/libtracker-common.la \
|
|
||||||
$(HAL_LIBS) \
|
|
||||||
$(DBUS_LIBS) \
|
|
||||||
$(UNAC_LIBS) \
|
$(UNAC_LIBS) \
|
||||||
$(PANGO_LIBS) \
|
$(PANGO_LIBS) \
|
||||||
$(GIO_LIBS) \
|
$(GIO_LIBS) \
|
||||||
@ -165,63 +151,23 @@
|
|||||||
|
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb
|
# Extra options to supply to gtkdoc-mkdb
|
||||||
--- tests/libtracker-db/Makefile.am 2010-02-19 12:52:38.000000000 -0500
|
--- tests/libtracker-common/Makefile.am 2010-03-25 12:14:58.000000000 -0400
|
||||||
+++ tests/libtracker-db/Makefile.am.new 2010-03-02 14:32:02.211593109 -0500
|
+++ tests/libtracker-common/Makefile.am.new 2010-03-25 14:53:57.023784457 -0400
|
||||||
@@ -45,6 +45,7 @@
|
@@ -33,6 +33,7 @@
|
||||||
tracker_db_journal_LDADD = \
|
$(DBUS_LIBS) \
|
||||||
$(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-@TRACKER_API_VERSION@.la \
|
|
||||||
+ $(top_builddir)/src/libtracker-client/libtracker-client-@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-@TRACKER_API_VERSION@.la \
|
|
||||||
+ $(top_builddir)/src/libtracker-client/libtracker-client-@TRACKER_API_VERSION@.la \
|
|
||||||
$(GMODULE_LIBS) \
|
|
||||||
$(GTHREAD_LIBS) \
|
|
||||||
$(GOBJECT_LIBS) \
|
|
||||||
--- tests/libtracker-miner/Makefile.am 2010-03-05 11:18:10.000000000 -0500
|
|
||||||
+++ tests/libtracker-miner/Makefile.am.new 2010-03-11 12:06:45.876683060 -0500
|
|
||||||
@@ -36,6 +36,7 @@
|
|
||||||
$(GCOV_LIBS) \
|
|
||||||
$(GMODULE_LIBS) \
|
$(GMODULE_LIBS) \
|
||||||
$(GTHREAD_LIBS) \
|
$(GTHREAD_LIBS) \
|
||||||
+ $(GIO_LIBS) \
|
+ $(GIO_LIBS) \
|
||||||
$(GLIB2_LIBS)
|
$(GLIB2_LIBS) \
|
||||||
|
$(GCOV_LIBS)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
--- tests/libtracker-common/Makefile.in 2010-03-25 13:04:49.000000000 -0400
|
||||||
--- tests/libtracker-miner/Makefile.in 2010-03-11 11:30:11.000000000 -0500
|
+++ tests/libtracker-common/Makefile.in.new 2010-03-25 14:54:40.241151057 -0400
|
||||||
+++ tests/libtracker-miner/Makefile.in.new 2010-03-11 12:07:34.998674119 -0500
|
@@ -407,6 +407,7 @@
|
||||||
@@ -384,6 +384,7 @@
|
$(DBUS_LIBS) \
|
||||||
$(GCOV_LIBS) \
|
|
||||||
$(GMODULE_LIBS) \
|
$(GMODULE_LIBS) \
|
||||||
$(GTHREAD_LIBS) \
|
$(GTHREAD_LIBS) \
|
||||||
+ $(GIO_LIBS) \
|
+ $(GIO_LIBS) \
|
||||||
$(GLIB2_LIBS)
|
$(GLIB2_LIBS) \
|
||||||
|
$(GCOV_LIBS)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
|
33
tracker.spec
33
tracker.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: An object database, tag/metadata database, search tool and indexer
|
Summary: An object database, tag/metadata database, search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.7.25
|
Version: 0.7.28
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -16,9 +16,10 @@ BuildRequires: libiptcdata-devel libtiff-devel libpng-devel
|
|||||||
BuildRequires: sqlite-devel vala-devel libgee-devel pygtk2-devel
|
BuildRequires: sqlite-devel vala-devel libgee-devel pygtk2-devel
|
||||||
BuildRequires: gstreamer-plugins-base-devel gstreamer-devel id3lib-devel
|
BuildRequires: gstreamer-plugins-base-devel gstreamer-devel id3lib-devel
|
||||||
BuildRequires: totem-pl-parser-devel libvorbis-devel flac-devel enca-devel
|
BuildRequires: totem-pl-parser-devel libvorbis-devel flac-devel enca-devel
|
||||||
BuildRequires: DeviceKit-power-devel
|
BuildRequires: DeviceKit-power-devel gnome-keyring-devel
|
||||||
BuildRequires: desktop-file-utils intltool gettext graphviz
|
BuildRequires: desktop-file-utils intltool gettext graphviz
|
||||||
#BuildRequires: deskbar-applet
|
|
||||||
|
Requires: odt2txt
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tracker is a powerful desktop-neutral first class object database,
|
Tracker is a powerful desktop-neutral first class object database,
|
||||||
@ -52,8 +53,8 @@ Group: User Interface/Desktops
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description search-tool
|
%description search-tool
|
||||||
Graphical frontend to tracker search facilities. This has dependencies on
|
Graphical frontend to tracker search and tagging facilities. This has
|
||||||
GNOME libraries
|
dependencies on GNOME libraries
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: Documentations for tracker
|
Summary: Documentations for tracker
|
||||||
@ -67,15 +68,6 @@ This package contains the documentation for tracker
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .fix
|
%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)
|
%global evo_plugins_dir %(pkg-config evolution-plugin --variable=plugindir)
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -132,10 +124,6 @@ fi
|
|||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/tracker-0.7/
|
%{_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
|
%{_mandir}/*/tracker*.gz
|
||||||
%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
|
%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
|
||||||
%{_sysconfdir}/xdg/autostart/tracker*.desktop
|
%{_sysconfdir}/xdg/autostart/tracker*.desktop
|
||||||
@ -150,12 +138,16 @@ fi
|
|||||||
%{_includedir}/tracker-0.7/
|
%{_includedir}/tracker-0.7/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_datadir}/vala/vapi/tracker*.vapi
|
||||||
|
|
||||||
%files search-tool
|
%files search-tool
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_bindir}/tracker-preferences
|
%{_bindir}/tracker-preferences
|
||||||
%{_bindir}/tracker-search-tool
|
%{_bindir}/tracker-search-tool
|
||||||
#%{deskbar_applet_dir}/tracker*.py*
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-tracker-tags.so
|
||||||
|
%{_libdir}/bonobo/servers/GNOME_Search_Bar_Applet.server
|
||||||
|
%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
||||||
|
%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
||||||
%{_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
|
||||||
@ -171,6 +163,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/ontology/
|
%{_datadir}/gtk-doc/html/ontology/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
|
||||||
|
- Update to 0.7.28 release
|
||||||
|
|
||||||
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
|
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
|
||||||
- Update to 0.7.25 release
|
- Update to 0.7.25 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user