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:
@@ -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
|
Sun Aug 20 17:24:27 UTC 2017 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@@ -50,6 +50,7 @@ Summary: MPV plugin to add MPRIS support
|
|||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
Requires: %{mpv_lua_flavor}-lua-mpris
|
Requires: %{mpv_lua_flavor}-lua-mpris
|
||||||
Requires: mpv
|
Requires: mpv
|
||||||
|
Requires(post): mpv
|
||||||
Supplements: mpv
|
Supplements: mpv
|
||||||
|
|
||||||
%description -n mpv-plugin-mpris
|
%description -n mpv-plugin-mpris
|
||||||
@@ -77,12 +78,16 @@ if [ "$1" = 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc LICENSE
|
||||||
%{lua_noarchdir}/lua-mpris
|
%{lua_noarchdir}/lua-mpris
|
||||||
|
|
||||||
%files -n mpv-plugin-mpris
|
%files -n mpv-plugin-mpris
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc LICENSE
|
||||||
%{_datadir}/mpv-plugin-mpris
|
%{_datadir}/mpv-plugin-mpris
|
||||||
%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
|
%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
|
||||||
%ghost %dir %{_sysconfdir}/mpv
|
%if 0%{?suse_version} <= 1320
|
||||||
%ghost %dir %{_sysconfdir}/mpv/scripts
|
%ghost %dir %{_sysconfdir}/mpv/scripts
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user