remove features with broken dependencies

epel9
Fabio Valentini 4 years ago
parent 35bf2b915d
commit f2f0636c3f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
avx-accel
simd-accel

@ -1,11 +0,0 @@
--- grep-searcher-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ grep-searcher-0.1.6/Cargo.toml 2019-09-13T15:38:24.907034+00:00
@@ -27,7 +27,7 @@
default-features = false
[dependencies.bytecount]
-version = "0.5"
+version = "0.6"
[dependencies.encoding_rs]
version = "0.8.14"

@ -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.7 Version: 0.1.7
Release: 2%{?dist} Release: 3%{?dist}
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -52,30 +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}+avx-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+avx-accel-devel %{_description}
This package contains library source intended for building other packages
which use "avx-accel" feature of "%{crate}" crate.
%files -n %{name}+avx-accel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-accel-devel %{_description}
This package contains library source intended for building other packages
which use "simd-accel" feature of "%{crate}" crate.
%files -n %{name}+simd-accel-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
@ -95,6 +71,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.7-3
- Remove features with broken dependencies.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save