Initial packaging
This commit is contained in:
parent
00c1a503ec
commit
79deea6e55
40
lujavrite.spec
Normal file
40
lujavrite.spec
Normal file
@ -0,0 +1,40 @@
|
||||
Name: lujavrite
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Lua library for calling Java code
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/mizdebsk/lujavrite
|
||||
|
||||
Source0: https://github.com/mizdebsk/lujavrite/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: java-devel
|
||||
|
||||
%{?lua_requires}
|
||||
|
||||
%description
|
||||
LuJavRite is a rock-solid Lua library that allows calling Java code
|
||||
from Lua code. It does so by launching embedded Java Virtual Machine
|
||||
and using JNI interface to invoke Java methods.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./build.sh
|
||||
|
||||
%install
|
||||
install -D -p -m 0755 lujavrite.so %{buildroot}%{lua_libdir}/%{name}.so
|
||||
|
||||
%check
|
||||
lua test.lua
|
||||
|
||||
%files
|
||||
%{lua_libdir}/*
|
||||
%license LICENSE NOTICE
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Mar 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.1-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user