Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 92275947445fd4cbda152c5eaa4553df > files > 4

dust-0.5.1-2.mga9.src.rpm

%define debug_package %{nil}

Name:           dust
Version:        0.5.1
Release:        %mkrel 2
Summary:        A more intuitive version of du in rust
Group:          Text tools
License:        ASL
URL:            https://github.com/bootandy/dust
Source0:        https://github.com/bootandy/dust/archive/%{name}-%{version}.tar.gz
Source1:        dust-cargo-vendor-%{version}.tar.xz
Source2:        cargo.config

# Use this script to get the vendor files after you've updated the version
# It will automatically download the source package and create the vendor
# file necessary to compile offline
# (kekepower) 2020-02-27
Source100:      pack-cargo-vendor.sh

BuildRequires:  cargo >= 1.34.0

%description
du + rust = dust. Like du but more intuitive.

%prep
%autosetup

%__mkdir_p .cargo
cp %{S:2} .cargo/config
tar xf %{S:1}

%build
cargo build --release

%install
%__mkdir_p %{buildroot}%{_bindir}
cp target/release/dust %{buildroot}%{_bindir}/

%files
%doc LICENSE README.md
%{_bindir}/dust


%changelog
* Thu Mar 31 2022 umeabot <umeabot> 0.5.1-2.mga9
+ Revision: 1837716
- Mageia 9 Mass Rebuild

* Tue May 12 2020 guillomovitch <guillomovitch> 0.5.1-1.mga8
+ Revision: 1583381
- imported package dust