# Generated by rust2rpm 26 # * tests can only be run in-tree %bcond_with check %global debug_package %{nil} %global crate strum_macros Name: rust-strum_macros0.21 Version: 0.21.1 Release: %autorelease Summary: Helpful macros for working with enums and strings License: MIT URL: https://crates.io/crates/strum_macros Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * remove reference to readme file that is not included in published crates Patch: strum_macros-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Helpful macros for working with enums and strings.} %description %{_description} %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 %license %{crate_instdir}/LICENSE %{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 %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog