|
|
@ -1,10 +1,10 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
|
|
|
|
|
|
|
|
%global crate dua-cli
|
|
|
|
%global crate dua-cli
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.6.0
|
|
|
|
Version: 2.6.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool to conveniently learn about the disk usage of directories
|
|
|
|
Summary: Tool to conveniently learn about the disk usage of directories
|
|
|
|
|
|
|
|
|
|
|
@ -28,11 +28,9 @@ Tool to conveniently learn about the disk usage of directories, fast!.}
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
# (MIT or ASL 2.0) and BSD
|
|
|
|
# * (MIT or ASL 2.0) and BSD
|
|
|
|
# MIT
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# MIT or ASL 2.0
|
|
|
|
# * MIT
|
|
|
|
|
|
|
|
# * MIT or ASL 2.0
|
|
|
|
|
|
|
|
License: MIT and BSD
|
|
|
|
License: MIT and BSD
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
@ -92,6 +90,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 31 13:57:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.6.1-1
|
|
|
|
|
|
|
|
- Update to 2.6.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 10 14:35:34 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.6.0-1
|
|
|
|
* Sun May 10 14:35:34 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.6.0-1
|
|
|
|
- Update to 2.6.0
|
|
|
|
- Update to 2.6.0
|
|
|
|
|
|
|
|
|
|
|
|