lua/lua.spec
2025-10-01 16:28:20 +00:00

43 lines
671 B
RPMSpec

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>
-