Blame rust-tokio-sync.spec

ab40a8f
# Generated by rust2rpm 13
54c5e2e
# * loom isn't packaged
54c5e2e
%bcond_with check
54c5e2e
%global debug_package %{nil}
54c5e2e
54c5e2e
%global crate tokio-sync
54c5e2e
54c5e2e
Name:           rust-%{crate}
ab40a8f
Version:        0.1.8
bb27423
Release:        3%{?dist}
54c5e2e
Summary:        Synchronization utilities
54c5e2e
cc1b24c
# Upstream license specification: MIT
54c5e2e
License:        MIT
54c5e2e
URL:            https://crates.io/crates/tokio-sync
ea5b182
Source:         %{crates_source}
54c5e2e
54c5e2e
ExclusiveArch:  %{rust_arches}
47a8212
%if %{__cargo_skip_build}
47a8212
BuildArch:      noarch
47a8212
%endif
54c5e2e
54c5e2e
BuildRequires:  rust-packaging
54c5e2e
47a8212
%global _description %{expand:
47a8212
Synchronization utilities.}
54c5e2e
54c5e2e
%description %{_description}
54c5e2e
54c5e2e
%package        devel
54c5e2e
Summary:        %{summary}
54c5e2e
BuildArch:      noarch
54c5e2e
54c5e2e
%description    devel %{_description}
54c5e2e
54c5e2e
This package contains library source intended for building other packages
54c5e2e
which use "%{crate}" crate.
54c5e2e
54c5e2e
%files          devel
54c5e2e
%license LICENSE
54c5e2e
%doc README.md CHANGELOG.md
ab40a8f
%{cargo_registry}/%{crate}-%{version_no_tilde}/
54c5e2e
54c5e2e
%package     -n %{name}+default-devel
54c5e2e
Summary:        %{summary}
54c5e2e
BuildArch:      noarch
54c5e2e
54c5e2e
%description -n %{name}+default-devel %{_description}
54c5e2e
54c5e2e
This package contains library source intended for building other packages
54c5e2e
which use "default" feature of "%{crate}" crate.
54c5e2e
54c5e2e
%files       -n %{name}+default-devel
ab40a8f
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
54c5e2e
54c5e2e
%prep
ea5b182
%autosetup -n %{crate}-%{version_no_tilde} -p1
54c5e2e
%cargo_prep
54c5e2e
47a8212
%generate_buildrequires
47a8212
%cargo_generate_buildrequires
47a8212
54c5e2e
%build
54c5e2e
%cargo_build
54c5e2e
54c5e2e
%install
54c5e2e
%cargo_install
54c5e2e
54c5e2e
%if %{with check}
54c5e2e
%check
54c5e2e
%cargo_test
54c5e2e
%endif
54c5e2e
54c5e2e
%changelog
bb27423
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-3
bb27423
- Second attempt - Rebuilt for
bb27423
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bb27423
97af61f
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
97af61f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
97af61f
ab40a8f
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.1.8-1
ab40a8f
- Update to 0.1.8
ab40a8f
da9d7e6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
da9d7e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
da9d7e6
8fba35d
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.1.7-1
8fba35d
- Update to 0.1.7
8fba35d
fe6eec7
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3
fe6eec7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fe6eec7
47a8212
* Fri Jun 21 22:07:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-2
47a8212
- Regenerate
47a8212
cc1b24c
* Thu Jun 06 2019 Josh Stone <jistone@redhat.com> - 0.1.6-1
cc1b24c
- Update to 0.1.6
cc1b24c
dffbd8c
* Tue Apr 23 15:11:04 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
dffbd8c
- Update to 0.1.5
dffbd8c
f4b2b16
* Wed Mar 13 2019 Josh Stone <jistone@redhat.com> - 0.1.4-1
f4b2b16
- Update to 0.1.4
f4b2b16
9131be7
* Fri Mar 01 2019 Josh Stone <jistone@redhat.com> - 0.1.3-1
9131be7
- Update to 0.1.3
9131be7
e65b1fc
* Thu Feb 21 2019 Josh Stone <jistone@redhat.com> - 0.1.2-1
e65b1fc
- Update to 0.1.2
e65b1fc
ea5b182
* Mon Feb 11 2019 Josh Stone <jistone@redhat.com> - 0.1.1-1
ea5b182
- Update to 0.1.1
ea5b182
739b306
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
739b306
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
739b306
54c5e2e
* Fri Jan 25 2019 Josh Stone <jistone@redhat.com> - 0.1.0-1
54c5e2e
- Initial package