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

@ -1,12 +1,12 @@
# Generated by rust2rpm 9
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate lru-cache
Name: rust-%{crate}
Version: 0.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Cache that holds a limited number of key-value pairs
# Upstream license specification: MIT/Apache-2.0
@ -15,9 +15,11 @@ URL: https://crates.io/crates/lru-cache
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(linked-hash-map/default) >= 0.5.0 with crate(linked-hash-map/default) < 0.6.0)
%global _description %{expand:
Cache that holds a limited number of key-value pairs.}
@ -78,6 +80,9 @@ which use "heapsize_impl" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -90,5 +95,8 @@ which use "heapsize_impl" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jun 22 20:27:59 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-2
- Regenerate
* Fri May 31 08:48:33 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1
- Initial package

Loading…
Cancel
Save