## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 27 %bcond check 1 %global debug_package %{nil} %global crate cryptoki Name: rust-cryptoki Version: 0.10.0 Release: %autorelease Summary: Rust-native wrapper around the PKCS #11 API License: Apache-2.0 URL: https://crates.io/crates/cryptoki Source: %{crates_source} # * Fix build on i686 # * https://github.com/parallaxsecond/rust-cryptoki/pull/283 Patch2: rust-cryptoki-fix-i386.patch BuildRequires: cargo-rpm-macros >= 24 %if %{with check} BuildRequires: softhsm %endif %global _description %{expand: Rust-native wrapper around the PKCS #11 API.} %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}+generate-bindings-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+generate-bindings-devel %{_description} This package contains library source intended for building other packages which use the "generate-bindings" feature of the "%{crate}" crate. %files -n %{name}+generate-bindings-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-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 export TEST_PKCS11_MODULE=%{_libdir}/pkcs11/libsofthsm2.so mkdir /tmp/tokens echo "directories.tokendir = /tmp/tokens" > /tmp/softhsm2.conf export SOFTHSM2_CONF=/tmp/softhsm2.conf %cargo_test %endif %changelog ## START: Generated by rpmautospec * Mon Jun 09 2025 Jakub Jelen - 0.10.0-2 - Fix build on i686 * Mon Jun 09 2025 Jakub Jelen - 0.10.0-1 - rust-cryptoki-0.10.0-1 (#2369983) * Mon Apr 28 2025 Jakub Jelen - 0.9.0-1 - Update to 0.9.0 (#2292911) * Sun Jan 19 2025 Fedora Release Engineering - 0.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Mar 08 2024 Peter Robinson - 0.6.2-1 - Update to 0.6.2 * Wed Jan 31 2024 Peter Robinson - 0.6.1-1 - Update to 0.6.1 * Fri Jan 26 2024 Fedora Release Engineering - 0.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Aug 06 2023 Fabio Valentini - 0.3.0-5 - Regenerate with rust2rpm v24 * Fri Jul 21 2023 Fedora Release Engineering - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Mar 14 2022 Peter Robinson - 0.2.1-1 - Update to 0.2.1 * Fri Jan 21 2022 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Aug 08 2021 Peter Robinson - 0.2.0-1 - Update to 0.2.0 * Fri Jul 23 2021 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Apr 05 2021 Peter Robinson - 0.1.1-1 - Update to 0.1.1 - Review updates * Fri Mar 26 2021 Peter Robinson - 0.1.0-1 - Initial package ## END: Generated by rpmautospec