|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# * missing dev-dependency: adaptive-barrier
|
|
|
|
# * missing dev-dependency: adaptive-barrier
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate arc-swap
|
|
|
|
%global crate arc-swap
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-arc-swap
|
|
|
|
Name: rust-arc-swap
|
|
|
|
Version: 1.6.0
|
|
|
|
Version: 1.7.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Atomically swappable Arc
|
|
|
|
Summary: Atomically swappable Arc
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/arc-swap
|
|
|
|
URL: https://crates.io/crates/arc-swap
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Atomically swappable Arc.}
|
|
|
|
Atomically swappable Arc.}
|
|
|
@ -62,6 +62,18 @@ use the "experimental-strategies" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+experimental-strategies-devel
|
|
|
|
%files -n %{name}+experimental-strategies-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+experimental-thread-local-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+experimental-thread-local-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "experimental-thread-local" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+experimental-thread-local-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+internal-test-strategies-devel
|
|
|
|
%package -n %{name}+internal-test-strategies-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -99,7 +111,7 @@ use the "weak" 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
|
|
|
|