From 89a80cb1260ff2ee55f62bf7bbcf601d304b1abdb4abcc8d712231b22e2131a9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 23 Apr 2015 11:28:01 +0000 Subject: [PATCH] - Correct category for library - Add post/postun scriplet to update icons cache OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=3 --- mpv.changes | 6 ++++++ mpv.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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