# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate sequoia-openpgp Name: rust-sequoia-openpgp Version: 1.14.0 Release: %autorelease Summary: OpenPGP data types and associated machinery License: LGPL-2.0-or-later URL: https://crates.io/crates/sequoia-openpgp Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: sequoia-openpgp-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * drop feature for Windows-specific crypto backend # * drop unused, benchmark-only criterion dev-dependency to speed up builds # * drop example-only rpassword dev-dependency (currently too old in Fedora) Patch: sequoia-openpgp-fix-metadata.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: OpenPGP data types and associated machinery.} %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.txt %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}+__implicit-crypto-backend-for-tests-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+__implicit-crypto-backend-for-tests-devel %{_description} This package contains library source intended for building other packages which use the "__implicit-crypto-backend-for-tests" feature of the "%{crate}" crate. %files -n %{name}+__implicit-crypto-backend-for-tests-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+allow-experimental-crypto-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+allow-experimental-crypto-devel %{_description} This package contains library source intended for building other packages which use the "allow-experimental-crypto" feature of the "%{crate}" crate. %files -n %{name}+allow-experimental-crypto-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+allow-variable-time-crypto-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+allow-variable-time-crypto-devel %{_description} This package contains library source intended for building other packages which use the "allow-variable-time-crypto" feature of the "%{crate}" crate. %files -n %{name}+allow-variable-time-crypto-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+bzip2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bzip2-devel %{_description} This package contains library source intended for building other packages which use the "bzip2" feature of the "%{crate}" crate. %files -n %{name}+bzip2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+compression-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+compression-devel %{_description} This package contains library source intended for building other packages which use the "compression" feature of the "%{crate}" crate. %files -n %{name}+compression-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+compression-bzip2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+compression-bzip2-devel %{_description} This package contains library source intended for building other packages which use the "compression-bzip2" feature of the "%{crate}" crate. %files -n %{name}+compression-bzip2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+compression-deflate-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+compression-deflate-devel %{_description} This package contains library source intended for building other packages which use the "compression-deflate" feature of the "%{crate}" crate. %files -n %{name}+compression-deflate-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+crypto-nettle-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crypto-nettle-devel %{_description} This package contains library source intended for building other packages which use the "crypto-nettle" feature of the "%{crate}" crate. %files -n %{name}+crypto-nettle-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+crypto-openssl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crypto-openssl-devel %{_description} This package contains library source intended for building other packages which use the "crypto-openssl" feature of the "%{crate}" crate. %files -n %{name}+crypto-openssl-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+flate2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+flate2-devel %{_description} This package contains library source intended for building other packages which use the "flate2" feature of the "%{crate}" crate. %files -n %{name}+flate2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+foreign-types-shared-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+foreign-types-shared-devel %{_description} This package contains library source intended for building other packages which use the "foreign-types-shared" feature of the "%{crate}" crate. %files -n %{name}+foreign-types-shared-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+nettle-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+nettle-devel %{_description} This package contains library source intended for building other packages which use the "nettle" feature of the "%{crate}" crate. %files -n %{name}+nettle-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+openssl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+openssl-devel %{_description} This package contains library source intended for building other packages which use the "openssl" feature of the "%{crate}" crate. %files -n %{name}+openssl-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+openssl-sys-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+openssl-sys-devel %{_description} This package contains library source intended for building other packages which use the "openssl-sys" feature of the "%{crate}" crate. %files -n %{name}+openssl-sys-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 # remove examples which depend on rpassword rm examples/{notarize.rs,sign.rs,sign-detached.rs} %cargo_prep %generate_buildrequires # * ensure all dependencies for tests are generated %cargo_generate_buildrequires -f crypto-openssl,crypto-nettle,compression %build %cargo_build %install %cargo_install %if %{with check} %check # * run tests with nettle crypto backend (default) %cargo_test -n -f crypto-nettle,compression # * run tests with openssl crypto backend # * skip test that fails with OpenSSL < 3.0.7 due to missing RIPEMD160 algorithm: # https://gitlab.com/sequoia-pgp/sequoia/-/issues/979 %cargo_test -n -f crypto-openssl,compression -- -- --skip packet::one_pass_sig::tests::roundtrip %endif %changelog %autochangelog