# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate asn1-rs-impl Name: rust-asn1-rs-impl Version: 0.2.0 Release: %autorelease Summary: Implementation details for the asn1-rs crate # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/asn1-rs-impl Source: %{crates_source} # * https://github.com/rusticata/asn1-rs/commit/8750624225a91258e1f771558765b3dafc2c6830 Source2: https://github.com/rusticata/asn1-rs/raw/8750624225a91258e1f771558765b3dafc2c6830/LICENSE-APACHE # * https://github.com/rusticata/asn1-rs/commit/8750624225a91258e1f771558765b3dafc2c6830 Source3: https://github.com/rusticata/asn1-rs/raw/8750624225a91258e1f771558765b3dafc2c6830/LICENSE-MIT BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Implementation details for the `asn1-rs` crate.} %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 %{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 cp -p %SOURCE2 %SOURCE3 . %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog