# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate cint Name: rust-%{crate} Version: 0.3.1 Release: %autorelease Summary: Lean, minimal, and stable set of types for color interoperation between crates in Rust # Upstream license specification: MIT OR Apache-2.0 OR Zlib License: MIT or ASL 2.0 or zlib URL: https://crates.io/crates/cint Source: %{crates_source} # Add license files: https://github.com/fu5ha/cint/pull/2 Source: https://github.com/fu5ha/cint/raw/bd5fb26b1362a2d4e332317a90526b4518fcdb0d/LICENSE-APACHE Source: https://github.com/fu5ha/cint/raw/bd5fb26b1362a2d4e332317a90526b4518fcdb0d/LICENSE-MIT Source: https://github.com/fu5ha/cint/raw/bd5fb26b1362a2d4e332317a90526b4518fcdb0d/LICENSE-ZLIB # Ignore example in doc test Patch: https://github.com/fu5ha/cint/pull/3.patch ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 %global _description %{expand: Lean, minimal, and stable set of types for color interoperation between crates in Rust.} %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 %license %{crate_instdir}/LICENSE-ZLIB %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}+bytemuck-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bytemuck-devel %{_description} This package contains library source intended for building other packages which use the "bytemuck" feature of the "%{crate}" crate. %files -n %{name}+bytemuck-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep cp -p %SOURCE1 LICENSE-APACHE cp -p %SOURCE2 LICENSE-MIT cp -p %SOURCE3 LICENSE-ZLIB %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog