Name: math-drills Version: 0.1.0 Release: 1%{?dist} Summary: Simple kid-friendly math practice app for Fedora License: MIT URL: https://github.com/chente92/math-drills Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: desktop-file-utils Requires: python3 Requires: python3-tkinter %description Math Drills is a simple fullscreen Tkinter app for kids to practice single-digit addition and subtraction with instant color feedback. %prep %autosetup %build # Nothing to build %install install -Dpm0755 math-drills %{buildroot}%{_bindir}/math-drills install -Dpm0644 math_drills.py %{buildroot}%{_datadir}/math-drills/math_drills.py install -Dpm0644 packaging/math-drills.desktop %{buildroot}%{_datadir}/applications/math-drills.desktop %check desktop-file-validate %{buildroot}%{_datadir}/applications/math-drills.desktop %files %license LICENSE %doc README.md %{_bindir}/math-drills %{_datadir}/math-drills/math_drills.py %{_datadir}/applications/math-drills.desktop %changelog * Wed Mar 11 2026 Math Drills contributors - 0.1.0-1 - Initial Fedora package