# Generated by rust2rpm 27 %bcond check 1 %global crate swayrbar Name: rust-swayrbar Version: 0.4.2 Release: %autorelease Summary: Swaybar-protocol implementation for sway/swaybar License: GPL-3.0-or-later URL: https://crates.io/crates/swayrbar Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * Fix deprecated GPL-3.0+ SPDX identifier Patch: swayrbar-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A swaybar-protocol implementation for sway/swaybar.} %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 # GPL-3.0-or-later # MIT # MIT OR Apache-2.0 # MPL-2.0 # Unlicense OR MIT License: GPL-3.0-or-later AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND Unicode-DFS-2016 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}/swayrbar %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 %if %{with check} %check %cargo_test %endif %changelog %autochangelog