# These will be automatically populated by update.sh %global commit ae8dc0acc66932171ec70d347a8cab9310ce74e4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitdate 20260907192903 %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 * Mon Sep 07 2026 Ackerman-00 - 0^20260907192903gitae8dc0a-1 - Nightly sync with upstream main branch (Commit: ae8dc0a)