Initial import (#2186547)

epel9
Fabio Valentini 2 years ago
parent 6ebde5b14b
commit 9e5467d9f3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/openpgp-cert-d-0.1.0.crate

@ -1,3 +0,0 @@
# rust-openpgp-cert-d
The rust-openpgp-cert-d package

@ -0,0 +1,69 @@
# Generated by rust2rpm 24
# * files required for compiling tests are not included in published crates
%bcond_with check
%global debug_package %{nil}
%global crate openpgp-cert-d
Name: rust-openpgp-cert-d
Version: 0.1.0
Release: %autorelease
Summary: Shared OpenPGP Certificate Directory
License: MIT
URL: https://crates.io/crates/openpgp-cert-d
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Shared OpenPGP Certificate Directory.}
%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
%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
%autochangelog

@ -0,0 +1 @@
SHA512 (openpgp-cert-d-0.1.0.crate) = bef579a914438ee62ae92f150e3b6297a523f67a7374333b2ae37eb2a263c6e0787064aba49d91ee0c4805d6d0a205308f118028f8ee9942cc6c241c4a5d17ee
Loading…
Cancel
Save