|
|
@ -5,18 +5,16 @@
|
|
|
|
%global crate prodash
|
|
|
|
%global crate prodash
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-prodash
|
|
|
|
Name: rust-prodash
|
|
|
|
Version: 28.0.0
|
|
|
|
Version: 29.0.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Dashboard for visualizing progress of asynchronous and possibly blocking tasks
|
|
|
|
Summary: Dashboard for visualizing progress of asynchronous and possibly blocking tasks
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/prodash
|
|
|
|
URL: https://crates.io/crates/prodash
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
|
|
|
# * Drop benchmark dependency
|
|
|
|
|
|
|
|
Patch: prodash-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
BuildRequires: tomcli
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
A dashboard for visualizing progress of asynchronous and possibly
|
|
|
|
A dashboard for visualizing progress of asynchronous and possibly
|
|
|
@ -159,6 +157,18 @@ use the "is-terminal" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+is-terminal-devel
|
|
|
|
%files -n %{name}+is-terminal-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+jiff-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+jiff-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "jiff" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+jiff-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+local-time-devel
|
|
|
|
%package -n %{name}+local-time-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -267,18 +277,6 @@ use the "signal-hook" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+signal-hook-devel
|
|
|
|
%files -n %{name}+signal-hook-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+time-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+time-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "time" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+time-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-segmentation-devel
|
|
|
|
%package -n %{name}+unicode-segmentation-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -329,6 +327,8 @@ use the "unit-human" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
|
|
|
# Drop benchmark dependency
|
|
|
|
|
|
|
|
tomcli-set Cargo.toml del 'dev-dependencies.criterion'
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|