https://bugzilla.redhat.com/show_bug.cgi?id=2143583



--- Comment #2 from Jonny Heggheim <[email protected]> ---
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


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2143583
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to