Blame rust-futures-macro.spec

2336668
# Generated by rust2rpm 15
5621af6
%bcond_without check
5621af6
%global debug_package %{nil}
5621af6
5621af6
%global crate futures-macro
5621af6
5621af6
Name:           rust-%{crate}
2336668
Version:        0.3.8
d5f91a7
Release:        1%{?dist}
5621af6
Summary:        Futures-rs procedural macro implementations
5621af6
5621af6
# Upstream license specification: MIT OR Apache-2.0
5621af6
License:        MIT or ASL 2.0
5621af6
URL:            https://crates.io/crates/futures-macro
5621af6
Source:         %{crates_source}
5621af6
5621af6
ExclusiveArch:  %{rust_arches}
5621af6
%if %{__cargo_skip_build}
5621af6
BuildArch:      noarch
5621af6
%endif
5621af6
5621af6
BuildRequires:  rust-packaging
5621af6
5621af6
%global _description %{expand:
5621af6
Futures-rs procedural macro implementations.}
5621af6
5621af6
%description %{_description}
5621af6
5621af6
%package        devel
5621af6
Summary:        %{summary}
5621af6
BuildArch:      noarch
5621af6
5621af6
%description    devel %{_description}
5621af6
5621af6
This package contains library source intended for building other packages
5621af6
which use "%{crate}" crate.
5621af6
5621af6
%files          devel
5621af6
%license LICENSE-APACHE LICENSE-MIT
5621af6
%{cargo_registry}/%{crate}-%{version_no_tilde}/
5621af6
5621af6
%package     -n %{name}+default-devel
5621af6
Summary:        %{summary}
5621af6
BuildArch:      noarch
5621af6
5621af6
%description -n %{name}+default-devel %{_description}
5621af6
5621af6
This package contains library source intended for building other packages
5621af6
which use "default" feature of "%{crate}" crate.
5621af6
5621af6
%files       -n %{name}+default-devel
5621af6
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
5621af6
5621af6
%prep
5621af6
%autosetup -n %{crate}-%{version_no_tilde} -p1
5621af6
%cargo_prep
5621af6
5621af6
%generate_buildrequires
5621af6
%cargo_generate_buildrequires
5621af6
5621af6
%build
5621af6
%cargo_build
5621af6
5621af6
%install
5621af6
%cargo_install
5621af6
5621af6
%if %{with check}
5621af6
%check
5621af6
%cargo_test
5621af6
%endif
5621af6
5621af6
%changelog
2336668
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
2336668
- Update to version 0.3.8.
2336668
- Fixes RHBZ#1896112
2336668
0c01b13
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
0c01b13
- Update to version 0.3.7.
0c01b13
d5f91a7
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
d5f91a7
- Update to version 0.3.6.
d5f91a7
deb4ced
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-3
deb4ced
- Second attempt - Rebuilt for
deb4ced
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
deb4ced
0375f02
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
0375f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0375f02
4f021ba
* Sat May 09 2020 Josh Stone <jistone@redhat.com> - 0.3.5-1
4f021ba
- Update to 0.3.5
4f021ba
d0dd2c7
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.3.4-1
d0dd2c7
- Update to 0.3.4
d0dd2c7
c22f8cc
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
c22f8cc
- Update to 0.3.3
c22f8cc
79186f6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
79186f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
79186f6
5621af6
* Fri Dec 13 23:44:36 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.1-1
5621af6
- Initial package