# These will be automatically populated by update.sh %global commit 82f3964d19e39904e32807d3e452a2e19b0493ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitdate 20260830120747 %global debug_package %{nil} %global _vpath_srcdir lang/lua Name: astal-lua Version: 0^%{gitdate}git%{shortcommit} Release: 1%{?dist} Summary: Lua bindings for libastal BuildArch: noarch License: LGPL-2.1-only URL: https://github.com/Aylur/astal Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz BuildRequires: lua-devel Requires: astal Requires: astal-io Requires: lua-lgi %{?lua_requires} %description %{summary}. %prep %autosetup -n astal-%{commit} -p1 %build %install pushd %{_vpath_srcdir} mkdir -p %{buildroot}%{lua_pkgdir} cp -pr astal %{buildroot}%{lua_pkgdir} %files %license LICENSE %{lua_pkgdir}/astal/ %changelog * Sun Aug 30 2026 Ackerman-00 - 0^20260830120747git82f3964-1 - Nightly sync with upstream main branch (Commit: 82f3964)