SHA256
12
0
forked from pool/lua-lgi

Accepting request 319560 from home:dimstar:Factory

- Depend on lua = %{%lua_version}. Note: lua_version is only
  major.minor of lua (e.g 5.2, 5.3[...]). This is needed as the
  files are installed in /usr/share/lua/5.2 when built against
  lua 5.2.

OBS-URL: https://build.opensuse.org/request/show/319560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=5
This commit is contained in:
Alexei Sorokin 2015-07-30 12:27:46 +00:00 committed by Git OBS Bridge
parent c7e3565956
commit 18432882b5
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 30 11:43:11 UTC 2015 - dimstar@opensuse.org
- Depend on lua = %{%lua_version}. Note: lua_version is only
major.minor of lua (e.g 5.2, 5.3[...]). This is needed as the
files are installed in /usr/share/lua/5.2 when built against
lua 5.2.
-------------------------------------------------------------------
Wed Apr 29 09:21:46 UTC 2015 - sor.alexei@meowr.ru

View File

@ -31,7 +31,8 @@ BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(lua)
Requires: lua
# we need the 'branch' of lua this package was built against (lua_version nicely provides this info)
Requires: lua = %{lua_version}
%description
Dynamic Lua binding to any library which is introspectable