From f820a6af6f216ac7d2b386e0a8b9f0c295bbb8af Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 17 Mar 2020 18:47:58 +0100 Subject: [PATCH] Add back missing subpackages Signed-off-by: Igor Raits --- rust-libc.spec | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/rust-libc.spec b/rust-libc.spec index 0bc058c..cefac8f 100644 --- a/rust-libc.spec +++ b/rust-libc.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.67 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Raw FFI bindings to platform libraries like libc # Upstream license specification: MIT OR Apache-2.0 @@ -89,6 +89,30 @@ which use "extra_traits" feature of "%{crate}" crate. %files -n %{name}+extra_traits-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+rustc-dep-of-std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rustc-dep-of-std-devel %{_description} + +This package contains library source intended for building other packages +which use "rustc-dep-of-std" feature of "%{crate}" crate. + +%files -n %{name}+rustc-dep-of-std-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+rustc-std-workspace-core-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rustc-std-workspace-core-devel %{_description} + +This package contains library source intended for building other packages +which use "rustc-std-workspace-core" feature of "%{crate}" crate. + +%files -n %{name}+rustc-std-workspace-core-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch @@ -133,6 +157,9 @@ echo 'glibc-devel' %endif %changelog +* Tue Mar 17 2020 Igor Raits - 0.2.67-2 +- Add back missing subpackages + * Fri Feb 21 2020 Josh Stone - 0.2.67-1 - Update to 0.2.67