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:
parent
c7e3565956
commit
18432882b5
@ -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
|
Wed Apr 29 09:21:46 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -31,7 +31,8 @@ BuildRequires: pkgconfig(gmodule-2.0)
|
|||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(lua)
|
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
|
%description
|
||||||
Dynamic Lua binding to any library which is introspectable
|
Dynamic Lua binding to any library which is introspectable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user