Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 81354832f6
commit 9d420ea8ad
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.3.7
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Library for managing a temporary directory
# Upstream license specification: MIT/Apache-2.0
@ -20,10 +20,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0)
BuildRequires: (crate(remove_dir_all/default) >= 0.5.0 with crate(remove_dir_all/default) < 0.6.0)
%endif
%global _description %{expand:
Library for managing a temporary directory and deleting all contents when it's
@ -61,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
@ -73,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 17:23:50 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.7-7
- Regenerate
* Sun Jun 09 21:37:27 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.7-6
- Regenerate

Loading…
Cancel
Save