10
0
forked from pool/lua-lua-mpris

Accepting request 518395 from home:alarrosa:branches:devel:languages:lua

- Add %defattr to set the right attributes to files and don't try to
  own any mpv directory on Tumbleweed

- Install LICENSE file

OBS-URL: https://build.opensuse.org/request/show/518395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lua-mpris?expand=0&rev=2
This commit is contained in:
2017-08-23 13:50:26 +00:00
committed by Git OBS Bridge
parent ec4361de52
commit 195df0a6da
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 23 08:38:38 UTC 2017 - alarrosa@suse.com
- Add %defattr to set the right attributes to files and don't try to
own any mpv directory on Tumbleweed
-------------------------------------------------------------------
Mon Aug 21 10:40:00 UTC 2017 - alarrosa@suse.com
- Install LICENSE file
-------------------------------------------------------------------
Sun Aug 20 17:24:27 UTC 2017 - opensuse-packaging@opensuse.org

View File

@@ -50,6 +50,7 @@ Summary: MPV plugin to add MPRIS support
Group: Productivity/Multimedia/Video/Players
Requires: %{mpv_lua_flavor}-lua-mpris
Requires: mpv
Requires(post): mpv
Supplements: mpv
%description -n mpv-plugin-mpris
@@ -77,12 +78,16 @@ if [ "$1" = 1 ] ; then
fi
%files
%doc LICENSE
%{lua_noarchdir}/lua-mpris
%files -n mpv-plugin-mpris
%defattr(-,root,root)
%doc LICENSE
%{_datadir}/mpv-plugin-mpris
%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
%ghost %dir %{_sysconfdir}/mpv
%if 0%{?suse_version} <= 1320
%ghost %dir %{_sysconfdir}/mpv/scripts
%endif
%changelog