Name: hand-in Version: 1.0.0 Release: 1%{?dist} Summary: First Wayland gesture-driven system automation License: MIT URL: https://github.com/CyberHuman-bot/hand-in # Use the static release URL for the binary Source0: %{url}/releases/download/v%{version}/hand-cli # The AI Model brain Source1: https://storage.googleapis.com/mediapipe-models/hand_landmarker/hand_landmarker/float16/1/hand_landmarker.task # The service file in your GitHub repo Source2: hand-in.service Requires: grim notify-send opencv-devel %description A privacy-first autonomous gesture service for Wayland. %prep # No source code to extract %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_userunitdir} # Copying files into the buildroot cp %{SOURCE0} %{buildroot}%{_bindir}/hand-in cp %{SOURCE1} %{buildroot}%{_bindir}/hand_landmarker.task cp %{_sourcedir}/hand-in.service %{buildroot}%{_userunitdir}/hand-in.service # Ensure the binary is executable chmod +x %{buildroot}%{_bindir}/hand-in %files %{_bindir}/hand-in %{_bindir}/hand_landmarker.task %{_userunitdir}/hand-in.service %changelog * Sat Apr 11 2026 Abdulah - 1.0.0-1 - Initial release of Hand-in for Fedora