diff --git a/mpv.changes b/mpv.changes index d853e5a..43acb66 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 23 11:27:19 UTC 2015 - mpluskal@suse.com + +- Correct category for library +- Add post/postun scriplet to update icons cache + ------------------------------------------------------------------- Wed Apr 22 14:20:55 UTC 2015 - mpluskal@suse.com diff --git a/mpv.spec b/mpv.spec index 68eb010..b15eeec 100644 --- a/mpv.spec +++ b/mpv.spec @@ -112,7 +112,7 @@ This package contains all the development files. %package -n %{libname} Summary: A library to link together with mpv player -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n %{libname} mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety @@ -155,9 +155,11 @@ waf --destdir=%{buildroot} install %{?_smp_mflags} %post %desktop_database_post +%icon_theme_cache_post %postun %desktop_database_postun +%icon_theme_cache_postun %post -n %{libname} -p /sbin/ldconfig