packages (DEVEL): tracker/tracker.spec - up to 0.9.38 - new GNOME user inte...
lisu
lisu at pld-linux.org
Mon Feb 14 16:08:25 CET 2011
Author: lisu Date: Mon Feb 14 15:08:25 2011 GMT
Module: packages Tag: DEVEL
---- Log message:
- up to 0.9.38
- new GNOME user interface tracker-needle
- drop obsoleted tracker-status (has been merged into tracker-control)
- new lib: libtracker-sparql
---- Files affected:
packages/tracker:
tracker.spec (1.36.2.1 -> 1.36.2.2)
---- Diffs:
================================================================
Index: packages/tracker/tracker.spec
diff -u packages/tracker/tracker.spec:1.36.2.1 packages/tracker/tracker.spec:1.36.2.2
--- packages/tracker/tracker.spec:1.36.2.1 Wed Dec 29 11:07:38 2010
+++ packages/tracker/tracker.spec Mon Feb 14 16:08:20 2011
@@ -1,17 +1,17 @@
# $Revision$, $Date$
#
-# TODO: unpackaged files
+# TODO: unpackaged files (libs' modules)
#
%define ver 0.10
Summary: Tracker - an indexing subsystem
Summary(pl.UTF-8): Tracker - podsystem indeksujący
Name: tracker
-Version: 0.9.32
+Version: 0.9.38
Release: 1
License: GPL v2+
Group: X11/Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.9/%{name}-%{version}.tar.bz2
-# Source0-md5: b850338eb06eb0e486918a39e56a505b
+# Source0-md5: ce3349c405808f4844c6236a2b8cf042
URL: http://projects.gnome.org/tracker/
BuildRequires: GConf2-devel >= 2.20.0
BuildRequires: UPower-devel
@@ -192,12 +192,11 @@
%attr(755,root,root) %{_bindir}/tracker-explorer
%attr(755,root,root) %{_bindir}/tracker-import
%attr(755,root,root) %{_bindir}/tracker-info
+%attr(755,root,root) %{_bindir}/tracker-needle
%attr(755,root,root) %{_bindir}/tracker-preferences
%attr(755,root,root) %{_bindir}/tracker-search
%attr(755,root,root) %{_bindir}/tracker-sparql
%attr(755,root,root) %{_bindir}/tracker-stats
-%attr(755,root,root) %{_bindir}/tracker-status
-%attr(755,root,root) %{_bindir}/tracker-status-icon
%attr(755,root,root) %{_bindir}/tracker-tag
%attr(755,root,root) %{_libdir}/tracker-extract
%attr(755,root,root) %{_libdir}/tracker-miner-fs
@@ -223,9 +222,7 @@
%dir %{_libdir}/tracker-%{ver}/writeback-modules
%attr(755,root,root) %{_libdir}/tracker-%{ver}/writeback-modules/libwriteback-xmp.so
%{_sysconfdir}/xdg/autostart/tracker-miner-fs.desktop
-%{_sysconfdir}/xdg/autostart/tracker-status-icon.desktop
%{_sysconfdir}/xdg/autostart/tracker-store.desktop
-%{_libdir}/bonobo/servers/GNOME_Search_Bar_Applet.server
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.EMails.service
@@ -240,13 +237,12 @@
%{_mandir}/man1/tracker-import.1*
%{_mandir}/man1/tracker-info.1*
%{_mandir}/man1/tracker-miner-fs.1*
+%{_mandir}/man1/tracker-needle-fs.1*
%{_mandir}/man1/tracker-preferences.1*
%{_mandir}/man1/tracker-search-bar.1*
%{_mandir}/man1/tracker-search.1*
%{_mandir}/man1/tracker-sparql.1*
%{_mandir}/man1/tracker-stats.1*
-%{_mandir}/man1/tracker-status-icon.1*
-%{_mandir}/man1/tracker-status.1*
%{_mandir}/man1/tracker-store.1*
%{_mandir}/man1/tracker-tag.1*
%{_mandir}/man5/tracker-extract.cfg.5*
@@ -262,6 +258,8 @@
%attr(755,root,root) %ghost %{_libdir}/libtracker-extract-%{ver}.so.0
%attr(755,root,root) %{_libdir}/libtracker-miner-%{ver}.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libtracker-miner-%{ver}.so.0
+%attr(755,root,root) %{_libdir}/libtracker-sparql-%{ver}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtracker-sparql-%{ver}.so.0
# required by libtracker-extract and libtracker-miner
%dir %{_libdir}/tracker-%{ver}
%attr(755,root,root) %{_libdir}/tracker-%{ver}/libtracker-common.so.*
@@ -277,6 +275,7 @@
%{_libdir}/libtracker-client-%{ver}.la
%{_libdir}/libtracker-extract-%{ver}.la
%{_libdir}/libtracker-miner-%{ver}.la
+%{_libdir}/libtracker-sparql-%{ver}.la
%{_libdir}/tracker-%{ver}/libtracker-common.la
%{_libdir}/tracker-%{ver}/libtracker-data.la
%{_datadir}/vala/vapi/tracker-client-%{ver}.vapi
@@ -286,6 +285,7 @@
%{_pkgconfigdir}/tracker-client-%{ver}.pc
%{_pkgconfigdir}/tracker-extract-%{ver}.pc
%{_pkgconfigdir}/tracker-miner-%{ver}.pc
+%{_pkgconfigdir}/tracker-sparql-%{ver}.pc
%files apidocs
%defattr(644,root,root,755)
@@ -310,6 +310,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36.2.2 2011/02/14 15:08:20 lisu
+- up to 0.9.38
+- new GNOME user interface tracker-needle
+- drop obsoleted tracker-status (has been merged into tracker-control)
+- new lib: libtracker-sparql
+
Revision 1.36.2.1 2010/12/29 10:07:38 lisu
- start update to 0.9.32
- remove unneeded -build.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tracker/tracker.spec?r1=1.36.2.1&r2=1.36.2.2&f=u
More information about the pld-cvs-commit
mailing list