remove features with missing dependencies (array-ops, refpool)

epel9
Fabio Valentini 4 years ago
parent 8afab6f2a2
commit f49b2e3025
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,5 @@
[DEFAULT]
unwanted-features =
array-ops
refpool
ringbuffer

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.6.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Efficient sized chunk datatypes
# Upstream license specification: MPL-2.0+
@ -64,42 +64,6 @@ which use "arbitrary" feature of "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+array-ops-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+array-ops-devel %{_description}
This package contains library source intended for building other packages
which use "array-ops" feature of "%{crate}" crate.
%files -n %{name}+array-ops-devel
%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}+ringbuffer-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ringbuffer-devel %{_description}
This package contains library source intended for building other packages
which use "ringbuffer" feature of "%{crate}" crate.
%files -n %{name}+ringbuffer-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -131,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-4
- Remove features with missing dependencies (array-ops, refpool).
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save