## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## 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 28 %bcond check 1 %global debug_package %{nil} %global crate fearless_simd Name: rust-fearless_simd Version: 0.4.0 Release: %autorelease Summary: Safer and easier SIMD License: Apache-2.0 OR MIT URL: https://crates.io/crates/fearless_simd Source: %{crates_source} # * Ensure the source package contains “original sources” for generated code. # * This is solely for compliance; it is not used when building the package. # * https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#pregenerated-code Source10: https://github.com/linebender/fearless_simd/archive/v%{version}/fearless_simd-%{version}.tar.gz BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Safer and easier SIMD.} %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-APACHE %license %{crate_instdir}/LICENSE-MIT %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}+force_support_fallback-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+force_support_fallback-devel %{_description} This package contains library source intended for building other packages which use the "force_support_fallback" feature of the "%{crate}" crate. %files -n %{name}+force_support_fallback-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libm-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libm-devel %{_description} This package contains library source intended for building other packages which use the "libm" feature of the "%{crate}" crate. %files -n %{name}+libm-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+safe_wrappers-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+safe_wrappers-devel %{_description} This package contains library source intended for building other packages which use the "safe_wrappers" feature of the "%{crate}" crate. %files -n %{name}+safe_wrappers-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 %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 * Wed Apr 15 2026 Benjamin A. Beasley - 0.4.0-1 - Update to version 0.4.0 * Tue Mar 10 2026 Davide Cavalca - 0.3.0-1 - Initial import; Fixes: RHBZ#2443677 ## END: Generated by rpmautospec