Blame rust-ppv-lite86.spec

c7ba4da
# Generated by rust2rpm 15
9759052
%bcond_without check
9759052
%global debug_package %{nil}
9759052
9759052
%global crate ppv-lite86
9759052
9759052
Name:           rust-%{crate}
c7ba4da
Version:        0.2.10
7f1faf5
Release:        1%{?dist}
9759052
Summary:        Implementation of the crypto-simd API for x86
9759052
9759052
# Upstream license specification: MIT/Apache-2.0
9759052
License:        MIT or ASL 2.0
9759052
URL:            https://crates.io/crates/ppv-lite86
9759052
Source:         %{crates_source}
9759052
9759052
ExclusiveArch:  %{rust_arches}
9759052
%if %{__cargo_skip_build}
9759052
BuildArch:      noarch
9759052
%endif
9759052
9759052
BuildRequires:  rust-packaging
9759052
9759052
%global _description %{expand:
9759052
Implementation of the crypto-simd API for x86.}
9759052
9759052
%description %{_description}
9759052
9759052
%package        devel
9759052
Summary:        %{summary}
9759052
BuildArch:      noarch
9759052
9759052
%description    devel %{_description}
9759052
9759052
This package contains library source intended for building other packages
9759052
which use "%{crate}" crate.
9759052
9759052
%files          devel
9759052
%license LICENSE-MIT LICENSE-APACHE
7142c99
%{cargo_registry}/%{crate}-%{version_no_tilde}/
9759052
9759052
%package     -n %{name}+default-devel
9759052
Summary:        %{summary}
9759052
BuildArch:      noarch
9759052
9759052
%description -n %{name}+default-devel %{_description}
9759052
9759052
This package contains library source intended for building other packages
9759052
which use "default" feature of "%{crate}" crate.
9759052
9759052
%files       -n %{name}+default-devel
7142c99
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
7142c99
7142c99
%package     -n %{name}+no_simd-devel
7142c99
Summary:        %{summary}
7142c99
BuildArch:      noarch
7142c99
7142c99
%description -n %{name}+no_simd-devel %{_description}
7142c99
7142c99
This package contains library source intended for building other packages
7142c99
which use "no_simd" feature of "%{crate}" crate.
7142c99
7142c99
%files       -n %{name}+no_simd-devel
7142c99
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
9759052
9759052
%package     -n %{name}+simd-devel
9759052
Summary:        %{summary}
9759052
BuildArch:      noarch
9759052
9759052
%description -n %{name}+simd-devel %{_description}
9759052
9759052
This package contains library source intended for building other packages
9759052
which use "simd" feature of "%{crate}" crate.
9759052
9759052
%files       -n %{name}+simd-devel
7142c99
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
9759052
9759052
%package     -n %{name}+std-devel
9759052
Summary:        %{summary}
9759052
BuildArch:      noarch
9759052
9759052
%description -n %{name}+std-devel %{_description}
9759052
9759052
This package contains library source intended for building other packages
9759052
which use "std" feature of "%{crate}" crate.
9759052
9759052
%files       -n %{name}+std-devel
7142c99
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
9759052
9759052
%prep
9759052
%autosetup -n %{crate}-%{version_no_tilde} -p1
9759052
%cargo_prep
9759052
9759052
%generate_buildrequires
9759052
%cargo_generate_buildrequires
9759052
9759052
%build
9759052
%cargo_build
9759052
9759052
%install
9759052
%cargo_install
9759052
9759052
%if %{with check}
9759052
%check
9759052
%cargo_test
9759052
%endif
9759052
9759052
%changelog
c7ba4da
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.10-1
c7ba4da
- Update to version 0.2.10.
c7ba4da
- Fixes RHBZ#1893825
c7ba4da
7f1faf5
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
7f1faf5
- Update to 0.2.9
7f1faf5
f613084
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-2
f613084
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f613084
7142c99
* Sun May 17 07:17:37 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.8-1
7142c99
- Update to 0.2.8
7142c99
200477d
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
200477d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
200477d
b3af5a3
* Fri Nov 15 2019 Josh Stone <jistone@redhat.com> - 0.2.6-1
b3af5a3
- Update to 0.2.6
b3af5a3
9759052
* Sat Aug 03 16:14:20 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.5-1
9759052
- Initial package