Dominique Leuenberger 2019-11-26 14:15:37 +00:00 committed by Git OBS Bridge
parent 9b31b3c4bc
commit b27ab36c06
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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