forked from pool/lua-ldbus
drop support for lua 5.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldbus?expand=0&rev=3
This commit is contained in:
parent
73a3fea327
commit
0152cd671f
@ -1,5 +1,4 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>lua52</package>
|
||||
<package>lua53</package>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- do not build for Lua 5.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 18 15:35:41 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -25,8 +25,8 @@ License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
Url: https://github.com/daurnimator/ldbus/
|
||||
Source: lua-ldbus-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
Requires: %{flavor}
|
||||
%if "%{flavor}" == "lua53"
|
||||
Provides: lua-%{mod_name} = %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user