|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
|
# * tokio-process dev-dependency was retired
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# * outdated dev-dependencies
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate jobserver
|
|
|
|
|
|
|
|
|
|
Name: rust-jobserver
|
|
|
|
|
Version: 0.1.25
|
|
|
|
|
Version: 0.1.27
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Implementation of the GNU make jobserver for Rust
|
|
|
|
|
|
|
|
|
@ -15,12 +15,10 @@ License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/jobserver
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Implementation of the GNU make jobserver for Rust.}
|
|
|
|
|
An implementation of the GNU make jobserver for Rust.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -52,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|