|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate once_cell
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.0
|
|
|
|
|
Version: 0.2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Single assignment cells and lazy static values without macros
|
|
|
|
|
|
|
|
|
@ -17,6 +17,7 @@ Source: %{crates_source}
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(lock_api) >= 0.2.0 with crate(lock_api) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(parking_lot) >= 0.8.0 with crate(parking_lot) < 0.9.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: (crate(crossbeam-utils/default) >= 0.6.0 with crate(crossbeam-utils/default) < 0.7.0)
|
|
|
|
@ -53,6 +54,18 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+lock_api-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+lock_api-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "lock_api" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+lock_api-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+parking_lot-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -81,6 +94,9 @@ which use "parking_lot" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 06 2019 Josh Stone <jistone@redhat.com> - 0.2.1-1
|
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
|
|
|
|
|
* Tue May 07 14:42:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
|
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
|
|
|
|
|