Blame rust-tokio-executor.spec

bdaaa6f
# Generated by rust2rpm
bdaaa6f
%bcond_without check
bdaaa6f
%global debug_package %{nil}
bdaaa6f
bdaaa6f
%global crate tokio-executor
bdaaa6f
bdaaa6f
Name:           rust-%{crate}
65e81ab
Version:        0.1.6
65e81ab
Release:        1%{?dist}
bdaaa6f
Summary:        Future execution primitives
bdaaa6f
604725b
License:        MIT
bdaaa6f
URL:            https://crates.io/crates/tokio-executor
bdaaa6f
Source0:        https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
bdaaa6f
bdaaa6f
ExclusiveArch:  %{rust_arches}
bdaaa6f
bdaaa6f
BuildRequires:  rust-packaging
65e81ab
BuildRequires:  (crate(crossbeam-utils/default) >= 0.6.2 with crate(crossbeam-utils/default) < 0.7.0)
34e7df1
BuildRequires:  (crate(futures/default) >= 0.1.19 with crate(futures/default) < 0.2.0)
bdaaa6f
34e7df1
%global _description \
34e7df1
Future execution primitives.
34e7df1
34e7df1
%description %{_description}
bdaaa6f
bdaaa6f
%package        devel
bdaaa6f
Summary:        %{summary}
bdaaa6f
BuildArch:      noarch
bdaaa6f
34e7df1
%description    devel %{_description}
bdaaa6f
bdaaa6f
This package contains library source intended for building other packages
34e7df1
which use "%{crate}" crate.
34e7df1
34e7df1
%files          devel
34e7df1
%license LICENSE
34e7df1
%doc CHANGELOG.md README.md
34e7df1
%{cargo_registry}/%{crate}-%{version}/
34e7df1
34e7df1
%package     -n %{name}+default-devel
34e7df1
Summary:        %{summary}
34e7df1
BuildArch:      noarch
34e7df1
34e7df1
%description -n %{name}+default-devel %{_description}
34e7df1
34e7df1
This package contains library source intended for building other packages
34e7df1
which use "default" feature of "%{crate}" crate.
34e7df1
34e7df1
%files       -n %{name}+default-devel
34e7df1
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
bdaaa6f
bdaaa6f
%prep
bdaaa6f
%autosetup -n %{crate}-%{version} -p1
bdaaa6f
%cargo_prep
bdaaa6f
bdaaa6f
%build
bdaaa6f
%cargo_build
bdaaa6f
bdaaa6f
%install
bdaaa6f
%cargo_install
bdaaa6f
bdaaa6f
%if %{with check}
bdaaa6f
%check
bdaaa6f
%cargo_test
bdaaa6f
%endif
bdaaa6f
bdaaa6f
%changelog
65e81ab
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.1.6-1
65e81ab
- Update to 0.1.6
65e81ab
34e7df1
* Thu Nov 08 2018 Josh Stone <jistone@redhat.com> - 0.1.5-2
34e7df1
- Adapt to new packaging
34e7df1
2da9a4e
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.1.5-1
2da9a4e
- Update to 0.1.5
2da9a4e
4d72c12
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.1.4-1
4d72c12
- Update to 0.1.4
4d72c12
60835fb
* Wed Aug 08 2018 Josh Stone <jistone@redhat.com> - 0.1.3-1
60835fb
- Update to 0.1.3
60835fb
c2be547
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
c2be547
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c2be547
31646c4
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1
31646c4
- Update to 0.1.2
31646c4
604725b
* Fri Mar 23 2018 Josh Stone <jistone@redhat.com> - 0.1.1-1
604725b
- Update to 0.1.1
604725b
bdaaa6f
* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-1
bdaaa6f
- Initial package