|
|
@ -1,12 +1,12 @@
|
|
|
|
# Generated by rust2rpm
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate ctrlc
|
|
|
|
%global crate ctrlc
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 3.1.2
|
|
|
|
Version: 3.1.3
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Easy Ctrl-C handler for Rust projects
|
|
|
|
Summary: Easy Ctrl-C handler for Rust projects
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -14,17 +14,21 @@ License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/ctrlc
|
|
|
|
URL: https://crates.io/crates/ctrlc
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump nix to 0.14, https://github.com/Detegr/rust-ctrlc/pull/52
|
|
|
|
|
|
|
|
# * No Windows deps
|
|
|
|
# * No Windows deps
|
|
|
|
Patch0: ctrlc-fix-metadata.diff
|
|
|
|
Patch0: ctrlc-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
BuildRequires: (crate(nix/default) >= 0.14.0 with crate(nix/default) < 0.15.0)
|
|
|
|
BuildRequires: (crate(nix/default) >= 0.14.0 with crate(nix/default) < 0.15.0)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description %{expand:
|
|
|
|
Easy Ctrl-C handler for Rust projects.
|
|
|
|
Easy Ctrl-C handler for Rust projects.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -83,6 +87,9 @@ which use "termination" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 09 13:56:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.3-1
|
|
|
|
|
|
|
|
- Update to 3.1.3
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 3.1.2-2
|
|
|
|
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 3.1.2-2
|
|
|
|
- Bump nix to 0.14
|
|
|
|
- Bump nix to 0.14
|
|
|
|
|
|
|
|
|
|
|
|