Name: raspi-gpio Version: 0.0.git.49.90ec92e7 Release: 1%{?dist} Summary: Tool to help debug / hack at the BCM283x GPIO BuildRequires: automake gcc License: BSD-3 URL: https://github.com/RPi-Distro/raspi-gpio VCS: git+https://github.com/Leuca/raspi-gpio#90ec92e7693a0c017d98cfb606ab7a3cfc858665: Source: raspi-gpio-90ec92e7.tar.gz %description Tool to help debug / hack at the BCM283x GPIO. You can dump the state of a GPIO or (all GPIOs). You can change a GPIO mode and pulls (and level if set as an output). Beware this tool writes directly to the BCM283x GPIO registers, ignoring anything else that may be using them (like Linux drivers). %prep %setup -T -b 0 -q -n raspi-gpio %build %configure %make_build %install %make_install %files %license LICENSE %{_bindir}/raspi-gpio %changelog