remove features with missing dependencies: packed_simd, stdweb, wasm-bindgen

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

@ -0,0 +1,7 @@
[DEFAULT]
unwanted-features =
nightly
packed_simd
simd_support
stdweb
wasm-bindgen

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 16
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}0.6 Name: rust-%{crate}0.6
Version: 0.6.5 Version: 0.6.5
Release: 4%{?dist} Release: 5%{?dist}
Summary: Random number generators and other randomness functionality Summary: Random number generators and other randomness functionality
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -42,7 +42,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE COPYRIGHT %license LICENSE-MIT LICENSE-APACHE COPYRIGHT
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate. which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+i128_support-devel %package -n %{name}+i128_support-devel
Summary: %{summary} Summary: %{summary}
@ -78,7 +78,7 @@ This package contains library source intended for building other packages
which use "i128_support" feature of "%{crate}" crate. which use "i128_support" feature of "%{crate}" crate.
%files -n %{name}+i128_support-devel %files -n %{name}+i128_support-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
@ -90,31 +90,7 @@ This package contains library source intended for building other packages
which use "log" feature of "%{crate}" crate. which use "log" feature of "%{crate}" crate.
%files -n %{name}+log-devel %files -n %{name}+log-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+packed_simd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+packed_simd-devel %{_description}
This package contains library source intended for building other packages
which use "packed_simd" feature of "%{crate}" crate.
%files -n %{name}+packed_simd-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rand_os-devel %package -n %{name}+rand_os-devel
Summary: %{summary} Summary: %{summary}
@ -126,7 +102,7 @@ This package contains library source intended for building other packages
which use "rand_os" feature of "%{crate}" crate. which use "rand_os" feature of "%{crate}" crate.
%files -n %{name}+rand_os-devel %files -n %{name}+rand_os-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel %package -n %{name}+serde1-devel
Summary: %{summary} Summary: %{summary}
@ -138,19 +114,7 @@ This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate. which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel %files -n %{name}+serde1-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+simd_support-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd_support-devel %{_description}
This package contains library source intended for building other packages
which use "simd_support" feature of "%{crate}" crate.
%files -n %{name}+simd_support-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -162,31 +126,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+stdweb-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+stdweb-devel %{_description}
This package contains library source intended for building other packages
which use "stdweb" feature of "%{crate}" crate.
%files -n %{name}+stdweb-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+wasm-bindgen-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+wasm-bindgen-devel %{_description}
This package contains library source intended for building other packages
which use "wasm-bindgen" feature of "%{crate}" crate.
%files -n %{name}+wasm-bindgen-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -207,6 +147,9 @@ which use "wasm-bindgen" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.5-5
- Remove features with missing dependencies (packed_simd, stdweb, wasm-bindgen).
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-4 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save