Davide Cavalca 4 years ago
parent 3994b42214
commit ea4fd293ec

1
.gitignore vendored

@ -0,0 +1 @@
/enum-iterator-0.6.0.crate

@ -0,0 +1,73 @@
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate enum-iterator
Name: rust-%{crate}
Version: 0.6.0
Release: 1%{?dist}
Summary: Tools to iterate over the variants of a field-less enum
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/enum-iterator
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Tools to iterate over the variants of a field-less enum.}
%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
%{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
%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 Jun 24 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.6.0-1
- Initial package

@ -0,0 +1 @@
SHA512 (enum-iterator-0.6.0.crate) = 9560edd3ba37715bf1d65638738d085efd5b5e360619ab931f0a371184b8fe6ca2ea2cb258a384d5eb5d5c1de3b337b9e4c7f1c526aecc75bac1be92f8a980d3
Loading…
Cancel
Save