From a5e4dbf2e6a0b35faa0e112326e0b1e74c3ffe81 Mon Sep 17 00:00:00 2001
From: Link Dupont
Date: Tue, 23 Nov 2021 22:30:29 -0500
Subject: [PATCH] remove feature subpackages
Resolves: RHBZ#2025540
---
rust-iai.spec | 29 ++++-------------------------
1 file changed, 4 insertions(+), 25 deletions(-)
diff --git a/rust-iai.spec b/rust-iai.spec
index 3408ff6..4814813 100644
--- a/rust-iai.spec
+++ b/rust-iai.spec
@@ -8,7 +8,7 @@
Name: rust-%{crate}
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: One-shot benchmarking library
# Upstream license specification: Apache-2.0/MIT
@@ -54,30 +54,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+iai_macro-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+iai_macro-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "iai_macro" feature of "%{crate}" crate.
-
-%files -n %{name}+iai_macro-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+macro-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+macro-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "macro" feature of "%{crate}" crate.
-
-%files -n %{name}+macro-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
%package -n %{name}+real_blackbox-devel
Summary: %{summary}
BuildArch: noarch
@@ -109,5 +85,8 @@ which use "real_blackbox" feature of "%{crate}" crate.
%endif
%changelog
+* Tue Nov 23 2021 Link Dupont - 0.1.1-2
+- Remove feature subpackage (RHBZ#2025540)
+
* Sat Oct 02 2021 Link Dupont - 0.1.1-1
- Initial package