Blame rust-phf_codegen.spec

7829f20
# Generated by rust2rpm
7829f20
%bcond_without check
7829f20
%global debug_package %{nil}
7829f20
7829f20
%global crate phf_codegen
7829f20
7829f20
Name:           rust-%{crate}
a7a0a61
Version:        0.7.22
a47d8fb
Release:        2%{?dist}
7829f20
Summary:        Codegen library for PHF types
7829f20
7829f20
# https://github.com/sfackler/rust-phf/pull/118
7829f20
License:        MIT
7829f20
URL:            https://crates.io/crates/phf_codegen
7829f20
Source0:        https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
7829f20
7829f20
ExclusiveArch:  %{rust_arches}
7829f20
7829f20
BuildRequires:  rust-packaging
7829f20
# [dependencies]
a7a0a61
BuildRequires:  crate(phf_generator) = 0.7.22
a7a0a61
BuildRequires:  crate(phf_shared) = 0.7.22
7829f20
7829f20
%description
7829f20
%{summary}.
7829f20
7829f20
%package        devel
7829f20
Summary:        %{summary}
7829f20
BuildArch:      noarch
7829f20
7829f20
%description    devel
7829f20
Codegen library for PHF types.
7829f20
7829f20
This package contains library source intended for building other packages
7829f20
which use %{crate} from crates.io.
7829f20
7829f20
%prep
7829f20
%autosetup -n %{crate}-%{version} -p1
7829f20
%cargo_prep
7829f20
7829f20
%build
7829f20
%cargo_build
7829f20
7829f20
%install
7829f20
%cargo_install
7829f20
7829f20
%if %{with check}
7829f20
%check
7829f20
%cargo_test
7829f20
%endif
7829f20
7829f20
%files          devel
7829f20
%{cargo_registry}/%{crate}-%{version}/
7829f20
7829f20
%changelog
a47d8fb
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.22-2
a47d8fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a47d8fb
a7a0a61
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.7.22-1
a7a0a61
- Update to 0.7.22
a7a0a61
0074a9b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.21-2
0074a9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0074a9b
7829f20
* Wed Jan 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.21-1
7829f20
- Initial package