# Generated by rust2rpm 20 # * neither test files nor test code is included in published crates %bcond_with check %global crate dua-cli Name: rust-%{crate} Version: 2.17.0 Release: %autorelease Summary: Tool to conveniently learn about the disk usage of directories # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/dua-cli Source: %{crates_source} # Initial patched metadata # * bump to clap 3.0.0 # * bump crosstermion from 0.8.1 to 0.9 # * bump tui from 0.16.0 to 0.17.0 # * bump tui-react from 0.16.0 to 0.17.0 # * temporarily downgrade petgraph from 0.6.0 to 0.5.1 # * drop macos-specific dependencies Patch0: dua-cli-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Tool to conveniently learn about the disk usage of directories, fast!.} %description %{_description} %package -n %{crate} Summary: %{summary} # ASL 2.0 or MIT # BSD # MIT # MIT or ASL 2.0 # MIT or ASL 2.0 or zlib # MPLv2.0 # Unlicense or MIT # zlib or ASL 2.0 or MIT License: MIT and BSD and MPLv2.0 %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %doc CHANGELOG.md README.md %{_bindir}/dua %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license LICENSE %doc CHANGELOG.md README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+aggregate-scan-progress-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+aggregate-scan-progress-devel %{_description} This package contains library source intended for building other packages which use the "aggregate-scan-progress" feature of the "%{crate}" crate. %files -n %{name}+aggregate-scan-progress-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+crosstermion-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crosstermion-devel %{_description} This package contains library source intended for building other packages which use the "crosstermion" feature of the "%{crate}" crate. %files -n %{name}+crosstermion-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+open-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+open-devel %{_description} This package contains library source intended for building other packages which use the "open" feature of the "%{crate}" crate. %files -n %{name}+open-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+trash-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+trash-devel %{_description} This package contains library source intended for building other packages which use the "trash" feature of the "%{crate}" crate. %files -n %{name}+trash-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+trash-move-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+trash-move-devel %{_description} This package contains library source intended for building other packages which use the "trash-move" feature of the "%{crate}" crate. %files -n %{name}+trash-move-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tui-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tui-devel %{_description} This package contains library source intended for building other packages which use the "tui" feature of the "%{crate}" crate. %files -n %{name}+tui-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tui-crossplatform-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tui-crossplatform-devel %{_description} This package contains library source intended for building other packages which use the "tui-crossplatform" feature of the "%{crate}" crate. %files -n %{name}+tui-crossplatform-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tui-react-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tui-react-devel %{_description} This package contains library source intended for building other packages which use the "tui-react" feature of the "%{crate}" crate. %files -n %{name}+tui-react-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tui-shared-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tui-shared-devel %{_description} This package contains library source intended for building other packages which use the "tui-shared" feature of the "%{crate}" crate. %files -n %{name}+tui-shared-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tui-unix-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tui-unix-devel %{_description} This package contains library source intended for building other packages which use the "tui-unix" feature of the "%{crate}" crate. %files -n %{name}+tui-unix-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-segmentation-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unicode-segmentation-devel %{_description} This package contains library source intended for building other packages which use the "unicode-segmentation" feature of the "%{crate}" crate. %files -n %{name}+unicode-segmentation-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog