remove features with broken dependencies

epel9
Fabio Valentini 4 years ago
parent 73bc3bd950
commit 757f90bb75
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
afl
fuzz

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -8,7 +8,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Crate for demangling C++ symbols Summary: Crate for demangling C++ symbols
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -54,18 +54,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+afl-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+afl-devel %{_description}
This package contains library source intended for building other packages
which use "afl" feature of "%{crate}" crate.
%files -n %{name}+afl-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -90,18 +78,6 @@ which use "cppfilt" feature of "%{crate}" crate.
%files -n %{name}+cppfilt-devel %files -n %{name}+cppfilt-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fuzz-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fuzz-devel %{_description}
This package contains library source intended for building other packages
which use "fuzz" feature of "%{crate}" crate.
%files -n %{name}+fuzz-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+logging-devel %package -n %{name}+logging-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -169,6 +145,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Nov 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-2
- Remove features with broken dependencies.
* Sun Oct 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1 * Sun Oct 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1. - Update to version 0.3.1.

Loading…
Cancel
Save