remove features with missing dependencies (refpool)

epel9
Fabio Valentini 4 years ago
parent 842ec27ea5
commit a86f117269
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
pool
refpool

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 15.0.0 Version: 15.0.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Immutable collection datatypes (the fast but not thread safe version) Summary: Immutable collection datatypes (the fast but not thread safe version)
# Upstream license specification: MPL-2.0+ # Upstream license specification: MPL-2.0+
@ -79,18 +79,6 @@ which use "debug" feature of "%{crate}" crate.
%files -n %{name}+debug-devel %files -n %{name}+debug-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pool-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pool-devel %{_description}
This package contains library source intended for building other packages
which use "pool" feature of "%{crate}" crate.
%files -n %{name}+pool-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+proptest-devel %package -n %{name}+proptest-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -127,18 +115,6 @@ which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+rayon-devel %files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+refpool-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+refpool-devel %{_description}
This package contains library source intended for building other packages
which use "refpool" feature of "%{crate}" crate.
%files -n %{name}+refpool-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -170,6 +146,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 15.0.0-4
- Remove features with missing dependencies (refpool).
* Fri Sep 25 2020 Fabio Valentini <decathorpe@gmail.com> - 15.0.0-3 * Fri Sep 25 2020 Fabio Valentini <decathorpe@gmail.com> - 15.0.0-3
- Bump proptest to 0.10 and proptest-derive to 0.2. - Bump proptest to 0.10 and proptest-derive to 0.2.

Loading…
Cancel
Save