# Generated by rust2rpm 28 %bcond check 1 %global debug_package %{nil} %global crate wycheproof Name: rust-wycheproof Version: 0.6.0 Release: %autorelease Summary: Wycheproof test vectors License: Apache-2.0 URL: https://crates.io/crates/wycheproof Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Wycheproof test vectors.} %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}/NEWS.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}+aead-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+aead-devel %{_description} This package contains library source intended for building other packages which use the "aead" feature of the "%{crate}" crate. %files -n %{name}+aead-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+cipher-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+cipher-devel %{_description} This package contains library source intended for building other packages which use the "cipher" feature of the "%{crate}" crate. %files -n %{name}+cipher-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+dsa-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+dsa-devel %{_description} This package contains library source intended for building other packages which use the "dsa" feature of the "%{crate}" crate. %files -n %{name}+dsa-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ec-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ec-devel %{_description} This package contains library source intended for building other packages which use the "ec" feature of the "%{crate}" crate. %files -n %{name}+ec-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ecdh-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ecdh-devel %{_description} This package contains library source intended for building other packages which use the "ecdh" feature of the "%{crate}" crate. %files -n %{name}+ecdh-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ecdsa-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ecdsa-devel %{_description} This package contains library source intended for building other packages which use the "ecdsa" feature of the "%{crate}" crate. %files -n %{name}+ecdsa-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+eddsa-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+eddsa-devel %{_description} This package contains library source intended for building other packages which use the "eddsa" feature of the "%{crate}" crate. %files -n %{name}+eddsa-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+fpe-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+fpe-devel %{_description} This package contains library source intended for building other packages which use the "fpe" feature of the "%{crate}" crate. %files -n %{name}+fpe-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+hkdf-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+hkdf-devel %{_description} This package contains library source intended for building other packages which use the "hkdf" feature of the "%{crate}" crate. %files -n %{name}+hkdf-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+keywrap-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+keywrap-devel %{_description} This package contains library source intended for building other packages which use the "keywrap" feature of the "%{crate}" crate. %files -n %{name}+keywrap-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+mac-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+mac-devel %{_description} This package contains library source intended for building other packages which use the "mac" feature of the "%{crate}" crate. %files -n %{name}+mac-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+num-bigint-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+num-bigint-devel %{_description} This package contains library source intended for building other packages which use the "num-bigint" feature of the "%{crate}" crate. %files -n %{name}+num-bigint-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+primality-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+primality-devel %{_description} This package contains library source intended for building other packages which use the "primality" feature of the "%{crate}" crate. %files -n %{name}+primality-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rsa_enc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rsa_enc-devel %{_description} This package contains library source intended for building other packages which use the "rsa_enc" feature of the "%{crate}" crate. %files -n %{name}+rsa_enc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rsa_sig-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rsa_sig-devel %{_description} This package contains library source intended for building other packages which use the "rsa_sig" feature of the "%{crate}" crate. %files -n %{name}+rsa_sig-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+xdh-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+xdh-devel %{_description} This package contains library source intended for building other packages which use the "xdh" feature of the "%{crate}" crate. %files -n %{name}+xdh-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