Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent ea82314e59
commit aecf470e3a
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.1.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Easy Ctrl-C handler for Rust projects
# Upstream license specification: MIT/Apache-2.0
@ -23,9 +23,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(nix/default) >= 0.14.0 with crate(nix/default) < 0.15.0)
%endif
%global _description %{expand:
Easy Ctrl-C handler for Rust projects.}
@ -75,6 +72,9 @@ which use "termination" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -87,6 +87,9 @@ which use "termination" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 23 11:03:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.3-2
- Regenerate
* Sun Jun 09 13:56:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.3-1
- Update to 3.1.3

Loading…
Cancel
Save