12
0
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:
Tomáš Chvátal 2017-08-25 10:52:04 +00:00 committed by Git OBS Bridge
parent 24db052fb7
commit f3fbdc0316
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -26,9 +26,9 @@ License: MIT
Group: Development/Libraries/Other
Url: https://github.com/antlarr/lua-mpris/
Source: lua-mpris-%{version}.tar.xz
BuildRequires: pkgconfig(dbus-1)
BuildRequires: %{flavor}-lua-dbus
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-lua-dbus
BuildRequires: pkgconfig(dbus-1)
Requires: %{flavor}
Requires: %{flavor}-lua-dbus
%if "%{flavor}" == "lua53"
@ -86,8 +86,6 @@ fi
%doc LICENSE
%{_datadir}/mpv-plugin-mpris
%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
%if 0%{?suse_version} <= 1320
%ghost %dir %{_sysconfdir}/mpv/scripts
%endif
%changelog