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

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate lock_api
Name: rust-%{crate}
Version: 0.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Wrappers to create fully-featured Mutex and RwLock types
# Upstream license specification: Apache-2.0/MIT
@ -15,13 +15,18 @@ URL: https://crates.io/crates/lock_api
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(scopeguard) >= 1.0.0 with crate(scopeguard) < 2.0.0)
%endif
%global _description \
Wrappers to create fully-featured Mutex and RwLock types. Compatible with\
no_std.
%global _description %{expand:
Wrappers to create fully-featured Mutex and RwLock types. Compatible with
no_std.}
%description %{_description}
@ -102,6 +107,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 15:44:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-2
- Regenerate
* Mon May 06 15:35:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0

Loading…
Cancel
Save