# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate equator Name: rust-equator Version: 0.4.1 Release: %autorelease Summary: Composable assertion library License: MIT URL: https://crates.io/crates/equator Source: %{crates_source} # * See “Add missing license files to published crates”, # https://github.com/sarah-quinones/equator/pull/2. Releases are not tagged, # so we reference the commit corresponding to equator/equator-macro 0.4.1. Source10: https://github.com/sarah-quinones/equator/raw/bca8e32847400e629d9e1e677b56620d4c353da1/LICENSE # Manually created patch for downstream crate metadata changes # * Remove the dev-dependency on assert2, not packaged Patch: equator-fix-metadata.diff # * Omit tests that would require us to package the assert2 crate Patch10: equator-0.4.1-no-assert2.patch BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Composable assertion library.} %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}/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 # Copy in the missing license file cp -p '%{SOURCE10}' . %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog