Fix missing subpackage for the optional parking_lot_core feature

epel9
Fabio Valentini 3 years ago
parent 9b7d71bfd5
commit 1d80ba8802
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -75,6 +75,18 @@ use the "parking_lot" feature of the "%{crate}" crate.
%files -n %{name}+parking_lot-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parking_lot_core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parking_lot_core-devel %{_description}
This package contains library source intended for building other packages which
use the "parking_lot_core" feature of the "%{crate}" crate.
%files -n %{name}+parking_lot_core-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+race-devel
Summary: %{summary}
BuildArch: noarch

Loading…
Cancel
Save