|
|
@ -1,14 +1,16 @@
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
# * outdated dev-dependencies
|
|
|
|
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate jobserver
|
|
|
|
%global crate jobserver
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-jobserver
|
|
|
|
Name: rust-jobserver
|
|
|
|
Version: 0.1.32
|
|
|
|
Version: 0.1.27
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Implementation of the GNU Make jobserver for Rust
|
|
|
|
Summary: Implementation of the GNU make jobserver for Rust
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/jobserver
|
|
|
|
URL: https://crates.io/crates/jobserver
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
@ -16,7 +18,7 @@ Source: %{crates_source}
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
An implementation of the GNU Make jobserver for Rust.}
|
|
|
|
An implementation of the GNU make jobserver for Rust.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|