You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-sequoia-cert-store/rust-sequoia-cert-store.spec

106 lines
2.9 KiB

# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate sequoia-cert-store
Name: rust-sequoia-cert-store
Version: 0.2.0
Release: %autorelease
Summary: Certificate database interface
License: LGPL-2.0-or-later
URL: https://crates.io/crates/sequoia-cert-store
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: sequoia-cert-store-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * bump sequoia-net dependency from 0.26 to 0.27
# * expose features for crypto backends without setting a default
# * exclude integration tests, test data, and scripts from installed files
Patch: sequoia-cert-store-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A certificate database interface.}
%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}/CONTRIBUTING.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}+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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
# ensure all dependencies for building tests are available
%cargo_generate_buildrequires -f crypto-nettle,crypto-openssl
%build
# build with the default crypto backend (Nettle)
%cargo_build -f crypto-nettle
%install
%cargo_install -f crypto-nettle
%if %{with check}
%check
# run tests with the default crypto backend (Nettle)
%cargo_test -f crypto-nettle
# run tests with the OpenSSL crypto backend
%cargo_test -f crypto-openssl
%endif
%changelog
%autochangelog