# Generated by rust2rpm 27 %bcond check 1 %global crate dlwrap Name: rust-dlwrap Version: 0.3.7 Release: %autorelease Summary: Dlopen wrapper code generator License: Apache-2.0 URL: https://crates.io/crates/dlwrap Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * enable runtime feature of clang/clang-sys Patch: dlwrap-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Dlopen wrapper code generator.} %description %{_description} %package -n %{crate} Summary: %{summary} # Upstream license specification: Apache-2.0 # # The build dependencies have the following licenses: # # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 # Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # Unlicense OR MIT License: Apache-2.0 AND (Apache-2.0 OR MIT) AND MIT AND (MIT OR Apache-2.0) AND (Unlicense OR MIT) # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc README.md %{_bindir}/dlwrap %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}/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 %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog