rust-bat/rust-bat.spec

108 lines
3.9 KiB
RPMSpec
Raw Normal View History

2019-06-01 00:21:49 +00:00
# Generated by rust2rpm-9-1.fc30
# * assert_cmd is not packaged
%bcond_with check
%global crate bat
Name: rust-%{crate}
2019-06-01 00:21:49 +00:00
Version: 0.11.0
2019-06-07 18:43:41 +00:00
Release: 2%{?dist}
Summary: cat(1) clone with wings
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/bat
Source: %{crates_source}
2019-06-07 18:43:41 +00:00
# Initial patched metadata
# * Bump git2 to 0.9, https://github.com/sharkdp/bat/pull/580
Patch0: bat-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(ansi_colours/default) >= 1.0.0 with crate(ansi_colours/default) < 2.0.0)
BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0)
BuildRequires: (crate(atty/default) >= 0.2.2 with crate(atty/default) < 0.3.0)
2019-06-01 00:21:49 +00:00
BuildRequires: (crate(clap/color) >= 2.33.0 with crate(clap/color) < 3.0.0)
BuildRequires: (crate(clap/default) >= 2.33.0 with crate(clap/default) < 3.0.0)
BuildRequires: (crate(clap/suggestions) >= 2.33.0 with crate(clap/suggestions) < 3.0.0)
BuildRequires: (crate(clap/wrap_help) >= 2.33.0 with crate(clap/wrap_help) < 3.0.0)
BuildRequires: (crate(console/default) >= 0.7.0 with crate(console/default) < 0.8.0)
BuildRequires: (crate(content_inspector/default) >= 0.2.4 with crate(content_inspector/default) < 0.3.0)
BuildRequires: (crate(dirs/default) >= 1.0.0 with crate(dirs/default) < 2.0.0)
BuildRequires: (crate(encoding/default) >= 0.2.0 with crate(encoding/default) < 0.3.0)
BuildRequires: (crate(error-chain) >= 0.12.0 with crate(error-chain) < 0.13.0)
2019-06-07 18:43:41 +00:00
BuildRequires: (crate(git2) >= 0.9.0 with crate(git2) < 0.10.0)
2019-06-01 00:21:49 +00:00
BuildRequires: (crate(lazy_static/default) >= 1.3.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0)
2019-06-01 00:21:49 +00:00
BuildRequires: (crate(syntect/dump-create) >= 3.2.0 with crate(syntect/dump-create) < 4.0.0)
BuildRequires: (crate(syntect/dump-load) >= 3.2.0 with crate(syntect/dump-load) < 4.0.0)
BuildRequires: (crate(syntect/parsing) >= 3.2.0 with crate(syntect/parsing) < 4.0.0)
BuildRequires: (crate(syntect/yaml-load) >= 3.2.0 with crate(syntect/yaml-load) < 4.0.0)
BuildRequires: (crate(wild/default) >= 2.0.0 with crate(wild/default) < 3.0.0)
%if %{with check}
2019-06-01 00:21:49 +00:00
BuildRequires: (crate(assert_cmd/default) >= 0.11.1 with crate(assert_cmd/default) < 0.12.0)
BuildRequires: (crate(escargot/default) >= 0.5.0 with crate(escargot/default) < 0.6.0)
BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0)
%endif
%global _description \
A cat(1) clone with wings.
%description %{_description}
%package -n %{crate}
Summary: %{summary}
2019-06-01 00:21:49 +00:00
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{_bindir}/bat
%{_mandir}/man1/bat.1*
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man1 doc/bat.1
%if %{with check}
%check
%cargo_test
%endif
%changelog
2019-06-07 18:43:41 +00:00
* Fri Jun 07 2019 Josh Stone <jistone@redhat.com> - 0.11.0-2
- Bump git2 to 0.9
2019-06-01 00:21:49 +00:00
* Sat Jun 01 2019 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.9.0-1
- Update to 0.9.0
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
* Thu Sep 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
- Update to 0.7.0
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-1
- Initial package