Blame rust-phf_codegen.spec

7ee9d0d
# Generated by rust2rpm 13
7b1a3ad
%bcond_without check
7829f20
%global debug_package %{nil}
7829f20
7829f20
%global crate phf_codegen
7829f20
7829f20
Name:           rust-%{crate}
7ee9d0d
Version:        0.8.0
6f9220d
Release:        2%{?dist}
7829f20
Summary:        Codegen library for PHF types
7829f20
7b1a3ad
# Upstream license specification: MIT
7829f20
# https://github.com/sfackler/rust-phf/pull/118
7829f20
License:        MIT
7829f20
URL:            https://crates.io/crates/phf_codegen
6fdec9e
Source:         %{crates_source}
7829f20
7829f20
ExclusiveArch:  %{rust_arches}
7b1a3ad
%if %{__cargo_skip_build}
7b1a3ad
BuildArch:      noarch
7b1a3ad
%endif
7829f20
7829f20
BuildRequires:  rust-packaging
7829f20
7b1a3ad
%global _description %{expand:
7b1a3ad
Codegen library for PHF types.}
f3126d9
f3126d9
%description %{_description}
7829f20
7829f20
%package        devel
7829f20
Summary:        %{summary}
7829f20
BuildArch:      noarch
7829f20
f3126d9
%description    devel %{_description}
7829f20
7829f20
This package contains library source intended for building other packages
f3126d9
which use "%{crate}" crate.
f3126d9
f3126d9
%files          devel
7ee9d0d
%{cargo_registry}/%{crate}-%{version_no_tilde}/
f3126d9
f3126d9
%package     -n %{name}+default-devel
f3126d9
Summary:        %{summary}
f3126d9
BuildArch:      noarch
f3126d9
f3126d9
%description -n %{name}+default-devel %{_description}
f3126d9
f3126d9
This package contains library source intended for building other packages
f3126d9
which use "default" feature of "%{crate}" crate.
f3126d9
f3126d9
%files       -n %{name}+default-devel
7ee9d0d
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
7829f20
7829f20
%prep
6fdec9e
%autosetup -n %{crate}-%{version_no_tilde} -p1
7829f20
%cargo_prep
7829f20
7b1a3ad
%generate_buildrequires
7b1a3ad
%cargo_generate_buildrequires
7b1a3ad
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
%changelog
6f9220d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
6f9220d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6f9220d
7ee9d0d
* Sat Feb 15 14:54:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-1
7ee9d0d
- Update to 0.8.0
7ee9d0d
1fa70e9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.24-6
1fa70e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1fa70e9
4e77c2a
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.24-5
4e77c2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4e77c2a
7b1a3ad
* Fri Jun 21 19:54:10 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-4
7b1a3ad
- Regenerate
7b1a3ad
6fdec9e
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-3
6fdec9e
- Adapt to new packaging
6fdec9e
0f8a829
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.24-2
0f8a829
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0f8a829
58da8e7
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.7.24-1
58da8e7
- Update to 0.7.24
58da8e7
f3126d9
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.7.23-2
f3126d9
- Adapt to new packaging
f3126d9
d86b680
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.7.23-1
d86b680
- Update to 0.7.23
d86b680
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