## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %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 23 %bcond_without check %global debug_package %{nil} %global crate ppv-lite86 Name: rust-ppv-lite86 Version: 0.2.17 Release: %autorelease Summary: Implementation of the crypto-simd API for x86 # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/ppv-lite86 Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: Implementation of the crypto-simd API for x86.} %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}/CHANGELOG.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}+no_simd-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+no_simd-devel %{_description} This package contains library source intended for building other packages which use the "no_simd" feature of the "%{crate}" crate. %files -n %{name}+no_simd-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+simd-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+simd-devel %{_description} This package contains library source intended for building other packages which use the "simd" feature of the "%{crate}" crate. %files -n %{name}+simd-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_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Mon Nov 20 2023 Arkady L. Shane - 0.2.17-1 - Rebuilt for MSVSphere 9.2 * Mon Nov 07 2022 Fabio Valentini 0.2.17-1 - Update to version 0.2.17; Fixes RHBZ#2140252 * Sat Jul 23 2022 Fedora Release Engineering 0.2.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering 0.2.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Fabio Valentini 0.2.16-1 - Update to version 0.2.16; Fixes RHBZ#2036267 * Thu Nov 04 2021 Fabio Valentini 0.2.15-1 - Update to version 0.2.15; Fixes RHBZ#2013907 * Fri Jul 23 2021 Fedora Release Engineering - 0.2.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Nov 05 2020 Fabio Valentini - 0.2.10-1 - Update to version 0.2.10. - Fixes RHBZ#1893825 * Wed Aug 26 2020 Josh Stone - 0.2.9-1 - Update to 0.2.9 * Wed Jul 29 2020 Fedora Release Engineering - 0.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 17 07:17:37 CEST 2020 Igor Raits - 0.2.8-1 - Update to 0.2.8 * Thu Jan 30 2020 Fedora Release Engineering - 0.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 15 2019 Josh Stone - 0.2.6-1 - Update to 0.2.6 * Sat Aug 03 16:14:20 CEST 2019 Igor Gnatenko - 0.2.5-1 - Initial package