forked from pool/lua-lua-mpris
- Fix build on Tumbleweed as it otherwise still does not find the
folder OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lua-mpris?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
24db052fb7
commit
f3fbdc0316
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 25 10:53:41 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fix build on Tumbleweed as it otherwise still does not find the
|
||||||
|
folder
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 23 08:38:38 UTC 2017 - alarrosa@suse.com
|
Wed Aug 23 08:38:38 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@@ -26,9 +26,9 @@ License: MIT
|
|||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: https://github.com/antlarr/lua-mpris/
|
Url: https://github.com/antlarr/lua-mpris/
|
||||||
Source: lua-mpris-%{version}.tar.xz
|
Source: lua-mpris-%{version}.tar.xz
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
|
||||||
BuildRequires: %{flavor}-lua-dbus
|
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
|
BuildRequires: %{flavor}-lua-dbus
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
Requires: %{flavor}-lua-dbus
|
Requires: %{flavor}-lua-dbus
|
||||||
%if "%{flavor}" == "lua53"
|
%if "%{flavor}" == "lua53"
|
||||||
@@ -86,8 +86,6 @@ fi
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%{_datadir}/mpv-plugin-mpris
|
%{_datadir}/mpv-plugin-mpris
|
||||||
%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
|
%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
|
||||||
%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