You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-arc-swap/rust-arc-swap.spec

96 lines
2.8 KiB

6 years ago
# Generated by rust2rpm
%bcond_with check
%global debug_package %{nil}
%global crate arc-swap
Name: rust-%{crate}
Version: 0.3.9
Release: 1%{?dist}
6 years ago
Summary: Atomically swappable Arc
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/arc-swap
Source: %{crates_source}
6 years ago
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(crossbeam-utils/default) >= 0.6.0 with crate(crossbeam-utils/default) < 0.7.0)
6 years ago
BuildRequires: (crate(crossbeam/default) >= 0.5.0 with crate(crossbeam/default) < 0.6.0)
BuildRequires: (crate(itertools/default) >= 0.8.0 with crate(itertools/default) < 0.9.0)
6 years ago
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(model/default) >= 0.0.4 with crate(model/default) < 0.1.0)
BuildRequires: (crate(num_cpus/default) >= 1.0.0 with crate(num_cpus/default) < 2.0.0)
BuildRequires: (crate(parking_lot/default) >= 0.7.0 with crate(parking_lot/default) < 0.8.0)
6 years ago
BuildRequires: (crate(proptest/default) >= 0.7.0 with crate(proptest/default) < 0.8.0)
BuildRequires: (crate(version-sync/default) >= 0.7.0 with crate(version-sync/default) < 0.8.0)
6 years ago
%endif
%global _description \
Atomically swappable Arc.
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
6 years ago
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Sat Apr 06 11:05:36 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.9-1
- Update to 0.3.9
* Wed Mar 27 22:00:24 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.8-1
- Update to 0.3.8
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6 years ago
* Mon Jan 07 2019 Josh Stone <jistone@redhat.com> - 0.3.7-1
- Update to 0.3.7
6 years ago
* Thu Nov 29 2018 Josh Stone <jistone@redhat.com> - 0.3.6-1
- Update to 0.3.6
6 years ago
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.3.5-1
- Initial package