|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate signal-hook-registry
|
|
|
|
|
|
|
|
|
|
Name: rust-signal-hook-registry
|
|
|
|
|
Version: 1.4.2
|
|
|
|
|
Version: 1.4.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Backend crate for signal-hook
|
|
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ License: Apache-2.0 OR MIT
|
|
|
|
|
URL: https://crates.io/crates/signal-hook-registry
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Backend crate for signal-hook.}
|
|
|
|
@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|