|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.1
|
|
|
|
Version: 0.12.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: cat(1) clone with wings
|
|
|
|
Summary: cat(1) clone with wings
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -16,7 +16,7 @@ URL: https://crates.io/crates/bat
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump console to 0.9, https://github.com/sharkdp/bat/pull/657
|
|
|
|
# * Bump console to 0.9, https://github.com/sharkdp/bat/pull/657
|
|
|
|
# * Bump git2 to 0.12, https://github.com/sharkdp/bat/pull/842
|
|
|
|
# * Update git2 to 0.13, https://github.com/sharkdp/bat/commit/a2075b0f24b458e029495bb7f3b45bb40badef79
|
|
|
|
Patch0: bat-fix-metadata.diff
|
|
|
|
Patch0: bat-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -30,6 +30,19 @@ Cat(1) clone with wings.}
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -60,6 +73,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 19 11:31:13 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.1-5
|
|
|
|
|
|
|
|
- Update git2 to 0.13
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.12.1-4
|
|
|
|
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.12.1-4
|
|
|
|
- Bump git2 to 0.12
|
|
|
|
- Bump git2 to 0.12
|
|
|
|
|
|
|
|
|
|
|
|