Name: pwm-tool Version: 1.0.1 Release: 1%{?dist} Summary: Command line Linux PWM tool for buzzers License: WTFPL URL: https://github.com/tano-systems/pwm-tool Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc %description This is a simple Linux command line tool designed to control the available PWM channels via the sysfs interface. The main purpose of this utility is to control a buzzer device connected to the corresponding PWM channel. %prep %autosetup -p1 %build %cmake %cmake_build %install %cmake_install %files %license COPYING %doc README.md CHANGELOG.md %{_bindir}/pwm %changelog * Sun Jan 11 2026 Peter Robinson - 1.0.1-1 - Initial package