SHA256
10
0
forked from pool/lua-lua-dbus

drop support for lua 5.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lua-dbus?expand=0&rev=3
This commit is contained in:
Jan Matejek
2017-10-30 14:47:41 +00:00
committed by Git OBS Bridge
parent 4ddcb6358b
commit 3680c63d23
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package lua-ldbus
# spec file for package lua-lua-dbus
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -25,9 +25,9 @@ License: MIT
Group: Development/Libraries/Other
Url: https://github.com/antlarr/lua-dbus/
Source: lua-dbus-%{version}.tar.xz
BuildRequires: pkgconfig(dbus-1)
BuildRequires: %{flavor}-ldbus
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-ldbus
BuildRequires: pkgconfig(dbus-1)
Requires: %{flavor}
Requires: %{flavor}-ldbus
%if "%{flavor}" == "lua53"