lua 5.4.7

This commit is contained in:
Dmitrii Tochanskii 2025-10-01 16:28:20 +00:00
commit e71dae212b
3 changed files with 115 additions and 0 deletions

43
lua.spec Normal file
View file

@ -0,0 +1,43 @@
Name: lua
Version: 5.4.7
Release: 1%{?dist}
Summary: A powerful light-weight programming language designed for extending applications
License: MIT
URL: https://www.lua.org/
Source0: https://www.lua.org/ftp/lua-%{version}.tar.gz
Patch0: 0001-add-shared-library.patch
Patch1: 0002-update-path.patch
BuildRequires: gcc
Requires: bash
%description
%prep
%setup -q
%patch -P0 -p1
%patch -P1 -p1
%build
%make_build
%install
%make_install INSTALL_TOP=%{buildroot}/usr
%files
%{_bindir}
%{_libdir}
%{_mandir}
%{_includedir}
%changelog
* Wed Oct 01 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
-