# Generated by rust2rpm 27 %bcond check 1 %global crate swayr Name: rust-swayr Version: 0.28.0 Release: %autorelease Summary: LRU window-switcher (and more) for the sway window manager License: GPL-3.0-or-later URL: https://crates.io/crates/swayr Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * Fix deprecated GPL-3.0+ SPDX identifier Patch: swayr-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 BuildRequires: systemd-rpm-macros %global _description %{expand: A LRU window-switcher (and more) for the sway window manager.} %description %{_description} %package -n %{crate} Summary: %{summary} # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 # Apache-2.0 OR BSL-1.0 # Apache-2.0 OR MIT # BSD-2-Clause OR Apache-2.0 OR MIT # GPL-3.0-or-later # MIT # MIT OR Apache-2.0 # MPL-2.0 # Unlicense OR MIT License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND GPL-3.0-or-later AND MIT AND MPL-2.0 AND (Unlicense OR MIT) # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} # FIXME: no license files detected %license LICENSE.dependencies %doc NEWS.md %doc README.md %{_bindir}/swayr %{_bindir}/swayrd %{_userunitdir}/swayrd.service %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel # FIXME: no license files detected %doc %{crate_instdir}/NEWS.md %doc %{crate_instdir}/README.md %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %install %cargo_install install -D -m 0644 -pv -t %{buildroot}%{_userunitdir} etc/swayrd.service %post -n %{crate} %systemd_user_post swayrd.service %preun -n %{crate} %systemd_user_preun swayrd.service %if %{with check} %check %cargo_test %endif %changelog %autochangelog