File bird.spec of Package failed_evemu
#
# spec file for package evemu
#
# Minimal spec adapted for package 'evemu'.
#
Name: evemu
Version: 2.0.2
Release: 1%{?dist}
Summary: evdev event emulator - record and replay input events
License: MIT
Group: Productivity/Utilities
URL: https://github.com/whot/evemu
Source0: https://github.com/whot/evemu/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig(libevdev)
BuildArch: %_arch
%description
Evemu is a set of utilities to record, describe and play back
Linux evdev input device events. It is useful for testing input
handling in applications and for reproducing sequences of input events.
%prep
%setup -q -n evemu-%{version}
%build
%if %{?_uses_autotools}
%autoreconf -fi
%endif
%configure --prefix=/usr --disable-static
%make_build
%install
%make_install DESTDIR=%{buildroot}
%files
%license COPYING
%doc README.md
%{_bindir}/evemu-*
%{_mandir}/man1/evemu-*.1%{?ext_man}
%changelog