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

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc30
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate tempfile
Name: rust-%{crate}
Version: 3.0.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for managing temporary files and directories
# Upstream license specification: MIT/Apache-2.0
@ -19,15 +19,20 @@ Source: %{crates_source}
Patch0: tempfile-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
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 \
A library for managing temporary files and directories.
%global _description %{expand:
Library for managing temporary files and directories.}
%description %{_description}
@ -73,6 +78,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 21:57:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.8-2
- Regenerate
* Fri May 31 2019 Josh Stone <jistone@redhat.com> - 3.0.8-1
- Update to 3.0.8

Loading…
Cancel
Save