# Generated by rust2rpm 28 %bcond check 1 %global crate rinanasay Name: rust-rinanasay Version: 0.1.1 Release: %autorelease Summary: Rinana says things License: MIT OR Apache-2.0 URL: https://crates.io/crates/rinanasay Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Rinana says things.} %description %{_description} %package -n %{crate} Summary: %{summary} # FIXME: paste output of %%cargo_license_summary here License: # FIXME # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc README.md %{_bindir}/rinanasay %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 * Wed Apr 22 2026 tortoise501 0.1.1-1 - new package built with tito - rinana will say something %autochangelog