# Generated by rust2rpm 26 %bcond check 1 %global crate add-determinism Name: rust-add-determinism Version: 0.1.0 Release: %autorelease Summary: RPM buildroot helper to strip nondeterministic bits in files License: GPL-3.0-or-later URL: https://crates.io/crates/add-determinism Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: RPM buildroot helper to strip nondeterministic bits in files.} %description %{_description} %package -n %{crate} Summary: %{summary} License: GPL-3.0-or-later AND (Apache-2.0 OR MIT) AND MIT AND (MIT OR Apache-2.0) AND (Unlicense OR MIT) %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE.GPL3 %license LICENSE.dependencies %doc README.md %{_bindir}/add-determinism %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.GPL3 %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 echo 'python3dist(marshalparser)' %build %cargo_build %{cargo_license_summary} %{cargo_license} >LICENSE.dependencies %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog