Name: hyprdim Version: 3.0.1 Release: 1%{?dist} Summary: Automatically dim windows in Hyprland when switching between them License: GPL-3.0-or-later AND MIT AND Apache-2.0 AND Zlib AND BSD-2-Clause AND ISC URL: https://github.com/donovanglover/hyprdim Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz ExclusiveArch: x86_64 aarch64 BuildRequires: cargo BuildRequires: rust BuildRequires: gcc-c++ %description Automatically dim windows in Hyprland when switching between them. %prep %autosetup -p1 %build export CARGO_NET_OFFLINE=false export RUSTFLAGS="%{build_rustflags}" cargo build --release --locked %install install -Dpm 0755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * Mon Aug 17 2026 Ackerman-00 - 3.0.1-1 - Initial package