# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} %global crate der Name: rust-%{crate} Version: 0.4.0 Release: 1%{?dist} Summary: Implementation of the Distinguished Encoding Rules (DER) # Upstream license specification: Apache-2.0 OR MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/der Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %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 "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+alloc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+alloc-devel %{_description} This package contains library source intended for building other packages which use "alloc" feature of "%{crate}" crate. %files -n %{name}+alloc-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+bigint-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bigint-devel %{_description} This package contains library source intended for building other packages which use "bigint" feature of "%{crate}" crate. %files -n %{name}+bigint-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+const-oid-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+const-oid-devel %{_description} This package contains library source intended for building other packages which use "const-oid" feature of "%{crate}" crate. %files -n %{name}+const-oid-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+crypto-bigint-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crypto-bigint-devel %{_description} This package contains library source intended for building other packages which use "crypto-bigint" feature of "%{crate}" crate. %files -n %{name}+crypto-bigint-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+der_derive-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+der_derive-devel %{_description} This package contains library source intended for building other packages which use "der_derive" feature of "%{crate}" crate. %files -n %{name}+der_derive-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+derive-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+derive-devel %{_description} This package contains library source intended for building other packages which use "derive" feature of "%{crate}" crate. %files -n %{name}+derive-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+oid-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+oid-devel %{_description} This package contains library source intended for building other packages which use "oid" feature of "%{crate}" crate. %files -n %{name}+oid-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sun Jul 11 2021 Robert-André Mauchin - 0.4.0-1 - Initial package