Initial import (#2213264)

epel9
Fabio Valentini 2 years ago
parent 94513fa467
commit c9baf39d0c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/elliptic-curve-0.13.5.crate

@ -1,3 +0,0 @@
# rust-elliptic-curve
The rust-elliptic-curve package

@ -0,0 +1,276 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate elliptic-curve
Name: rust-elliptic-curve
Version: 0.13.5
Release: %autorelease
Summary: General purpose Elliptic Curve Cryptography
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/elliptic-curve
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
General purpose Elliptic Curve Cryptography (ECC) support, including
types and traits for representing various elliptic curve forms, scalars,
points, and public/secret keys composed thereof.}
%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-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.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}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arithmetic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arithmetic-devel %{_description}
This package contains library source intended for building other packages which
use the "arithmetic" feature of the "%{crate}" crate.
%files -n %{name}+arithmetic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bits-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bits-devel %{_description}
This package contains library source intended for building other packages which
use the "bits" feature of the "%{crate}" crate.
%files -n %{name}+bits-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dev-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dev-devel %{_description}
This package contains library source intended for building other packages which
use the "dev" feature of the "%{crate}" crate.
%files -n %{name}+dev-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+digest-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+digest-devel %{_description}
This package contains library source intended for building other packages which
use the "digest" feature of the "%{crate}" crate.
%files -n %{name}+digest-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ecdh-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ecdh-devel %{_description}
This package contains library source intended for building other packages which
use the "ecdh" feature of the "%{crate}" crate.
%files -n %{name}+ecdh-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ff-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ff-devel %{_description}
This package contains library source intended for building other packages which
use the "ff" feature of the "%{crate}" crate.
%files -n %{name}+ff-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+group-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+group-devel %{_description}
This package contains library source intended for building other packages which
use the "group" feature of the "%{crate}" crate.
%files -n %{name}+group-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+hash2curve-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hash2curve-devel %{_description}
This package contains library source intended for building other packages which
use the "hash2curve" feature of the "%{crate}" crate.
%files -n %{name}+hash2curve-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+hazmat-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hazmat-devel %{_description}
This package contains library source intended for building other packages which
use the "hazmat" feature of the "%{crate}" crate.
%files -n %{name}+hazmat-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+jwk-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+jwk-devel %{_description}
This package contains library source intended for building other packages which
use the "jwk" feature of the "%{crate}" crate.
%files -n %{name}+jwk-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pem-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pem-devel %{_description}
This package contains library source intended for building other packages which
use the "pem" feature of the "%{crate}" crate.
%files -n %{name}+pem-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pkcs8-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pkcs8-devel %{_description}
This package contains library source intended for building other packages which
use the "pkcs8" feature of the "%{crate}" crate.
%files -n %{name}+pkcs8-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+sec1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+sec1-devel %{_description}
This package contains library source intended for building other packages which
use the "sec1" feature of the "%{crate}" crate.
%files -n %{name}+sec1-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+voprf-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+voprf-devel %{_description}
This package contains library source intended for building other packages which
use the "voprf" feature of the "%{crate}" crate.
%files -n %{name}+voprf-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 (elliptic-curve-0.13.5.crate) = 7bd65972318e51401c700ba6007bb658b46faf9c983889dc43449cc3ae817f8bbe9f38a549b80d3a785bcd921361476ef44f0f4335612a426299c57effd9b4fa
Loading…
Cancel
Save