## START: Set by rpmautospec ## (rpmautospec version 0.3.8) ## 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 %global debug_package %{nil} %global crate no-std-compat Name: rust-no-std-compat Version: 0.4.1 Release: %autorelease Summary: #![no_std] compatibility layer that will make porting your crate to no_std *easy* License: MIT URL: https://crates.io/crates/no-std-compat Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*.} %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 %package -n %{name}+alloc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+alloc-devel %{_description} This package contains library source intended for building other packages which use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+compat_hash-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+compat_hash-devel %{_description} This package contains library source intended for building other packages which use the "compat_hash" feature of the "%{crate}" crate. %files -n %{name}+compat_hash-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+compat_macros-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+compat_macros-devel %{_description} This package contains library source intended for building other packages which use the "compat_macros" feature of the "%{crate}" crate. %files -n %{name}+compat_macros-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+compat_sync-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+compat_sync-devel %{_description} This package contains library source intended for building other packages which use the "compat_sync" feature of the "%{crate}" crate. %files -n %{name}+compat_sync-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+hashbrown-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+hashbrown-devel %{_description} This package contains library source intended for building other packages which use the "hashbrown" feature of the "%{crate}" crate. %files -n %{name}+hashbrown-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+spin-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+spin-devel %{_description} This package contains library source intended for building other packages which use the "spin" feature of the "%{crate}" crate. %files -n %{name}+spin-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unstable-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unstable-devel %{_description} This package contains library source intended for building other packages which use the "unstable" feature of the "%{crate}" crate. %files -n %{name}+unstable-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Sun Jan 28 2024 John Doe - 0.4.1-1 - Uncommitted changes ## END: Generated by rpmautospec