|
|
@ -1,18 +1,20 @@
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
%bcond_with check
|
|
|
|
%bcond check 0
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate portable-atomic
|
|
|
|
%global crate portable-atomic
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-portable-atomic
|
|
|
|
Name: rust-portable-atomic
|
|
|
|
Version: 1.6.0
|
|
|
|
Version: 1.10.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Portable atomic types including support for 128-bit atomics, atomic float, etc
|
|
|
|
Summary: Portable atomic types including support for 128-bit atomics, atomic float, etc
|
|
|
|
|
|
|
|
|
|
|
|
License: Apache-2.0 OR MIT
|
|
|
|
License: Apache-2.0 OR MIT
|
|
|
|
URL: https://crates.io/crates/portable-atomic
|
|
|
|
URL: https://crates.io/crates/portable-atomic
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
|
|
|
|
Patch: portable-atomic-fix-metadata-auto.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|