- 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
This commit is contained in:
parent
7105ced6b3
commit
89a80cb126
@ -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
|
||||
|
||||
|
4
mpv.spec
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user