|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
# Exa is not supposed to be used as a library
|
|
|
|
# Exa is not supposed to be used as a library
|
|
|
|
%global __cargo_is_lib() false
|
|
|
|
%global __cargo_is_lib() false
|
|
|
@ -7,9 +7,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.8.0
|
|
|
|
Version: 0.8.0
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 15%{?dist}
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/exa
|
|
|
|
URL: https://crates.io/crates/exa
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
@ -21,6 +22,8 @@ Source: %{crates_source}
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
# * Bump git2 to 0.8, https://github.com/ogham/exa/commit/f757300718b1861852d4a33459385eaf921d69e7
|
|
|
|
# * Bump git2 to 0.8, https://github.com/ogham/exa/commit/f757300718b1861852d4a33459385eaf921d69e7
|
|
|
|
# https://github.com/ogham/exa/pull/461
|
|
|
|
# https://github.com/ogham/exa/pull/461
|
|
|
|
|
|
|
|
# * Bump number_prefix to 0.3, https://github.com/ogham/exa/pull/494
|
|
|
|
|
|
|
|
# * Bump glob to 0.2, https://github.com/ogham/exa/pull/494
|
|
|
|
Patch0: exa-fix-metadata.diff
|
|
|
|
Patch0: exa-fix-metadata.diff
|
|
|
|
# Make it work with new git2
|
|
|
|
# Make it work with new git2
|
|
|
|
Patch1: 0001-Upgrade-libgit2.patch
|
|
|
|
Patch1: 0001-Upgrade-libgit2.patch
|
|
|
@ -28,6 +31,8 @@ Patch1: 0001-Upgrade-libgit2.patch
|
|
|
|
Patch2: 0001-Update-log-to-0.4-and-env_logger-to-0.5.patch
|
|
|
|
Patch2: 0001-Update-log-to-0.4-and-env_logger-to-0.5.patch
|
|
|
|
# Make it work with new users
|
|
|
|
# Make it work with new users
|
|
|
|
Patch3: 0001-Bump-users-crate-version.patch
|
|
|
|
Patch3: 0001-Bump-users-crate-version.patch
|
|
|
|
|
|
|
|
# Make it work with new number_prefix
|
|
|
|
|
|
|
|
Patch4: 0001-Fix-usages-of-number_prefix.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
@ -36,14 +41,14 @@ BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default
|
|
|
|
BuildRequires: (crate(datetime/default) >= 0.4.5 with crate(datetime/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(datetime/default) >= 0.4.5 with crate(datetime/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(git2) >= 0.8.0 with crate(git2) < 0.9.0)
|
|
|
|
BuildRequires: (crate(git2) >= 0.8.0 with crate(git2) < 0.9.0)
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.2.0 with crate(glob/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.9 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.9 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(locale/default) >= 0.2.1 with crate(locale/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(locale/default) >= 0.2.1 with crate(locale/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(natord/default) >= 1.0.7 with crate(natord/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(natord/default) >= 1.0.7 with crate(natord/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(num_cpus/default) >= 1.3.0 with crate(num_cpus/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(num_cpus/default) >= 1.3.0 with crate(num_cpus/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(number_prefix/default) >= 0.2.3 with crate(number_prefix/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(number_prefix/default) >= 0.3.0 with crate(number_prefix/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(scoped_threadpool/default) >= 0.1.0 with crate(scoped_threadpool/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(scoped_threadpool/default) >= 0.1.0 with crate(scoped_threadpool/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(term_grid/default) >= 0.1.6 with crate(term_grid/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(term_grid/default) >= 0.1.6 with crate(term_grid/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(term_size/default) >= 0.3.0 with crate(term_size/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(term_size/default) >= 0.3.0 with crate(term_size/default) < 0.4.0)
|
|
|
@ -59,8 +64,7 @@ A modern replacement for ls.
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{crate}
|
|
|
|
%files -n %{crate}
|
|
|
|
%license LICENCE
|
|
|
|
%license LICENCE
|
|
|
@ -101,6 +105,9 @@ Summary: %{summary}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 07 14:00:28 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-15
|
|
|
|
|
|
|
|
- Update glob to 0.3, number_prefix to 0.3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 17:20:22 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-214
|
|
|
|
* Thu Apr 25 17:20:22 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-214
|
|
|
|
- Rebuilt for rust-users 0.9.1
|
|
|
|
- Rebuilt for rust-users 0.9.1
|
|
|
|
|
|
|
|
|
|
|
|