Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 144e376878
commit 11ecfae90b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,13 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 10
# * Tests are run in infrastructure %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate arrayvec %global crate arrayvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.10 Version: 0.4.10
Release: 3%{?dist} Release: 4%{?dist}
Summary: Vector with fixed capacity, backed by an array Summary: Vector with fixed capacity, backed by an array
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -16,18 +15,15 @@ URL: https://crates.io/crates/arrayvec
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(nodrop) >= 0.1.12 with crate(nodrop) < 0.2.0)
%if %{with check}
BuildRequires: (crate(bencher/default) >= 0.1.4 with crate(bencher/default) < 0.2.0)
BuildRequires: (crate(matches/default) >= 0.1.0 with crate(matches/default) < 0.2.0)
BuildRequires: (crate(serde_test/default) >= 1.0.0 with crate(serde_test/default) < 2.0.0)
%endif
%global _description \ %global _description %{expand:
A vector with fixed capacity, backed by an array (it can be stored on the stack\ Vector with fixed capacity, backed by an array (it can be stored on the stack
too). Implements fixed capacity ArrayVec and ArrayString. too). Implements fixed capacity ArrayVec and ArrayString.}
%description %{_description} %description %{_description}
@ -117,10 +113,25 @@ which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+use_union-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+use_union-devel %{_description}
This package contains library source intended for building other packages
which use "use_union" feature of "%{crate}" crate.
%files -n %{name}+use_union-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -133,6 +144,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 11:38:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-4
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-3 * Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-3
- Do not pull optional dependencies - Do not pull optional dependencies

Loading…
Cancel
Save