Name: waycorner Version: 0.2.3 Release: 3%{?dist} Summary: Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice. License: MIT URL: https://github.com/AndreasBackx/waycorner Source0: https://github.com/AndreasBackx/waycorner/archive/refs/tags/%{version}.tar.gz Source1: %{name}-%{version}-vendor.tar.zst BuildArch: %{_target_cpu} BuildRequires: rust BuildRequires: cargo BuildRequires: pkgconfig BuildRequires: wayland-devel BuildRequires: rust-packaging %description Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice. %prep %autosetup -n %{name}-%{version} -p1 -a1 mv %{name}-%{version}-vendor/vendor vendor mv %{name}-%{version}-vendor/vendor-config.toml vendor-config.toml rm -rf wldash-1156b35-vendor %cargo_prep -v vendor %generate_buildrequires %build %cargo_vendor_manifest %cargo_build %install %cargo_install %files %license LICENSE* cargo-vendor.txt %doc README* CHANGELOG.md %{_bindir}/waycorner %define debug_package %{nil} %changelog * Mon Mar 23 2026 Lachlan Marie - 0.2.3-2 - Update to 0.2.3 * Sun Jul 06 2025 Lachlan Marie - 0.2.3-2 - Vendored rust cargo to allow offline building. * Sat May 10 2025 Lachlan Marie - 0.2.3-1 - Initial RPM packaging of waycorner