|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate which
|
|
|
|
%global crate which
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.0.0
|
|
|
|
Version: 2.0.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Rust equivalent of Unix command "which"
|
|
|
|
Summary: Rust equivalent of Unix command "which"
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -16,7 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(failure/default) >= 0.1.1 with crate(failure/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(failure/std) >= 0.1.1 with crate(failure/std) < 0.2.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.10 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.10 with crate(libc/default) < 0.3.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(tempdir/default) >= 0.3.4 with crate(tempdir/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(tempdir/default) >= 0.3.4 with crate(tempdir/default) < 0.4.0)
|
|
|
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 27 2018 Josh Stone <jistone@redhat.com> - 2.0.1-1
|
|
|
|
|
|
|
|
- Update to 2.0.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 2.0.0-3
|
|
|
|
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 2.0.0-3
|
|
|
|
- Adapt to new packaging
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
|
|