|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate serial_test
|
|
|
|
%global crate serial_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-serial_test
|
|
|
|
Name: rust-serial_test
|
|
|
|
Version: 2.0.0
|
|
|
|
Version: 3.0.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Allows for the creation of serialised Rust tests
|
|
|
|
Summary: Allows for the creation of serialised Rust tests
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ Source: %{crates_source}
|
|
|
|
# * drop doc-specific dependencies (only used when building docs on docs.rs)
|
|
|
|
# * drop doc-specific dependencies (only used when building docs on docs.rs)
|
|
|
|
Patch: serial_test-fix-metadata.diff
|
|
|
|
Patch: serial_test-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Allows for the creation of serialised Rust tests.}
|
|
|
|
Allows for the creation of serialised Rust tests.}
|
|
|
@ -122,7 +122,7 @@ use the "logging" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/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
|
|
|
|