Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 40123bacee
commit ddc18402b2
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: 3.0.8
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library for managing temporary files and directories
# Upstream license specification: MIT/Apache-2.0
@ -24,12 +24,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(libc/default) >= 0.2.27 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.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 temporary files and directories.}
@ -66,6 +60,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
@ -78,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 00:15:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.8-3
- Regenerate
* Sun Jun 09 21:57:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.8-2
- Regenerate

Loading…
Cancel
Save