# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate lewton Name: rust-lewton Version: 0.10.2 Release: %autorelease Summary: Pure Rust vorbis decoder License: MIT OR Apache-2.0 URL: https://crates.io/crates/lewton Source: %{crates_source} Patch0: 0001-Drop-alto-dependency.patch BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Pure Rust vorbis decoder.} %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}/CHANGELOG.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 %package -n %{name}+async_ogg-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async_ogg-devel %{_description} This package contains library source intended for building other packages which use the "async_ogg" feature of the "%{crate}" crate. %files -n %{name}+async_ogg-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+futures-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+futures-devel %{_description} This package contains library source intended for building other packages which use the "futures" feature of the "%{crate}" crate. %files -n %{name}+futures-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ogg-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ogg-devel %{_description} This package contains library source intended for building other packages which use the "ogg" feature of the "%{crate}" crate. %files -n %{name}+ogg-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-io-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-io-devel %{_description} This package contains library source intended for building other packages which use the "tokio-io" feature of the "%{crate}" crate. %files -n %{name}+tokio-io-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