%global gitcommit 90a2363256cbaafd3b0cc4e2bf36003761b6c4f0 %global snapshot 20260126 %global pkg_name elab-util %global debug_package %{nil} Name: idris2-%{pkg_name} Version: 0.6.0 Release: 1%{?dist}.%{snapshot} Summary: Utilities for working with elaborator reflection License: BSD-2-Clause URL: https://github.com/stefan-hoeck/idris2-elab-util Source0: https://github.com/stefan-hoeck/idris2-%{pkg_name}/archive/%{gitcommit}.tar.gz#/%{name}-%{version}^%{snapshot}git90a2363.tar.gz BuildRequires: idris2 Requires: idris2 %description Utilities for exploring Idris 2 elaborator reflection. %prep %autosetup -n %{name}-%{gitcommit} %build %install DESTDIR=%{buildroot} idris2 --install %{pkg_name}.ipkg %global idris_libdir %{_libdir}/idris2-0.8.0 %files %license LICENSE %doc README.md %{idris_libdir}/%{pkg_name}-%{version} %changelog * Mon Mar 02 2026 Jens Petersen - initial package