|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.9.0
|
|
|
|
Version: 0.9.0
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -17,7 +17,7 @@ URL: https://crates.io/crates/exa
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump to env_logger 0.7.1, https://github.com/ogham/exa/pull/603
|
|
|
|
# * Bump to env_logger 0.7.1, https://github.com/ogham/exa/pull/603
|
|
|
|
# * Bump to git2 0.12, https://github.com/ogham/exa/pull/617
|
|
|
|
# * Update git2 to 0.13, https://github.com/ogham/exa/pull/640
|
|
|
|
Patch0: exa-fix-metadata.diff
|
|
|
|
Patch0: exa-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -38,6 +38,12 @@ and just one single binary.}
|
|
|
|
|
|
|
|
|
|
|
|
%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 or MIT
|
|
|
|
|
|
|
|
# * MIT
|
|
|
|
|
|
|
|
# * MIT or ASL 2.0
|
|
|
|
|
|
|
|
# * Unlicense or MIT
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -83,6 +89,9 @@ install -Dpm0644 -T contrib/completions.zsh \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 19 11:33:52 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0-8
|
|
|
|
|
|
|
|
- Update git2 to 0.13
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.9.0-7
|
|
|
|
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.9.0-7
|
|
|
|
- Bump to git2 0.12
|
|
|
|
- Bump to git2 0.12
|
|
|
|
|
|
|
|
|
|
|
|