## START: Set by rpmautospec ## (rpmautospec version 0.7.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; 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 26 # * outdated dev-dependency: adler32 %bcond_with check %global debug_package %{nil} %global crate simd-adler32 Name: rust-simd-adler32 Version: 0.3.7 Release: %autorelease Summary: SIMD-accelerated Adler-32 hash algorithm implementation License: MIT URL: https://crates.io/crates/simd-adler32 Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A SIMD-accelerated Adler-32 hash algorithm implementation.} %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.md %doc %{crate_instdir}/CHANGELOG.md %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}+const-generics-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+const-generics-devel %{_description} This package contains library source intended for building other packages which use the "const-generics" feature of the "%{crate}" crate. %files -n %{name}+const-generics-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+nightly-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+nightly-devel %{_description} This package contains library source intended for building other packages which use the "nightly" feature of the "%{crate}" crate. %files -n %{name}+nightly-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 * Fri Dec 20 2024 MSVSphere Packaging Team - 0.3.7-4 - Rebuilt for MSVSphere 10 ## START: Generated by rpmautospec * Tue Aug 27 2024 Fabio Valentini - 0.3.7-4 - Disable tests to avoid pulling in outdated dev-dependencies * Sat Jul 20 2024 Fedora Release Engineering - 0.3.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering - 0.3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 27 2023 Fabio Valentini - 0.3.7-1 - Update to version 0.3.7; Fixes RHBZ#2225247 * Fri Jul 21 2023 Fedora Release Engineering - 0.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 18 2023 Fabio Valentini - 0.3.5-1 - Initial import (#2222662) ## END: Generated by rpmautospec