Drop unused support for the terminfo crate

epel10
Fabio Valentini 4 months ago
parent e8dec97662
commit b31f2d0ad6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -60,30 +60,6 @@ use the "lazy_static" feature of the "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminfo-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo" feature of the "%{crate}" crate.
%files -n %{name}+terminfo-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminfo_crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo_crate-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo_crate" feature of the "%{crate}" crate.
%files -n %{name}+terminfo_crate-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -0,0 +1,6 @@
[features]
hide = [
"terminfo",
"terminfo_crate",
]
Loading…
Cancel
Save