Blame rust-debug-helper.spec

c02f6f6
# Generated by rust2rpm 13
c02f6f6
%bcond_without check
c02f6f6
%global debug_package %{nil}
c02f6f6
c02f6f6
%global crate debug-helper
c02f6f6
c02f6f6
Name:           rust-%{crate}
34a7e2e
Version:        0.3.10
34a7e2e
Release:        1%{?dist}
c02f6f6
Summary:        Declarative macros to help you implement the `Debug` trait manually
c02f6f6
c02f6f6
# Upstream license specification: MIT
c02f6f6
License:        MIT
c02f6f6
URL:            https://crates.io/crates/debug-helper
c02f6f6
Source:         %{crates_source}
c02f6f6
c02f6f6
ExclusiveArch:  %{rust_arches}
c02f6f6
%if %{__cargo_skip_build}
c02f6f6
BuildArch:      noarch
c02f6f6
%endif
c02f6f6
c02f6f6
BuildRequires:  rust-packaging
c02f6f6
c02f6f6
%global _description %{expand:
c02f6f6
Declarative macros to help you implement the `Debug` trait manually.}
c02f6f6
c02f6f6
%description %{_description}
c02f6f6
c02f6f6
%package        devel
c02f6f6
Summary:        %{summary}
c02f6f6
BuildArch:      noarch
c02f6f6
c02f6f6
%description    devel %{_description}
c02f6f6
c02f6f6
This package contains library source intended for building other packages
c02f6f6
which use "%{crate}" crate.
c02f6f6
c02f6f6
%files          devel
c02f6f6
%license LICENSE
c02f6f6
%doc README.md
c02f6f6
%{cargo_registry}/%{crate}-%{version_no_tilde}/
c02f6f6
c02f6f6
%package     -n %{name}+default-devel
c02f6f6
Summary:        %{summary}
c02f6f6
BuildArch:      noarch
c02f6f6
c02f6f6
%description -n %{name}+default-devel %{_description}
c02f6f6
c02f6f6
This package contains library source intended for building other packages
c02f6f6
which use "default" feature of "%{crate}" crate.
c02f6f6
c02f6f6
%files       -n %{name}+default-devel
c02f6f6
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
c02f6f6
c02f6f6
%prep
c02f6f6
%autosetup -n %{crate}-%{version_no_tilde} -p1
c02f6f6
%cargo_prep
c02f6f6
c02f6f6
%generate_buildrequires
c02f6f6
%cargo_generate_buildrequires
c02f6f6
c02f6f6
%build
c02f6f6
%cargo_build
c02f6f6
c02f6f6
%install
c02f6f6
%cargo_install
c02f6f6
c02f6f6
%if %{with check}
c02f6f6
%check
c02f6f6
%cargo_test
c02f6f6
%endif
c02f6f6
c02f6f6
%changelog
34a7e2e
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 0.3.10-1
34a7e2e
- Update to 0.3.10
34a7e2e
671af0b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-2
671af0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
671af0b
c02f6f6
* Wed May 13 10:52:42 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 0.3.8-1
c02f6f6
- Initial package