# Generated by rust2rpm 28 %bcond check 1 %global debug_package %{nil} %global crate soup3 Name: rust-soup3 Version: 0.9.0 Release: %autorelease Summary: Soup crate for Rust License: MIT URL: https://crates.io/crates/soup3 Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Soup crate 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 %license %{crate_instdir}/LICENSE %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}+v3_2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v3_2-devel %{_description} This package contains library source intended for building other packages which use the "v3_2" feature of the "%{crate}" crate. %files -n %{name}+v3_2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+v3_4-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v3_4-devel %{_description} This package contains library source intended for building other packages which use the "v3_4" feature of the "%{crate}" crate. %files -n %{name}+v3_4-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+v3_6-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v3_6-devel %{_description} This package contains library source intended for building other packages which use the "v3_6" feature of the "%{crate}" crate. %files -n %{name}+v3_6-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+v3_8-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v3_8-devel %{_description} This package contains library source intended for building other packages which use the "v3_8" feature of the "%{crate}" crate. %files -n %{name}+v3_8-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