rust-gitui/rust-gitui.spec

75 lines
1.5 KiB
RPMSpec

# Generated by rust2rpm 15
%bcond_without check
%global __cargo_skip_build 0
%global crate gitui
Name: rust-%{crate}
Version: 0.8.0
Release: 1%{?dist}
Summary: Blazing fast terminal-ui for git
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/gitui
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand:
Blazing fast terminal-ui for git.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
# (MIT or ASL 2.0) and BSD
# ASL 2.0
# MIT
# MIT or ASL 2.0
# zlib
License: MIT and ASL 2.0 and BSD and zlib
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE.md
%doc README.md THEMES.md CHANGELOG.md
%{_bindir}/gitui
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Mon Jul 06 16:30:46 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Mon Jun 15 12:44:06 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.0-1
- Update to 0.7.0
* Wed Jun 10 2020 Josh Stone <jistone@redhat.com> - 0.6.0-1
- Update to 0.6.0
* Mon Jun 01 2020 Josh Stone <jistone@redhat.com> - 0.5.0-1
- Update to 0.5.0
* Thu May 28 16:14:15 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 0.4.0-1
- Initial package