# Generated by rust2rpm 28 %bcond check 1 %global debug_package %{nil} %global crate crc32c Name: rust-crc32c Version: 0.6.8 Release: %autorelease Summary: Safe implementation for hardware accelerated CRC32C instructions with software fallback # Upstream license specification: Apache-2.0/MIT License: Apache-2.0 OR MIT URL: https://crates.io/crates/crc32c Source: %{crates_source} Patch0: crc32c-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Safe implementation for hardware accelerated CRC32C instructions with software fallback.} %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 %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