Include tracker data files in the split out library package
https://gitlab.gnome.org/GNOME/tracker/issues/42
This commit is contained in:
parent
8aa13f07d1
commit
7d50bb7c67
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Desktop-neutral metadata database and search tool
|
Summary: Desktop-neutral metadata database and search tool
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -133,7 +133,6 @@ sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface
|
|||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%{_bindir}/tracker
|
%{_bindir}/tracker
|
||||||
%{_libexecdir}/tracker-store
|
%{_libexecdir}/tracker-store
|
||||||
%{_datadir}/tracker/
|
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
|
||||||
%{_libdir}/libtracker-control-2.0.so.*
|
%{_libdir}/libtracker-control-2.0.so.*
|
||||||
%{_libdir}/libtracker-miner-2.0.so.*
|
%{_libdir}/libtracker-miner-2.0.so.*
|
||||||
@ -153,6 +152,7 @@ sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libtracker-sparql-2.0.so.*
|
%{_libdir}/libtracker-sparql-2.0.so.*
|
||||||
%{_libdir}/tracker-2.0/
|
%{_libdir}/tracker-2.0/
|
||||||
|
%{_datadir}/tracker/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/tracker-2.0/
|
%{_includedir}/tracker-2.0/
|
||||||
@ -177,6 +177,9 @@ sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-3
|
||||||
|
- Include tracker data files in the split out library package
|
||||||
|
|
||||||
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-2
|
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-2
|
||||||
- Split libtracker-sparql out to a separate subpackage
|
- Split libtracker-sparql out to a separate subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user