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

@ -1,4 +1,4 @@
# Generated by rust2rpm 9
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.8.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Compact and efficient implementations of standard synchronization primitives
# Upstream license specification: Apache-2.0/MIT
@ -20,16 +20,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(lock_api/default) >= 0.2.0 with crate(lock_api/default) < 0.3.0)
BuildRequires: (crate(parking_lot_core/default) >= 0.5.0 with crate(parking_lot_core/default) < 0.6.0)
BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0)
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.1.3 with crate(bincode/default) < 2.0.0)
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif
%endif
%global _description %{expand:
More compact and efficient implementations of the standard synchronization
@ -115,6 +105,9 @@ which use "serde" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -127,6 +120,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 21 21:13:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-3
- Regenerate
* Sun Jun 09 14:50:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-2
- Regenerate

Loading…
Cancel
Save