# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate aesni Name: rust-aesni0.10 Version: 0.10.0 Release: %autorelease Summary: AES (Rijndael) block ciphers implementation using AES-NI License: MIT OR Apache-2.0 URL: https://crates.io/crates/aesni Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: AES (Rijndael) block ciphers implementation using AES-NI.} %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-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/CHANGELOG.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}+ctr-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ctr-devel %{_description} This package contains library source intended for building other packages which use the "ctr" feature of the "%{crate}" crate. %files -n %{name}+ctr-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+nocheck-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+nocheck-devel %{_description} This package contains library source intended for building other packages which use the "nocheck" feature of the "%{crate}" crate. %files -n %{name}+nocheck-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %global build_rustflags %{build_rustflags} -Ctarget-feature=+aes,+ssse3 %cargo_build %install %cargo_install %if %{with check} %check # just the lib test %cargo_test -- --lib %endif %changelog %autochangelog