## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 25 %bcond_without check # We only want to package the binary %global __cargo_is_lib() 0 %global crate mdsh Name: rust-mdsh Version: 0.7.0 Release: %autorelease Summary: Markdown shell pre-processor License: MIT URL: https://crates.io/crates/mdsh Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Markdown shell pre-processor.} %description %{_description} %package -n %{crate} Summary: %{summary} # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # Unlicense OR MIT # LICENSE.dependencies contains a full license breakdown License: MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT) %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc CHANGELOG.md %doc README.md %{_bindir}/mdsh %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %cargo_license_summary %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Fri Oct 20 2023 John Doe - 0.7.0-1 - Uncommitted changes