Blame rust-cargo-insta.spec

849fa0e
# Generated by rust2rpm 13
849fa0e
%bcond_without check
849fa0e
%global __cargo_skip_build 0
849fa0e
849fa0e
%global crate cargo-insta
849fa0e
849fa0e
Name:           rust-%{crate}
849fa0e
Version:        0.16.0
d43fe48
Release:        3%{?dist}
849fa0e
Summary:        Review tool for the insta snapshot testing library for Rust
849fa0e
849fa0e
# Upstream license specification: Apache-2.0
849fa0e
# * https://github.com/mitsuhiko/insta/issues/125
849fa0e
License:        ASL 2.0
849fa0e
URL:            https://crates.io/crates/cargo-insta
849fa0e
Source:         %{crates_source}
849fa0e
# Initial patched metadata
849fa0e
# * https://github.com/mitsuhiko/insta/pull/124
849fa0e
# - Bump 'console' to 0.11.0
849fa0e
Patch0:         cargo-insta-fix-metadata.diff
849fa0e
849fa0e
ExclusiveArch:  %{rust_arches}
849fa0e
849fa0e
BuildRequires:  rust-packaging
849fa0e
849fa0e
%global _description %{expand:
849fa0e
Review tool for the insta snapshot testing library for Rust.}
849fa0e
849fa0e
%description %{_description}
849fa0e
849fa0e
%package     -n %{crate}
849fa0e
Summary:        %{summary}
849fa0e
# ASL 2.0
849fa0e
# ASL 2.0 or Boost
849fa0e
# MIT
849fa0e
# MIT or ASL 2.0
849fa0e
# Unlicense or MIT
849fa0e
License:        MIT and ASL 2.0
849fa0e
849fa0e
%description -n %{crate} %{_description}
849fa0e
849fa0e
%files       -n %{crate}
849fa0e
%doc README.md
849fa0e
%{_bindir}/cargo-insta
849fa0e
849fa0e
%prep
849fa0e
%autosetup -n %{crate}-%{version_no_tilde} -p1
849fa0e
%cargo_prep
849fa0e
849fa0e
%generate_buildrequires
849fa0e
%cargo_generate_buildrequires
849fa0e
849fa0e
%build
849fa0e
%cargo_build
849fa0e
849fa0e
%install
849fa0e
%cargo_install
849fa0e
849fa0e
%if %{with check}
849fa0e
%check
849fa0e
%cargo_test
849fa0e
%endif
849fa0e
849fa0e
%changelog
d43fe48
* Mon Dec 28 13:28:05 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.16.0-3
d43fe48
- Rebuild
d43fe48
3181365
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-2
3181365
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3181365
849fa0e
* Wed Jun 17 23:56:08 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.16.0-1
849fa0e
- Initial package