%global forgeurl https://github.com/Sapd/HeadsetControl %global commit c96c3d9ce1893637c31c60c25d3403ec84083bc9 %forgemeta Name: HeadsetControl Version: 3.0.0 Release: 2%{?dist} Summary: A tool to control certain aspects of USB-connected headsets on Linux # The entire source code is GPLv3+ except cmake_modules/Findhidapi.cmake which is Boost License: GPLv3+ and Boost URL: https://github.com/Sapd/HeadsetControl Source0: %{forgesource} BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: hidapi-devel %description A tool to control certain aspects of USB-connected headsets on Linux %prep %forgesetup %build %cmake %cmake_build %install %cmake_install %check %ctest %files %{_bindir}/headsetcontrol %{_prefix}/lib/udev/rules.d/70-headsets.rules %license license %doc README.md %changelog * Tue Dec 03 2024 Christian Birk - 3.0.0-2 - update to latest git