diff --git a/rust-smawk.spec b/rust-smawk.spec index 7c33b98..f52a10e 100644 --- a/rust-smawk.spec +++ b/rust-smawk.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Functions for finding row-minima in a totally monotone matrix # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/smawk Source: %{crates_source} +# Initial patched metadata +# * Drop ndarray feature, broken deps +Patch0: smawk-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -52,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}+ndarray-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+ndarray-devel %{_description} - -This package contains library source intended for building other packages -which use "ndarray" feature of "%{crate}" crate. - -%files -n %{name}+ndarray-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep @@ -83,5 +74,8 @@ which use "ndarray" feature of "%{crate}" crate. %endif %changelog +* Tue Dec 29 17:22:57 CET 2020 Igor Raits - 0.3.0-1 +- Drop ndarray feature due to the broken deps + * Sun Dec 27 14:56:50 CET 2020 Igor Raits - 0.3.0-1 - Initial package