Add back missing subpackages

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 7064492f44
commit f820a6af6f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -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 <ignatenkobrain@fedoraproject.org> - 0.2.67-2
- Add back missing subpackages
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 0.2.67-1
- Update to 0.2.67

Loading…
Cancel
Save