Accepting request 75515 from GNOME:Apps
Pushing G:A OBS-URL: https://build.opensuse.org/request/show/75515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=28
This commit is contained in:
parent
1c5ea13fc1
commit
a10e151f66
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc555d3cce776b5db0ea36707a1c9a4f6281eaa62ee71e47c9c7d3c2eba4917b
|
|
||||||
size 7860871
|
|
3
tracker-0.11.0.tar.bz2
Normal file
3
tracker-0.11.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:359365e40feba5368d2ce3ae07ae514b55aa33a6fb37ff88e598926813b60159
|
||||||
|
size 7840070
|
@ -1,21 +0,0 @@
|
|||||||
From f322e4764733014f5f6d9f2a6243183767a03c97 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Carlos Garnacho <carlosg@gnome.org>
|
|
||||||
Date: Thu, 14 Apr 2011 12:53:04 +0000
|
|
||||||
Subject: nautilus: Update extension to compile with GTK+3
|
|
||||||
|
|
||||||
---
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 10a493f..8ee9739 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -459,7 +459,7 @@ PKG_CHECK_MODULES(TRACKER_SEARCH_BAR, [$TRACKER_SEARCH_BAR_REQUIRED],
|
|
||||||
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"
|
|
||||||
|
|
||||||
PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, [$TRACKER_NAUTILUS_EXTENSION_REQUIRED],
|
|
||||||
--
|
|
||||||
cgit v0.9
|
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 4 16:31:13 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move tracker-miner-rss man page to the miner-rss subpackage,
|
||||||
|
where it belongs.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 7 23:26:27 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.11.0:
|
||||||
|
+ Remove libtracker-client library.
|
||||||
|
+ Replace GConf usage by GSettings.
|
||||||
|
+ Add support for MeeGoTouch (for application extraction)
|
||||||
|
+ libtracker-sparql: Remove deprecated drop_graph API
|
||||||
|
+ tracker-extract:
|
||||||
|
- Completely relicensed all modules and the extractor from GPL
|
||||||
|
to LGPL
|
||||||
|
- Use two threads now for extraction, a controller and worker
|
||||||
|
thread
|
||||||
|
- Refactored the module management so modules can state mimes
|
||||||
|
supported flexibly
|
||||||
|
- Support extra string for WHERE patterns when calling modules
|
||||||
|
- Much improvement to the logging
|
||||||
|
- Added EPub extractor module
|
||||||
|
+ tracker-control: Report remaining estimated time for each
|
||||||
|
miner's progress
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop libtracker-client-0_10-0 subpackage, following upstream
|
||||||
|
drop.
|
||||||
|
- Rename the remaining lib* packages from -0_10 to -0_11 to follow
|
||||||
|
the library name changes.
|
||||||
|
- Drop tracker-nautilus-extension-compile-gtk3.patch: fixed
|
||||||
|
upstream.
|
||||||
|
- Introduce a build_evo define: evolution 3.1.1 is not supported
|
||||||
|
at the moment. For Factory, we don't build the miner-evolution
|
||||||
|
subpackage, and we add a Obsoletes for it to the main package for
|
||||||
|
smooth upgrades.
|
||||||
|
- Use %glib2_gsettings_schema_requires, and add
|
||||||
|
%glib2_gsettings_schema_* calls to post/postun.
|
||||||
|
- Move Tracker-0.10.typelib (Tracker-0.11.typelib) to the
|
||||||
|
libtracker-sparql-0_11-0 subpackage, as this is the library being
|
||||||
|
referenced by the .typelib file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 6 09:24:48 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.10.16:
|
||||||
|
+ libtracker-data: Fixed memory leak in
|
||||||
|
tracker_class_reset_super_classes()
|
||||||
|
+ libtracker-miner:
|
||||||
|
- Honor auto_start parameter in
|
||||||
|
tracker_miner_manager_new_full()
|
||||||
|
- Fixed test case for GKeyFile password provider which was
|
||||||
|
failing
|
||||||
|
- Lower TrackerMinerFS idle priorities so timeouts, monitors,
|
||||||
|
etc are handled with more priority
|
||||||
|
+ tracker-miner-fs:
|
||||||
|
- Do not spam log on recursive monitors removal
|
||||||
|
- Create bus names before touching sensitive files to avoid
|
||||||
|
race conditions
|
||||||
|
- Make sure we unref applications and files_index miners on
|
||||||
|
start up failure
|
||||||
|
+ tracker-extract: Added "CancelTask" method to be called from
|
||||||
|
tracker-miner-fs
|
||||||
|
+ tracker-control:
|
||||||
|
- Fixed memory leak when getting pause details
|
||||||
|
- Don't auto-start miners for pausing/resuming/listing/pause
|
||||||
|
details
|
||||||
|
- Use full API to get miner manager and report errors
|
||||||
|
- Free GError if getting TrackerMinerManager fails
|
||||||
|
+ functional-tests: Support cases with AND without Upstart
|
||||||
|
+ Bugs fixed: bgo#650804, nokia#18159, nokia#258488.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop our local copy of tracker-search-bar.1: it is now shipped in
|
||||||
|
the tarball again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 28 14:57:35 CEST 2011 - dimstar@opensuse.org
|
Sat May 28 14:57:35 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
132
tracker.spec
132
tracker.spec
@ -16,12 +16,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define build_evo 0%{?suse_version} <= 1140
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.10.15
|
Version: 0.11.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: Remove tracker-search-bar.1 from Source list again. This should be fixed with next update.
|
# FIXME: on update, check if we can re-enable the evo miner for Factory (last check: 0.11.0)
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Powerful object database, tag/metadata database, search tool and indexer
|
Summary: Powerful object database, tag/metadata database, search tool and indexer
|
||||||
Url: http://projects.gnome.org/tracker/
|
Url: http://projects.gnome.org/tracker/
|
||||||
@ -29,18 +29,17 @@ Group: Productivity/Other
|
|||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: README.SUSE.flickr
|
Source1: README.SUSE.flickr
|
||||||
Source2: README.SUSE.rss
|
Source2: README.SUSE.rss
|
||||||
Source3: tracker-search-bar.1
|
|
||||||
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. See bgo#622288 for how it should be done properly.
|
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. See bgo#622288 for how it should be done properly.
|
||||||
Patch1: tracker-removeable-media-off.patch
|
Patch1: tracker-removeable-media-off.patch
|
||||||
# PATCH-FIX-UPSTREAM tracker-nautilus-extension-compile-gtk3.patch bnc689447 bgo645954 glin@gmail.com -- Compile nautilus extension with gtk3
|
|
||||||
Patch2: tracker-nautilus-extension-compile-gtk3.patch
|
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
# Needed for the gtk-doc
|
# Needed for the gtk-doc
|
||||||
BuildRequires: dia
|
BuildRequires: dia
|
||||||
BuildRequires: enca-devel
|
BuildRequires: enca-devel
|
||||||
|
%if 0%{?build_evo}
|
||||||
BuildRequires: evolution-data-server-devel
|
BuildRequires: evolution-data-server-devel
|
||||||
BuildRequires: evolution-devel
|
BuildRequires: evolution-devel
|
||||||
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flac-devel
|
BuildRequires: flac-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -87,7 +86,11 @@ BuildRequires: pkgconfig(rest-0.7)
|
|||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
# We want to index files by default, if possible
|
# We want to index files by default, if possible
|
||||||
Recommends: %{name}-miner-files
|
Recommends: %{name}-miner-files
|
||||||
|
%if !(0%{?build_evo})
|
||||||
|
Obsoletes: %{name}-miner-evolution < %{version}
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tracker is a powerful desktop-neutral first class object
|
Tracker is a powerful desktop-neutral first class object
|
||||||
@ -104,6 +107,7 @@ including context linking and audit trails for a file object.
|
|||||||
It has the ability to index, store, harvest metadata, retrieve
|
It has the ability to index, store, harvest metadata, retrieve
|
||||||
and search all types of files and other first class objects.
|
and search all types of files and other first class objects.
|
||||||
|
|
||||||
|
%if 0%{?build_evo}
|
||||||
%package miner-evolution
|
%package miner-evolution
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Tracker miner to index Evolution mails
|
Summary: Tracker miner to index Evolution mails
|
||||||
@ -123,12 +127,14 @@ database, tag/metadata database, search tool and indexer.
|
|||||||
|
|
||||||
This package contains an Evolution plugin that will index Evolution
|
This package contains an Evolution plugin that will index Evolution
|
||||||
mails.
|
mails.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package miner-files
|
%package miner-files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Tracker miner to index files and applications
|
Summary: Tracker miner to index files and applications
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description miner-files
|
%description miner-files
|
||||||
Tracker is a powerful desktop-neutral first class object
|
Tracker is a powerful desktop-neutral first class object
|
||||||
@ -182,34 +188,14 @@ including context linking and audit trails for a file object.
|
|||||||
It has the ability to index, store, harvest metadata, retrieve
|
It has the ability to index, store, harvest metadata, retrieve
|
||||||
and search all types of files and other first class objects.
|
and search all types of files and other first class objects.
|
||||||
|
|
||||||
%package -n libtracker-client-0_10-0
|
%package -n libtracker-extract-0_11-0
|
||||||
License: GPLv2+
|
|
||||||
Summary: Client library for Tracker
|
|
||||||
Group: System/Libraries
|
|
||||||
Recommends: %{name}
|
|
||||||
|
|
||||||
%description -n libtracker-client-0_10-0
|
|
||||||
Tracker is a powerful desktop-neutral first class object
|
|
||||||
database, tag/metadata database, search tool and indexer.
|
|
||||||
|
|
||||||
It consists of a common object database that allows entities to
|
|
||||||
have an almost infinte number of properties, metadata (both
|
|
||||||
embedded/harvested as well as user definable), a comprehensive
|
|
||||||
database of keywords/tags and links to other entities.
|
|
||||||
|
|
||||||
It provides additional features for file-based objects
|
|
||||||
including context 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.
|
|
||||||
|
|
||||||
%package -n libtracker-extract-0_10-0
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Extract library for Tracker
|
Summary: Extract library for Tracker
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %{name}
|
Recommends: %{name}
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description -n libtracker-extract-0_10-0
|
%description -n libtracker-extract-0_11-0
|
||||||
Tracker is a powerful desktop-neutral first class object
|
Tracker is a powerful desktop-neutral first class object
|
||||||
database, tag/metadata database, search tool and indexer.
|
database, tag/metadata database, search tool and indexer.
|
||||||
|
|
||||||
@ -224,13 +210,13 @@ including context linking and audit trails for a file object.
|
|||||||
It has the ability to index, store, harvest metadata, retrieve
|
It has the ability to index, store, harvest metadata, retrieve
|
||||||
and search all types of files and other first class objects.
|
and search all types of files and other first class objects.
|
||||||
|
|
||||||
%package -n libtracker-miner-0_10-0
|
%package -n libtracker-miner-0_11-0
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Miner library for Tracker
|
Summary: Miner library for Tracker
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %{name}
|
Recommends: %{name}
|
||||||
|
|
||||||
%description -n libtracker-miner-0_10-0
|
%description -n libtracker-miner-0_11-0
|
||||||
Tracker is a powerful desktop-neutral first class object
|
Tracker is a powerful desktop-neutral first class object
|
||||||
database, tag/metadata database, search tool and indexer.
|
database, tag/metadata database, search tool and indexer.
|
||||||
|
|
||||||
@ -245,13 +231,13 @@ including context linking and audit trails for a file object.
|
|||||||
It has the ability to index, store, harvest metadata, retrieve
|
It has the ability to index, store, harvest metadata, retrieve
|
||||||
and search all types of files and other first class objects.
|
and search all types of files and other first class objects.
|
||||||
|
|
||||||
%package -n libtracker-sparql-0_10-0
|
%package -n libtracker-sparql-0_11-0
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Sparql library for Tracker
|
Summary: Sparql library for Tracker
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %{name}
|
Recommends: %{name}
|
||||||
|
|
||||||
%description -n libtracker-sparql-0_10-0
|
%description -n libtracker-sparql-0_11-0
|
||||||
Tracker is a powerful desktop-neutral first class object
|
Tracker is a powerful desktop-neutral first class object
|
||||||
database, tag/metadata database, search tool and indexer.
|
database, tag/metadata database, search tool and indexer.
|
||||||
|
|
||||||
@ -271,10 +257,9 @@ License: GPLv2+
|
|||||||
Summary: Tracker -- Development files
|
Summary: Tracker -- Development files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
Requires: libtracker-client-0_10-0 = %{version}
|
Requires: libtracker-extract-0_11-0 = %{version}
|
||||||
Requires: libtracker-extract-0_10-0 = %{version}
|
Requires: libtracker-miner-0_11-0 = %{version}
|
||||||
Requires: libtracker-miner-0_10-0 = %{version}
|
Requires: libtracker-sparql-0_11-0 = %{version}
|
||||||
Requires: libtracker-sparql-0_10-0 = %{version}
|
|
||||||
|
|
||||||
%description -n tracker-devel
|
%description -n tracker-devel
|
||||||
Tracker is a powerful desktop-neutral first class object
|
Tracker is a powerful desktop-neutral first class object
|
||||||
@ -331,10 +316,8 @@ This package contains an nautilus plugin to tag files with Tracker.
|
|||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
cp %{S:1} src/miners/flickr/README.SUSE
|
cp %{S:1} src/miners/flickr/README.SUSE
|
||||||
cp %{S:2} src/miners/rss/README.SUSE
|
cp %{S:2} src/miners/rss/README.SUSE
|
||||||
cp -n %{S:3} docs/manpages/
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -358,7 +341,9 @@ rm -r %{buildroot}%{_datadir}/tracker-tests
|
|||||||
%suse_update_desktop_file tracker-miner-rss
|
%suse_update_desktop_file tracker-miner-rss
|
||||||
%suse_update_desktop_file tracker-store
|
%suse_update_desktop_file tracker-store
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-applications.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-applications.desktop
|
||||||
|
%if 0%{?build_evo}
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-evolution.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-evolution.desktop
|
||||||
|
%endif
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-files.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-files.desktop
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-flickr.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-flickr.desktop
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
|
||||||
@ -369,21 +354,33 @@ rm -r %{buildroot}%{_datadir}/tracker-tests
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libtracker-client-0_10-0 -p /sbin/ldconfig
|
%post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
%postun -n libtracker-client-0_10-0 -p /sbin/ldconfig
|
%postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%post -n libtracker-extract-0_10-0 -p /sbin/ldconfig
|
%post miner-files
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
%postun -n libtracker-extract-0_10-0 -p /sbin/ldconfig
|
%postun miner-files
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%post -n libtracker-miner-0_10-0 -p /sbin/ldconfig
|
%post -n libtracker-extract-0_11-0
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libtracker-miner-0_10-0 -p /sbin/ldconfig
|
%postun -n libtracker-extract-0_11-0
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%post -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
|
%post -n libtracker-miner-0_11-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
|
%postun -n libtracker-miner-0_11-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n libtracker-sparql-0_11-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libtracker-sparql-0_11-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
|
|
||||||
@ -413,26 +410,30 @@ rm -rf %{buildroot}
|
|||||||
%{_libexecdir}/%{name}-extract
|
%{_libexecdir}/%{name}-extract
|
||||||
%{_libexecdir}/%{name}-store
|
%{_libexecdir}/%{name}-store
|
||||||
%{_libexecdir}/%{name}-writeback
|
%{_libexecdir}/%{name}-writeback
|
||||||
%{_libdir}/%{name}-0.10/
|
%{_libdir}/%{name}-0.11/
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.DB.gschema.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
|
||||||
%{_mandir}/man1/tracker-control.1%{ext_man}
|
%{_mandir}/man1/tracker-control.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-extract.1%{ext_man}
|
%{_mandir}/man1/tracker-extract.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-import.1%{ext_man}
|
%{_mandir}/man1/tracker-import.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-info.1%{ext_man}
|
%{_mandir}/man1/tracker-info.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-miner-rss.1%{ext_man}
|
|
||||||
%{_mandir}/man1/tracker-search.1%{ext_man}
|
%{_mandir}/man1/tracker-search.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-sparql.1%{ext_man}
|
%{_mandir}/man1/tracker-sparql.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-stats.1%{ext_man}
|
%{_mandir}/man1/tracker-stats.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-store.1%{ext_man}
|
%{_mandir}/man1/tracker-store.1%{ext_man}
|
||||||
%{_mandir}/man1/tracker-tag.1%{ext_man}
|
%{_mandir}/man1/tracker-tag.1%{ext_man}
|
||||||
%{_mandir}/man5/tracker-extract.cfg.5%{ext_man}
|
|
||||||
%{_mandir}/man5/tracker-fts.cfg.5%{ext_man}
|
|
||||||
%{_mandir}/man5/tracker-store.cfg.5%{ext_man}
|
|
||||||
# Exclude files which live in other packages
|
# Exclude files which live in other packages
|
||||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-applications.desktop
|
%exclude %{_datadir}/%{name}/miners/tracker-miner-applications.desktop
|
||||||
|
%if 0%{?build_evo}
|
||||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
|
%exclude %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
|
||||||
|
%endif
|
||||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-files.desktop
|
%exclude %{_datadir}/%{name}/miners/tracker-miner-files.desktop
|
||||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-flickr.desktop
|
%exclude %{_datadir}/%{name}/miners/tracker-miner-flickr.desktop
|
||||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-rss.desktop
|
%exclude %{_datadir}/%{name}/miners/tracker-miner-rss.desktop
|
||||||
@ -442,12 +443,14 @@ rm -rf %{buildroot}
|
|||||||
%exclude %{_datadir}/%{name}/tracker-search-bar.ui
|
%exclude %{_datadir}/%{name}/tracker-search-bar.ui
|
||||||
%exclude %{_datadir}/%{name}/tracker-search-bar-menu.xml
|
%exclude %{_datadir}/%{name}/tracker-search-bar-menu.xml
|
||||||
|
|
||||||
|
%if 0%{?build_evo}
|
||||||
%files miner-evolution
|
%files miner-evolution
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.EMails.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.EMails.service
|
||||||
%{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
|
%{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
|
||||||
%{_libdir}/evolution/*/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
|
%{_libdir}/evolution/*/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
|
||||||
%{_libdir}/evolution/*/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
|
%{_libdir}/evolution/*/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
|
||||||
|
%endif
|
||||||
|
|
||||||
%files miner-files
|
%files miner-files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -455,10 +458,10 @@ rm -rf %{buildroot}
|
|||||||
%{_libexecdir}/%{name}-miner-fs
|
%{_libexecdir}/%{name}-miner-fs
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Miner.Files.gschema.xml
|
||||||
%{_datadir}/%{name}/miners/tracker-miner-applications.desktop
|
%{_datadir}/%{name}/miners/tracker-miner-applications.desktop
|
||||||
%{_datadir}/%{name}/miners/tracker-miner-files.desktop
|
%{_datadir}/%{name}/miners/tracker-miner-files.desktop
|
||||||
%{_mandir}/man1/tracker-miner-fs.1*
|
%{_mandir}/man1/tracker-miner-fs.1%{ext_man}
|
||||||
%{_mandir}/man5/tracker-miner-fs.cfg.5*
|
|
||||||
|
|
||||||
%files miner-flickr
|
%files miner-flickr
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -475,6 +478,7 @@ rm -rf %{buildroot}
|
|||||||
%{_libexecdir}/%{name}-miner-rss
|
%{_libexecdir}/%{name}-miner-rss
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.RSS.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.RSS.service
|
||||||
%{_datadir}/%{name}/miners/tracker-miner-rss.desktop
|
%{_datadir}/%{name}/miners/tracker-miner-rss.desktop
|
||||||
|
%{_mandir}/man1/tracker-miner-rss.1%{ext_man}
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -493,32 +497,28 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/%{name}-explorer
|
%{_bindir}/%{name}-explorer
|
||||||
%{_datadir}/%{name}/tracker-explorer.ui
|
%{_datadir}/%{name}/tracker-explorer.ui
|
||||||
|
|
||||||
%files -n libtracker-client-0_10-0
|
%files -n libtracker-extract-0_11-0
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libtracker-client*.so.*
|
|
||||||
%{_libdir}/girepository-1.0/Tracker-0.10.typelib
|
|
||||||
|
|
||||||
%files -n libtracker-extract-0_10-0
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtracker-extract*.so.*
|
%{_libdir}/libtracker-extract*.so.*
|
||||||
%{_libdir}/girepository-1.0/TrackerExtract-0.10.typelib
|
%{_libdir}/girepository-1.0/TrackerExtract-0.11.typelib
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
|
||||||
|
|
||||||
%files -n libtracker-miner-0_10-0
|
%files -n libtracker-miner-0_11-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtracker-miner*.so.*
|
%{_libdir}/libtracker-miner*.so.*
|
||||||
%{_libdir}/girepository-1.0/TrackerMiner-0.10.typelib
|
%{_libdir}/girepository-1.0/TrackerMiner-0.11.typelib
|
||||||
|
|
||||||
%files -n libtracker-sparql-0_10-0
|
%files -n libtracker-sparql-0_11-0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libtracker-sparql*.so.*
|
%{_libdir}/libtracker-sparql*.so.*
|
||||||
|
%{_libdir}/girepository-1.0/Tracker-0.11.typelib
|
||||||
|
|
||||||
%files -n tracker-devel
|
%files -n tracker-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_includedir}/tracker-0.10/
|
%{_includedir}/tracker-0.11/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gtk-doc/html/libtracker-miner/
|
%{_datadir}/gtk-doc/html/libtracker-miner/
|
||||||
%{_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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user