## START: Set by rpmautospec ## (rpmautospec version 0.7.2) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: interception-tools Version: 0.6.8 Release: %autorelease Summary: A minimal composable infrastructure on top of libudev and libevdev. License: GPL-3.0 URL: https://gitlab.com/interception/linux Source: https://gitlab.com/interception/linux/tools/-/archive/v%{version}/tools-v%{version}.tar.bz2 BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: libudev-devel BuildRequires: libevdev-devel BuildRequires: yaml-cpp-devel BuildRequires: boost-devel # Requires: %description Interception Tools is a small set of utilities for operating on input events of evdev devices. %prep %autosetup -n tools-v%{version} %build %cmake %cmake_build %install %cmake_install %check %files %license %doc %{_bindir}/intercept %{_bindir}/mux %{_bindir}/udevmon %{_bindir}/uinput %changelog ## START: Generated by rpmautospec * Wed Oct 02 2024 John Doe - 0.6.8-1 - Uncommitted changes ## END: Generated by rpmautospec