## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %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 28 %bcond check 1 %global debug_package %{nil} %global crate sequoia-cert-store Name: rust-sequoia-cert-store Version: 0.7.2 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 dependencies and normalize metadata Patch: sequoia-cert-store-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * exclude integration tests, test data, and scripts from installed files Patch: sequoia-cert-store-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %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}+keyserver-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+keyserver-devel %{_description} This package contains library source intended for building other packages which use the "keyserver" feature of the "%{crate}" crate. %files -n %{name}+keyserver-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build # build with the default crypto backend (Nettle) %cargo_build -f sequoia-openpgp/crypto-nettle %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Tue Mar 31 2026 Fabio Valentini - 0.7.2-1 - Update to version 0.7.2 * Sat Jan 17 2026 Fedora Release Engineering - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Thu Dec 11 2025 Fabio Valentini - 0.7.1-1 - Update to version 0.7.1 * Fri Nov 07 2025 Benjamin A. Beasley - 0.7.0-3 - Allow dirs 6 * Fri Jul 25 2025 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Mar 08 2025 Fabio Valentini - 0.7.0-1 - Update to version 0.7.0; Fixes RHBZ#2349874 * Sun Jan 19 2025 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jan 01 2025 Fabio Valentini - 0.6.2-1 - Update to version 0.6.2; Fixes RHBZ#2335173 * Mon Dec 16 2024 Fabio Valentini - 0.6.1-2 - Bump sequoia-net dependency from 0.28 to 0.29 * Mon Sep 16 2024 Fabio Valentini - 0.6.1-1 - Update to version 0.6.1; Fixes RHBZ#2311285 * Sat Jul 20 2024 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 14 2024 Fabio Valentini - 0.6.0-1 - Update to version 0.6.0; Fixes RHBZ#2292422 * Tue Apr 16 2024 Fabio Valentini - 0.5.3-1 - Update to version 0.5.3; Fixes RHBZ#2275113 * Tue Apr 09 2024 Fabio Valentini - 0.5.2-1 - Update to version 0.5.2 * Tue Apr 09 2024 Fabio Valentini - 0.5.1-2 - Include proposed patch to restore compatibility with sqlite < 3.35 * Thu Apr 04 2024 Fabio Valentini - 0.5.1-1 - Update to version 0.5.1; Fixes RHBZ#2273058 * Tue Mar 19 2024 Fabio Valentini - 0.5.0-1 - Update to version 0.5.0; Fixes RHBZ#2265676 * Wed Feb 14 2024 Fabio Valentini - 0.4.2-1 - Update to version 0.4.2; Fixes RHBZ#2260953 * Fri Jan 26 2024 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Dec 14 2023 Fabio Valentini - 0.4.0-1 - Update to version 0.4.0; Fixes RHBZ#2253247 * Wed Aug 02 2023 Fabio Valentini - 0.3.2-1 - Update to version 0.3.2 * Fri Jul 21 2023 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed May 10 2023 Fabio Valentini - 0.2.0-1 - Initial import (#2186844) ## END: Generated by rpmautospec