diff --git a/_multibuild b/_multibuild index a01285a..72d2b45 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,5 @@ lua51 lua53 +lua54 diff --git a/lua-lua-ev.changes b/lua-lua-ev.changes index e6d2c4c..9bb300f 100644 --- a/lua-lua-ev.changes +++ b/lua-lua-ev.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 6 19:05:03 UTC 2020 - Matej Cepl + +- Add lua54 as new build target + ------------------------------------------------------------------- Sat Nov 2 18:01:04 CET 2019 - Matej Cepl diff --git a/lua-lua-ev.spec b/lua-lua-ev.spec index ce8c8a9..398d6a0 100644 --- a/lua-lua-ev.spec +++ b/lua-lua-ev.spec @@ -1,7 +1,7 @@ # # spec file for package lua-lua-ev # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org # # All modifications and additions to the file contributed by third parties @@ -27,12 +27,13 @@ Version: 1.5 Release: 0 Summary: Lua integration with libev License: MIT +Group: Development/Languages/Other URL: https://github.com/brimworks/lua-ev Source: https://github.com/brimworks/%{mod_name}/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz +BuildRequires: %{flavor}-devel BuildRequires: cmake BuildRequires: libev-devel BuildRequires: lua-macros -BuildRequires: %{flavor}-devel # BuildRequires: %%{flavor}-luafilesystem Requires: %{flavor} %if "%{flavor}" == "" @@ -98,7 +99,6 @@ cmake -H. -Bbuild -DCMAKE_C_FLAGS="$RPM_OPT_FLAGS" \ -DBUILD_SHARED_LIBS=ON ( cd build ; make ) - %install install -v -D -m 0755 -p -t %{buildroot}%{lua_archdir} build/ev.so %if %{with public_lib} @@ -107,7 +107,6 @@ ln -sf libev.so.* %{buildroot}%{lua_archdir}/libev.so %endif install -v -D -m 0644 -p -t %{buildroot}%{lua_incdir}/%{mod_name} *.h - %check cd build make test