|
|
@ -5,12 +5,11 @@
|
|
|
|
%global crate parking_lot_core
|
|
|
|
%global crate parking_lot_core
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.3.0
|
|
|
|
Version: 0.3.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Advanced API for creating custom synchronization primitives
|
|
|
|
Summary: Advanced API for creating custom synchronization primitives
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
# https://github.com/Amanieu/parking_lot/issues/92
|
|
|
|
|
|
|
|
License: ASL 2.0 or MIT
|
|
|
|
License: ASL 2.0 or MIT
|
|
|
|
URL: https://crates.io/crates/parking_lot_core
|
|
|
|
URL: https://crates.io/crates/parking_lot_core
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
@ -27,6 +26,8 @@ BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.27 with crate(libc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.27 with crate(libc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
|
|
|
|
BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
|
|
|
|
BuildRequires: (crate(smallvec) >= 0.6.0 with crate(smallvec) < 0.7.0)
|
|
|
|
BuildRequires: (crate(smallvec) >= 0.6.0 with crate(smallvec) < 0.7.0)
|
|
|
|
|
|
|
|
# [build-dependencies]
|
|
|
|
|
|
|
|
BuildRequires: (crate(rustc_version) >= 0.2.0 with crate(rustc_version) < 0.3.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -57,8 +58,12 @@ which use %{crate} from crates.io.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 11 2018 Josh Stone <jistone@redhat.com> - 0.3.1-1
|
|
|
|
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
|
|
|
|
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|