From b27ab36c06247cf52edf87ba16033b284e87db1fc4c8bd288a9e97cae292c829 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Nov 2019 14:15:37 +0000 Subject: [PATCH] tweak OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=183 --- tracker.changes | 2 +- tracker.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tracker.changes b/tracker.changes index 30cdb39..d78905d 100644 --- a/tracker.changes +++ b/tracker.changes @@ -226,7 +226,7 @@ Thu Aug 16 09:14:00 UTC 2018 - bjorn.lie@gmail.com - Update to version 2.1.2: + libtracker-sparql: - - Delete TrackerResource elements one by one (boo#1123869(. + - Delete TrackerResource elements one by one (boo#1123869). - Fix compilation with C++. + build: - Fixes for FreeBSD. diff --git a/tracker.spec b/tracker.spec index 379483a..41f5c51 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,7 +1,7 @@ # # spec file for package tracker # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2019 SUSE LLC # Copyright (c) 2010 Luis Medinas, Portugal # # All modifications and additions to the file contributed by third parties @@ -233,6 +233,13 @@ mkdir -p %{buildroot}%{_datadir}/tracker/icons/ %fdupes %{buildroot}%{_datadir}/gtk-doc rm -f %{buildroot}%{_libdir}/tracker-%{TrackerAPI}/libtracker-common.a +%check +%if %{with meson} +%meson_test +%else +make check +%endif + %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig %post -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig