Compare commits

...

6 Commits

Author SHA1 Message Date
Fedora Release Engineering 8a6fe21d94 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 5509729809
Update to version 1.4.2; Fixes RHBZ#2276272
9 months ago
Fedora Release Engineering f995a52fb0 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering b36503017e Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 250ca31016
Update to version 1.4.1; Fixes RHBZ#2169065
2 years ago
Fedora Release Engineering dec4b3a6e1 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -6,3 +6,5 @@
/signal-hook-registry-1.2.2.crate /signal-hook-registry-1.2.2.crate
/signal-hook-registry-1.3.0.crate /signal-hook-registry-1.3.0.crate
/signal-hook-registry-1.4.0.crate /signal-hook-registry-1.4.0.crate
/signal-hook-registry-1.4.1.crate
/signal-hook-registry-1.4.2.crate

@ -1,3 +0,0 @@
# rust-signal-hook-registry
The rust-signal-hook-registry package

@ -1,26 +1,21 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 26
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate signal-hook-registry %global crate signal-hook-registry
Name: rust-%{crate} Name: rust-signal-hook-registry
Version: 1.4.0 Version: 1.4.2
Release: %autorelease Release: %autorelease
Summary: Backend crate for signal-hook Summary: Backend crate for signal-hook
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/signal-hook-registry URL: https://crates.io/crates/signal-hook-registry
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Backend crate for signal-hook.} Backend crate for signal-hook.}
@ -34,12 +29,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,13 +44,13 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d SHA512 (signal-hook-registry-1.4.2.crate) = 16362d232b1d301007c069198d7716848aa73d898ef92e050422b36c09001b4334390dc95a6650e5315377fd8960d4336e5ae869b0a305e8525e977b8327c508

Loading…
Cancel
Save