# Generated by rust2rpm 28 %bcond check 1 %global debug_package %{nil} %global crate sailfish Name: rust-sailfish Version: 0.10.1 Release: %autorelease Summary: Simple, small, and extremely fast template engine for Rust License: MIT URL: https://crates.io/crates/sailfish Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Simple, small, and extremely fast template engine for Rust.} %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 # FIXME: no license files detected %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 %package -n %{name}+config-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+config-devel %{_description} This package contains library source intended for building other packages which use the "config" feature of the "%{crate}" crate. %files -n %{name}+config-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+derive-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+derive-devel %{_description} This package contains library source intended for building other packages which use the "derive" feature of the "%{crate}" crate. %files -n %{name}+derive-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+json-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+json-devel %{_description} This package contains library source intended for building other packages which use the "json" feature of the "%{crate}" crate. %files -n %{name}+json-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+perf-inline-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+perf-inline-devel %{_description} This package contains library source intended for building other packages which use the "perf-inline" feature of the "%{crate}" crate. %files -n %{name}+perf-inline-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+sailfish-macros-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+sailfish-macros-devel %{_description} This package contains library source intended for building other packages which use the "sailfish-macros" feature of the "%{crate}" crate. %files -n %{name}+sailfish-macros-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde_json-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_json-devel %{_description} This package contains library source intended for building other packages which use the "serde_json" feature of the "%{crate}" crate. %files -n %{name}+serde_json-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