From e33b17fe55e61713f0a9959864dea3549ba9536ffe1df8f3fc71ccf0890235fc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 26 Nov 2020 12:27:13 +0000 Subject: [PATCH] Accepting request 850958 from GNOME:Next - split out the datafiles that are required by the tracker-miners OBS-URL: https://build.opensuse.org/request/show/850958 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=209 --- tracker.changes | 5 +++++ tracker.spec | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/tracker.changes b/tracker.changes index 34d6820..1766461 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 24 18:29:40 UTC 2020 - Marcus Rueckert + +- split out the datafiles that are required by the tracker-miners + ------------------------------------------------------------------- Mon Oct 5 15:32:14 UTC 2020 - dimstar@opensuse.org diff --git a/tracker.spec b/tracker.spec index 1bb45c5..0cdef4f 100644 --- a/tracker.spec +++ b/tracker.spec @@ -65,6 +65,7 @@ Obsoletes: tracker-miner-evolution < 1.99.0 Obsoletes: tracker-miner-firefox < 1.99.0 Obsoletes: tracker-miner-thunderbird < 1.99.0 BuildRequires: libgupnp-dlna-devel >= 0.9.4 +Requires: tracker-data-files = %{version} %description Tracker is a desktop-neutral object database, tag/metadata database, @@ -119,6 +120,16 @@ search tool and indexer. This subpackage contains the headers to make use of its libraries. +%package -n tracker-data-files +Summary: Data files for the Tracker Miners +Group: Productivity/Other + +%description -n tracker-data-files +Tracker is a desktop-neutral object database, tag/metadata database, +search tool and indexer. + +This subpackage contains the data files for the Tracker miners. + %lang_package %prep @@ -159,8 +170,7 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies %{_bindir}/tracker3 %dir %{_libdir}/tracker-%{TrackerAPI}/ %{_datadir}/bash-completion/completions/tracker3 -%{_datadir}/tracker3/ -%dir %{_datadir}/tracker3/domain-ontologies +%dir %{_datadir}/tracker3/ %{_libexecdir}/tracker3/ %{_libexecdir}/tracker-xdg-portal-3 %{_mandir}/man1/tracker3-endpoint.1.gz @@ -172,6 +182,11 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies %{_datadir}/dbus-1/services/org.freedesktop.portal.Tracker.service %{_userunitdir}/tracker-xdg-portal-3.service +%files -n tracker-data-files +%dir %{_datadir}/tracker3/domain-ontologies +%{_datadir}/tracker3/ontologies/ +%{_datadir}/tracker3/stop-words/ + %files -n libtracker-sparql-%{RPMTrackerAPI}-0 %{_libdir}/libtracker-sparql*.so.*