Merge branch 'rawhide' into epel9

epel9
Michel Alexandre Salim 2 years ago
commit b95e72ac4d

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serial_test_derive %global crate serial_test_derive
Name: rust-%{crate} Name: rust-serial_test_derive
Version: 0.6.0 Version: 1.0.0
Release: %autorelease Release: %autorelease
Summary: Helper crate for serial_test Summary: Helper crate for serial_test
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/serial_test_derive URL: https://crates.io/crates/serial_test_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -49,6 +46,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+async-devel %{_description}
This package contains library source intended for building other packages which
use the "async" feature of the "%{crate}" crate.
%files -n %{name}+async-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (serial_test_derive-0.6.0.crate) = 45885b6556ec89356b0db59f53cdec2f147ed71c61c072ab3d5c472bb574c3e64632668272f1b43cb10c6e3113cbbac85e58bb0e2ea589630aba6545a0d2da2b SHA512 (serial_test_derive-1.0.0.crate) = 775de93d886128b4be6fcf4f0fa460933df23cc53a6006090d8aec54483beb5fef549d0bbb8efbba26ba6ba1554c7ef4154531de075ad3db2f201479dcc176c8

Loading…
Cancel
Save