|
|
@ -5,18 +5,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.8.0
|
|
|
|
Version: 0.8.0
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
Summary: Modern replacement for ls
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/exa
|
|
|
|
URL: https://crates.io/crates/exa
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump ansi_term to 0.11, remove getopts, https://github.com/ogham/exa/commit/4c3fd5483d2eff2ea1e623878ede54eaa396e09e
|
|
|
|
# * Bump ansi_term to 0.11, remove getopts, https://github.com/ogham/exa/commit/4c3fd5483d2eff2ea1e623878ede54eaa396e09e
|
|
|
|
# * Bump env_logger to 0.4, https://github.com/ogham/exa/pull/315
|
|
|
|
# * Bump env_logger to 0.6, https://github.com/ogham/exa/pull/315
|
|
|
|
|
|
|
|
# https://github.com/ogham/exa/pull/469
|
|
|
|
# * Bump users to 0.6, https://github.com/ogham/exa/pull/395
|
|
|
|
# * Bump users to 0.6, https://github.com/ogham/exa/pull/395
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
# * Bump lazy_static, https://github.com/ogham/exa/pull/322
|
|
|
|
# * Bump git2 to 0.7, 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
|
|
|
|
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
|
|
|
@ -26,8 +28,8 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0)
|
|
|
|
BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0)
|
|
|
|
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.4.0 with crate(env_logger/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(git2) >= 0.7.0 with crate(git2) < 0.8.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.2.0 with crate(glob/default) < 0.3.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)
|
|
|
@ -121,7 +123,7 @@ which use "git2" feature of "%{crate}" crate.
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -144,6 +146,9 @@ which use "git2" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-13
|
|
|
|
|
|
|
|
- Update git2 and env_logger deps
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-12
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|