https://bugzilla.redhat.com/show_bug.cgi?id=2143583
--- Comment #2 from Jonny Heggheim hegjon@gmail.com --- This steps/changes are working on my laptop:
---
%build %cmake -DINSTALL_CMOD=%{lua_libdir} %cmake_build
%install %cmake_install
%check LUA_CPATH=%{buildroot}%{lua_libdir}/?.so \ lua example.lua
%files %license LICENSE %doc README %doc example.lua %{lua_libdir}/ev.so
---
$ lua -e 'ev = require "ev"; print(ev.version())' 4.0 33.0