|
|
@ -1,11 +1,10 @@
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global crate sequoia-policy-config
|
|
|
|
%global crate sequoia-policy-config
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-sequoia-policy-config
|
|
|
|
Name: rust-sequoia-policy-config
|
|
|
|
Version: 0.3.0
|
|
|
|
Version: 0.4.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Configure Sequoia using a configuration file
|
|
|
|
Summary: Configure Sequoia using a configuration file
|
|
|
|
|
|
|
|
|
|
|
@ -18,13 +17,35 @@ Patch: sequoia-policy-config-fix-metadata-auto.diff
|
|
|
|
# * default to the nettle crypto backend of sequoia-openpgp
|
|
|
|
# * default to the nettle crypto backend of sequoia-openpgp
|
|
|
|
Patch: sequoia-policy-config-fix-metadata.diff
|
|
|
|
Patch: sequoia-policy-config-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 23
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Configure Sequoia using a configuration file.}
|
|
|
|
Configure Sequoia using a configuration file.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
# Apache-2.0 OR MIT
|
|
|
|
|
|
|
|
# BSL-1.0
|
|
|
|
|
|
|
|
# LGPL-2.0-or-later
|
|
|
|
|
|
|
|
# LGPL-3.0 OR GPL-2.0 OR GPL-3.0
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
|
|
|
|
# MIT OR Apache-2.0
|
|
|
|
|
|
|
|
# MIT OR Apache-2.0 OR Zlib
|
|
|
|
|
|
|
|
# Unlicense OR MIT
|
|
|
|
|
|
|
|
# Zlib OR Apache-2.0 OR MIT
|
|
|
|
|
|
|
|
License: LGPL-3.0 AND BSL-1.0 AND MIT
|
|
|
|
|
|
|
|
# LICENSE.dependencies contains a full license breakdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{crate}
|
|
|
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
|
|
|
%license LICENSE.dependencies
|
|
|
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%{_bindir}/sequoia-policy-config-check
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -60,6 +81,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
|
|
|
|
|
%{cargo_license} > LICENSE.dependencies
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%cargo_install
|
|
|
|
%cargo_install
|
|
|
|