Update to 1.9.2
This commit is contained in:
parent
8be48edc47
commit
a6081ab13a
2
sources
2
sources
@ -1 +1 @@
|
|||||||
796fa153b85920f145ee85c77417bb39 tracker-1.9.1.tar.xz
|
878ece93b3ed1eb1fa2c51b3506ab466 tracker-1.9.2.tar.xz
|
||||||
|
18
tracker.spec
18
tracker.spec
@ -14,8 +14,10 @@
|
|||||||
%global with_rss 1
|
%global with_rss 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%global systemd_units tracker-extract.service tracker-miner-apps.service tracker-miner-fs.service tracker-miner-rss.service tracker-miner-user-guides.service tracker-store.service tracker-writeback.service
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
|
|
||||||
@ -81,6 +83,7 @@ BuildRequires: pkgconfig(upower-glib)
|
|||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(vorbisfile)
|
BuildRequires: pkgconfig(vorbisfile)
|
||||||
|
|
||||||
|
%{?systemd_requires}
|
||||||
Obsoletes: compat-tracker018 < 0.17.2-2
|
Obsoletes: compat-tracker018 < 0.17.2-2
|
||||||
Obsoletes: tracker-miner-flickr < 0.16.0
|
Obsoletes: tracker-miner-flickr < 0.16.0
|
||||||
Obsoletes: tracker-nautilus-plugin < 0.17.2-2
|
Obsoletes: tracker-nautilus-plugin < 0.17.2-2
|
||||||
@ -231,16 +234,24 @@ rm -f %{buildroot}%{_libdir}/tracker-1.0/*.so
|
|||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/tracker-*.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/tracker-*.desktop
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
%systemd_user_post %{systemd_units}
|
||||||
|
|
||||||
|
|
||||||
%post preferences
|
%post preferences
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_user_preun %{systemd_units}
|
||||||
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||||
fi
|
fi
|
||||||
|
%systemd_user_postun_with_restart %{systemd_units}
|
||||||
|
|
||||||
%postun preferences
|
%postun preferences
|
||||||
if [ $1 -eq 0 ] ; then
|
if [ $1 -eq 0 ] ; then
|
||||||
@ -330,6 +341,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 15 2016 David King <amigadave@amigadave.com> - 1.9.2-1
|
||||||
|
- Update to 1.9.2
|
||||||
|
|
||||||
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 1.9.1-1
|
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 1.9.1-1
|
||||||
- Update to 1.9.1
|
- Update to 1.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user