Name: nibbles Version: 1.0 Release: 1%{?dist} Summary: "Game I made in 2015 as my first stepping stones into OpenGL game development. It's a simple rendition of the classic arcade game nibbles. Collect the red fruit to increase your score while avoiding green pot obstacles." License: GPLv3 URL: https://code.bkeys.org/Game_Projects/nibbles/ Source0: %{name}-%{version}.tar.gz BuildRequires: freeglut-devel SDL2-devel cmake gcc gcc-c++ Requires: freeglut SDL2 %description "Collect the red fruit to increase your score while avoiding green pot obstacles. Use WASD to move the snake around." %global debug_package %{nil} %prep %setup -n nibbles %build cmake . %make_build %install mkdir -p %{buildroot}%{_bindir} install -m 755 bin/nibbles %{buildroot}/usr/bin/nibbles %files /usr/bin/%{name} %doc README COPYING AUTHORS %license COPYING %changelog * Tue Sep 06 2022 Brigham Keys, Esq. 1.0 - Initial package for Fedora.