2019-12-25 08:51:30 +00:00
|
|
|
# Generated by rust2rpm 13
|
2019-04-08 14:35:34 +00:00
|
|
|
# * assert_cmd is not packaged
|
|
|
|
%bcond_with check
|
|
|
|
|
|
|
|
%global crate bat
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
2020-03-22 13:49:13 +00:00
|
|
|
Version: 0.13.0
|
|
|
|
Release: 1%{?dist}
|
2019-04-08 14:35:34 +00:00
|
|
|
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
|
2020-03-22 13:49:13 +00:00
|
|
|
# * Update liquid to 0.20, https://github.com/sharkdp/bat/commit/136a745c5de804ee9cf0ec601302e17cef6334a3
|
2019-06-07 18:43:41 +00:00
|
|
|
Patch0: bat-fix-metadata.diff
|
2020-03-22 13:49:13 +00:00
|
|
|
Patch0001: 0001-chore-Update-liquid-to-0.20.patch
|
2019-04-08 14:35:34 +00:00
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
2020-03-22 13:49:13 +00:00
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
2019-04-08 14:35:34 +00:00
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
2019-07-14 16:30:23 +00:00
|
|
|
%global _description %{expand:
|
|
|
|
Cat(1) clone with wings.}
|
2019-04-08 14:35:34 +00:00
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
2020-03-22 13:49:13 +00:00
|
|
|
%if ! %{__cargo_skip_build}
|
2019-04-08 14:35:34 +00:00
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
2020-03-19 10:32:16 +00:00
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
# * ASL 2.0
|
|
|
|
# * ASL 2.0 or Boost
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# * BSD
|
|
|
|
# * CC0
|
|
|
|
# * ISC
|
|
|
|
# * LGPLv3+
|
|
|
|
# * MIT
|
|
|
|
# * MIT or ASL 2.0
|
|
|
|
# * Unlicense or MIT
|
|
|
|
# * zlib
|
|
|
|
License: ASL 2.0 and BSD and CC0 and ISC and LGPLv3+ and MIT and zlib
|
2019-04-08 14:35:34 +00:00
|
|
|
|
2019-06-01 00:21:49 +00:00
|
|
|
%description -n %{crate} %{_description}
|
2019-04-08 14:35:34 +00:00
|
|
|
|
|
|
|
%files -n %{crate}
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/bat
|
|
|
|
%{_mandir}/man1/bat.1*
|
2020-03-22 13:49:13 +00:00
|
|
|
%dir %{_datadir}/fish
|
|
|
|
%dir %{_datadir}/fish/vendor_completions.d
|
|
|
|
%{_datadir}/fish/vendor_completions.d/bat.fish
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description devel %{_description}
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%doc README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n %{name}+default-devel %{_description}
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
2019-04-08 14:35:34 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
|
2019-07-14 16:30:23 +00:00
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
2019-04-08 14:35:34 +00:00
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cargo_install
|
2019-07-14 16:30:23 +00:00
|
|
|
install -Dpm0644 -t %{buildroot}%{_mandir}/man1 \
|
2020-03-22 13:49:13 +00:00
|
|
|
target/release/build/%{crate}-*/out/assets/manual/bat.1
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \
|
|
|
|
target/release/build/%{crate}-*/out/assets/completions/bat.fish
|
2019-04-08 14:35:34 +00:00
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%cargo_test
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2020-03-22 13:49:13 +00:00
|
|
|
* Sun Mar 22 14:24:13 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.0-1
|
|
|
|
- Update to 0.13.0
|
|
|
|
|
2020-03-19 10:32:16 +00:00
|
|
|
* Thu Mar 19 11:31:13 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.1-5
|
|
|
|
- Update git2 to 0.13
|
|
|
|
|
2020-03-03 23:09:13 +00:00
|
|
|
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.12.1-4
|
|
|
|
- Bump git2 to 0.12
|
|
|
|
|
2020-01-30 19:57:31 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-25 09:24:54 +00:00
|
|
|
* Wed Dec 25 09:50:18 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.1-2
|
2019-12-25 08:51:30 +00:00
|
|
|
- Bump git2 to 0.11
|
|
|
|
|
2019-12-10 20:52:37 +00:00
|
|
|
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.12.1-1
|
|
|
|
- Update to 0.12.1
|
|
|
|
|
2019-07-26 20:36:12 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-14 16:30:23 +00:00
|
|
|
* Sun Jul 14 18:28:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-3
|
|
|
|
- Update dirs to 2.0
|
|
|
|
|
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
|
|
|
|
|
2019-04-08 14:35:34 +00:00
|
|
|
* 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
|