initial import

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 17586c936d
commit ea620eea97

1
.gitignore vendored

@ -0,0 +1 @@
/typed-arena-1.3.0.crate

@ -0,0 +1,55 @@
# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate typed-arena
Name: rust-%{crate}
Version: 1.3.0
Release: 1%{?dist}
Summary: The arena, a fast but limited type of allocator
# https://github.com/SimonSapin/rust-typed-arena/issues/13
License: MIT
URL: https://crates.io/crates/typed-arena
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%description
%{summary}.
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel
The arena, a fast but limited type of allocator.
This package contains library source intended for building other packages
which use %{crate} from crates.io.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%files devel
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Dec 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1
- Initial package

@ -0,0 +1 @@
SHA512 (typed-arena-1.3.0.crate) = a4336d9b9eb554079bfc37b79785098d7e6d5d9736c9583063d19b55516c535068ec3aa408b399ec1cd223e2d6f6a79a772254b7e2032480b73412fa365351ba
Loading…
Cancel
Save