SHA256
10
0
forked from pool/lua-lgi

Accepting request 328591 from home:dimstar:Factory

- Only depend on Lua(API) in Tumbleweed: openSUSE 13.2, Leap and
  SLE12 do not yet provide this symbol.

OBS-URL: https://build.opensuse.org/request/show/328591
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=8
This commit is contained in:
Alexei Sorokin
2015-09-02 10:41:20 +00:00
committed by Git OBS Bridge
parent 302aa35896
commit 07fe1c425a
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 2 08:56:31 UTC 2015 - dimstar@opensuse.org
- Only depend on Lua(API) in Tumbleweed: openSUSE 13.2, Leap and
SLE12 do not yet provide this symbol.
-------------------------------------------------------------------
Thu Jul 30 11:43:11 UTC 2015 - dimstar@opensuse.org

View File

@@ -31,8 +31,11 @@ BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(lua)
%if 0%{?suse_version} > 1320
# LUA in openSUSE 13.2, Leap and SLE12 does not yet provide Lua(API), and as such we can only depend on it in TW
# we need the 'branch' of lua this package was built against (lua_version nicely provides this info)
Requires: Lua(API) = %{lua_version}
%endif
%description
Dynamic Lua binding to any library which is introspectable