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

@ -1,4 +1,5 @@
# Generated by rust2rpm
# Generated by rust2rpm 10
# * Many dev-dependencies are outdated
%bcond_with check
%global debug_package %{nil}
@ -15,22 +16,14 @@ URL: https://crates.io/crates/arc-swap
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(crossbeam-utils/default) >= 0.6.0 with crate(crossbeam-utils/default) < 0.7.0)
BuildRequires: (crate(crossbeam/default) >= 0.5.0 with crate(crossbeam/default) < 0.6.0)
BuildRequires: (crate(itertools/default) >= 0.8.0 with crate(itertools/default) < 0.9.0)
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(model/default) >= 0.0.4 with crate(model/default) < 0.1.0)
BuildRequires: (crate(num_cpus/default) >= 1.0.0 with crate(num_cpus/default) < 2.0.0)
BuildRequires: (crate(parking_lot/default) >= 0.7.0 with crate(parking_lot/default) < 0.8.0)
BuildRequires: (crate(proptest/default) >= 0.7.0 with crate(proptest/default) < 0.8.0)
BuildRequires: (crate(version-sync/default) >= 0.7.0 with crate(version-sync/default) < 0.8.0)
%endif
%global _description \
Atomically swappable Arc.
%global _description %{expand:
Atomically swappable Arc.}
%description %{_description}
@ -64,6 +57,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -76,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jun 22 10:20:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.11-2
- Regenerate
* Mon Apr 15 2019 Josh Stone <jistone@redhat.com> - 0.3.11-1
- Update to 0.3.11

Loading…
Cancel
Save