%global debug_package %{nil} Name: imgpack Version: 0.11.0 Release: 1%{?dist} Summary: Simple texture atlas generator. License: LICENSE URL: https://codeberg.org/TheRainTrain/imgpack Source0: imgpack.tar.gz BuildRequires: gcc make %description Simple texture atlas generator. Fork of github.com/iskolbin/imgpack by codeberg.org/TheRainTrain %prep %autosetup %build %install %make_install %files %license LICENSE %doc README.md /usr/local/bin %changelog * Fri May 08 2026 TheRainTrain - Created