Blame rust-futures-core.spec

ad34025
# Generated by rust2rpm 15
20a9ca1
# dependency loop with futures
20a9ca1
%bcond_with check
7febfb7
%global debug_package %{nil}
7febfb7
7febfb7
%global crate futures-core
7febfb7
7febfb7
Name:           rust-%{crate}
ad34025
Version:        0.3.8
62c3fad
Release:        1%{?dist}
7febfb7
Summary:        Core traits and types in for the `futures` library
7febfb7
20a9ca1
# Upstream license specification: MIT OR Apache-2.0
7febfb7
License:        MIT or ASL 2.0
20a9ca1
URL:            https://crates.io/crates/futures-core
20a9ca1
Source:         %{crates_source}
7febfb7
7febfb7
ExclusiveArch:  %{rust_arches}
20a9ca1
%if %{__cargo_skip_build}
20a9ca1
BuildArch:      noarch
20a9ca1
%endif
7febfb7
7febfb7
BuildRequires:  rust-packaging
7febfb7
20a9ca1
%global _description %{expand:
20a9ca1
Core traits and types in for the `futures` library.}
20a9ca1
20a9ca1
%description %{_description}
7febfb7
7febfb7
%package        devel
7febfb7
Summary:        %{summary}
7febfb7
BuildArch:      noarch
7febfb7
20a9ca1
%description    devel %{_description}
20a9ca1
20a9ca1
This package contains library source intended for building other packages
20a9ca1
which use "%{crate}" crate.
20a9ca1
20a9ca1
%files          devel
20a9ca1
%license LICENSE-MIT LICENSE-APACHE
e9b62a5
%{cargo_registry}/%{crate}-%{version_no_tilde}/
20a9ca1
20a9ca1
%package     -n %{name}+default-devel
20a9ca1
Summary:        %{summary}
20a9ca1
BuildArch:      noarch
20a9ca1
20a9ca1
%description -n %{name}+default-devel %{_description}
20a9ca1
20a9ca1
This package contains library source intended for building other packages
20a9ca1
which use "default" feature of "%{crate}" crate.
20a9ca1
20a9ca1
%files       -n %{name}+default-devel
e9b62a5
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
20a9ca1
20a9ca1
%package     -n %{name}+alloc-devel
20a9ca1
Summary:        %{summary}
20a9ca1
BuildArch:      noarch
20a9ca1
20a9ca1
%description -n %{name}+alloc-devel %{_description}
7febfb7
7febfb7
This package contains library source intended for building other packages
20a9ca1
which use "alloc" feature of "%{crate}" crate.
20a9ca1
20a9ca1
%files       -n %{name}+alloc-devel
e9b62a5
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
20a9ca1
62c3fad
%package     -n %{name}+cfg-target-has-atomic-devel
62c3fad
Summary:        %{summary}
62c3fad
BuildArch:      noarch
62c3fad
62c3fad
%description -n %{name}+cfg-target-has-atomic-devel %{_description}
62c3fad
62c3fad
This package contains library source intended for building other packages
62c3fad
which use "cfg-target-has-atomic" feature of "%{crate}" crate.
62c3fad
62c3fad
%files       -n %{name}+cfg-target-has-atomic-devel
62c3fad
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
62c3fad
20a9ca1
%package     -n %{name}+std-devel
20a9ca1
Summary:        %{summary}
20a9ca1
BuildArch:      noarch
20a9ca1
20a9ca1
%description -n %{name}+std-devel %{_description}
20a9ca1
20a9ca1
This package contains library source intended for building other packages
20a9ca1
which use "std" feature of "%{crate}" crate.
20a9ca1
20a9ca1
%files       -n %{name}+std-devel
e9b62a5
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
7febfb7
62c3fad
%package     -n %{name}+unstable-devel
62c3fad
Summary:        %{summary}
62c3fad
BuildArch:      noarch
62c3fad
62c3fad
%description -n %{name}+unstable-devel %{_description}
62c3fad
62c3fad
This package contains library source intended for building other packages
62c3fad
which use "unstable" feature of "%{crate}" crate.
62c3fad
62c3fad
%files       -n %{name}+unstable-devel
62c3fad
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
62c3fad
7febfb7
%prep
20a9ca1
%autosetup -n %{crate}-%{version_no_tilde} -p1
7febfb7
%cargo_prep
7febfb7
20a9ca1
%generate_buildrequires
20a9ca1
%cargo_generate_buildrequires
20a9ca1
7febfb7
%build
7febfb7
%cargo_build
7febfb7
7febfb7
%install
7febfb7
%cargo_install
7febfb7
7febfb7
%if %{with check}
7febfb7
%check
7febfb7
%cargo_test
7febfb7
%endif
7febfb7
7febfb7
%changelog
ad34025
* Mon Nov  9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
ad34025
- Update to version 0.3.8.
ad34025
- Fixes RHBZ#1896107
ad34025
7cff752
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
7cff752
- Update to version 0.3.7.
7cff752
62c3fad
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
7cff752
- Update to version 0.3.6.
62c3fad
b4ea21b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
b4ea21b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b4ea21b
44cb32e
* Sat May 09 2020 Josh Stone <jistone@redhat.com> - 0.3.5-1
44cb32e
- Update to 0.3.5
44cb32e
819cc12
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.3.4-1
819cc12
- Update to 0.3.4
819cc12
e9b62a5
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
e9b62a5
- Update to 0.3.3
e9b62a5
13a5af4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
13a5af4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
13a5af4
20a9ca1
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.3.1-1
20a9ca1
- Update to 0.3.1
20a9ca1
5535478
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-3
5535478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5535478
0f0e4a3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
0f0e4a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0f0e4a3
d2e8f32
* Tue Sep 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
d2e8f32
- Update to 0.2.3
d2e8f32
05a861c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
05a861c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
05a861c
7febfb7
* Mon May 21 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.2.1-1
7febfb7
- Initial package