Name: wtype Version: 0.4 Release: 1%{?dist} Summary: xdotool type for Wayland License: MIT # NOTE(mhayden): archivename is required here because Fedora looks for the # source tarball without the `v` from the tag. EPEL packaging expects the `v` # to be present. Setting it manually allows both to work. %global forgeurl https://github.com/atx/%{name} %global tag v%{version} %global archivename %{name}-%{tag} %forgemeta URL: %{forgeurl} Source0: %{forgesource} BuildRequires: gcc BuildRequires: meson BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(xkbcommon) %description %{summary} %prep %autosetup %{name}-%{version} %build %meson %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/wtype %{_mandir}/man1/wtype.1* %changelog * Wed Feb 16 2022 Jerzy Drożdż - 0.4-1 - Update to 0.4 * Sat Jan 22 2022 Fedora Release Engineering - 0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Major Hayden - 0.3-2 - Remove extension from archivename. - Use pkgconfig to find build requirements. - Remove post/postun scriptlets as they're no longer needed. * Mon May 24 2021 Major Hayden - 0.3-1 - Initial build.