%global gitcommit 4e8fe9af80d457adc63904ebf58e223ba35c62aa %global snapshot 20260226 %global pkg_name filepath %global debug_package %{nil} Name: idris2-%{pkg_name} Version: 0.0.1 Release: 1%{?dist}.%{snapshot} Summary: Unix style file paths License: BSD-3-Clause URL: https://github.com/stefan-hoeck/idris2-filepath Source0: https://github.com/stefan-hoeck/idris2-%{pkg_name}/archive/%{gitcommit}.tar.gz#/%{name}-%{version}^%{snapshot}git4e8fe9a.tar.gz BuildRequires: idris2 Requires: idris2 %description This library provides a convenient and safe API for working with Unix style file paths. %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