tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=183
This commit is contained in:
parent
9b31b3c4bc
commit
b27ab36c06
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user