remove dependencies on compiler internals

epel9
Fabio Valentini 4 years ago
parent 34f25399fc
commit 6147cbcb24
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,5 @@
[DEFAULT]
unwanted-features =
compiler_builtins
core
rustc-dep-of-std

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.18 Version: 0.1.18
Release: 1%{?dist} Release: 2%{?dist}
Summary: Rust compiler symbol demangling Summary: Rust compiler symbol demangling
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -52,42 +52,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}+compiler_builtins-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+compiler_builtins-devel %{_description}
This package contains library source intended for building other packages
which use "compiler_builtins" feature of "%{crate}" crate.
%files -n %{name}+compiler_builtins-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+core-devel %{_description}
This package contains library source intended for building other packages
which use "core" feature of "%{crate}" crate.
%files -n %{name}+core-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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -107,6 +71,9 @@ which use "rustc-dep-of-std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-2
- Remove dependencies on compiler internals.
* Sun Oct 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-1 * Sun Oct 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-1
- Update to version 0.1.18. - Update to version 0.1.18.

Loading…
Cancel
Save