initial import (#1948156)
parent
89d4f6391a
commit
7040a48fe1
@ -0,0 +1,4 @@
|
||||
/results_*/
|
||||
/*.src.rpm
|
||||
|
||||
/sequoia-autocrypt-0.23.1.crate
|
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
crypto-cng
|
@ -1,3 +0,0 @@
|
||||
# rust-sequoia-autocrypt
|
||||
|
||||
The rust-sequoia-autocrypt package
|
@ -0,0 +1,123 @@
|
||||
# Generated by rust2rpm 16
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate sequoia-autocrypt
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.23.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Autocrypt support
|
||||
|
||||
# Upstream license specification: GPL-2.0-or-later
|
||||
# https://gitlab.com/sequoia-pgp/sequoia/-/issues/708
|
||||
License: GPLv2+
|
||||
URL: https://crates.io/crates/sequoia-autocrypt
|
||||
Source: %{crates_source}
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
%if %{__cargo_skip_build}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
|
||||
%global _description %{expand:
|
||||
Autocrypt support.}
|
||||
|
||||
%description %{_description}
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "%{crate}" crate.
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
||||
|
||||
%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 "default" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+default-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "compression" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+compression-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "compression-bzip2" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+compression-bzip2-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "compression-deflate" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+compression-deflate-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "crypto-nettle" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+crypto-nettle-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
||||
%cargo_prep
|
||||
|
||||
%generate_buildrequires
|
||||
%cargo_generate_buildrequires
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%cargo_test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.23.1-1
|
||||
- Initial package
|
Loading…
Reference in new issue