remove features with missing dependencies (fst)

epel9
Fabio Valentini 4 years ago
parent 47059a1f6f
commit 628333b9f8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
fst
transducer

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.1.9
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Automata construction and matching using regular expressions
# Upstream license specification: Unlicense/MIT
@ -55,18 +55,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fst-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fst-devel %{_description}
This package contains library source intended for building other packages
which use "fst" feature of "%{crate}" crate.
%files -n %{name}+fst-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-syntax-devel
Summary: %{summary}
BuildArch: noarch
@ -91,18 +79,6 @@ which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+transducer-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+transducer-devel %{_description}
This package contains library source intended for building other packages
which use "transducer" feature of "%{crate}" crate.
%files -n %{name}+transducer-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -122,6 +98,9 @@ which use "transducer" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.9-3
- Remove features with missing dependencies (fst).
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save