|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# * Some tests don't work with optimized builds
|
|
|
|
# * Some tests don't work with optimized builds
|
|
|
|
# https://github.com/rayon-rs/rayon/issues/585
|
|
|
|
# https://github.com/rayon-rs/rayon/issues/585
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -6,18 +6,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global crate rayon-core
|
|
|
|
%global crate rayon-core
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-rayon-core
|
|
|
|
Version: 1.9.3
|
|
|
|
Version: 1.10.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Core APIs for Rayon
|
|
|
|
Summary: Core APIs for Rayon
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
|
|
|
URL: https://crates.io/crates/rayon-core
|
|
|
|
URL: https://crates.io/crates/rayon-core
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
@ -54,6 +51,8 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
|
|
|
# remove stray executable bit from one source file
|
|
|
|
|
|
|
|
chmod -x src/broadcast/test.rs
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|