remove features with missing dependencies (hyphenation)

epel9
Fabio Valentini 4 years ago
parent fab72dc947
commit 0c1c31562d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
hyphenation

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.1 Version: 0.12.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Library for word wrapping, indenting, and dedenting strings Summary: Library for word wrapping, indenting, and dedenting strings
# Upstream license specification: MIT # Upstream license specification: MIT
@ -58,18 +58,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}+hyphenation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hyphenation-devel %{_description}
This package contains library source intended for building other packages
which use "hyphenation" feature of "%{crate}" crate.
%files -n %{name}+hyphenation-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+terminal_size-devel %package -n %{name}+terminal_size-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -101,6 +89,9 @@ which use "terminal_size" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-3
- Remove features with missing dependencies (hyphenation).
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-2 * Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-2
- Bump to lipsum 0.7. - Bump to lipsum 0.7.

Loading…
Cancel
Save