- Update dependencies of desktop and icon handling scriplets

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=42
This commit is contained in:
Martin Pluskal 2016-04-12 07:31:34 +00:00 committed by Git OBS Bridge
parent 16d7e8fb4f
commit 35ccd52a15
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 12 07:26:14 UTC 2016 - mpluskal@suse.com
- Update dependencies of desktop and icon handling scriplets
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 17:57:02 UTC 2016 - aloisio@gmx.com Mon Apr 11 17:57:02 UTC 2016 - aloisio@gmx.com

View File

@ -41,6 +41,11 @@ Source: http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#
Source1: http://ftp.waf.io/pub/release/waf-%{_waf_ver} Source1: http://ftp.waf.io/pub/release/waf-%{_waf_ver}
Source2: %{name}.changes Source2: %{name}.changes
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
Requires: hicolor-icon-theme
Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files
Requires(postun): hicolor-icon-theme
Requires(postun): update-desktop-files
BuildRequires: ladspa-devel BuildRequires: ladspa-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libmng-devel BuildRequires: libmng-devel
@ -217,8 +222,6 @@ install -D -m 0644 etc/mpv.conf %{buildroot}%{_sysconfdir}/%{name}/mpv.conf
%endif %endif
%doc Copyright LICENSE README.md RELEASE_NOTES %doc Copyright LICENSE README.md RELEASE_NOTES
%dir %{_sysconfdir}/%{name}/ %dir %{_sysconfdir}/%{name}/
%dir %{_datadir}/icons/hicolor/symbolic
%dir %{_datadir}/icons/hicolor/symbolic/apps
#config %%{_sysconfdir}/%%{name}/encoding-profiles.conf #config %%{_sysconfdir}/%%{name}/encoding-profiles.conf
%config %{_sysconfdir}/%{name}/input.conf %config %{_sysconfdir}/%{name}/input.conf
%config %{_sysconfdir}/%{name}/mpv.conf %config %{_sysconfdir}/%{name}/mpv.conf