The package rpms/rust-wezterm-color-types.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-wezterm-color-types.git/commit/....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit e83ece1463dd30e0b60db1ff2928a14275f471b6 Author: Davide Cavalca dcavalca@fb.com Date: Mon Oct 31 11:49:32 2022 -0700
Initial import; Fixes: RHBZ#2105859
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a349977 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/wezterm-color-types-0.2.0.crate diff --git a/rust-wezterm-color-types.spec b/rust-wezterm-color-types.spec new file mode 100644 index 0000000..540df5c --- /dev/null +++ b/rust-wezterm-color-types.spec @@ -0,0 +1,93 @@ +# Generated by rust2rpm 22 +%bcond_without check +%global debug_package %{nil} + +%global crate wezterm-color-types + +Name: rust-wezterm-color-types +Version: 0.2.0 +Release: %autorelease +Summary: Types for working with colors + +License: MIT +URL: https://crates.io/crates/wezterm-color-types +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Types for working with colors.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+use_serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+use_serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "use_serde" feature of the "%{crate}" crate. + +%files -n %{name}+use_serde-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..bd6ac1a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wezterm-color-types-0.2.0.crate) = f48527845fc0323f98df14857b85f801579ac8d1338308e3c60cf07f705f37edbc4a56f0d90a2b3f63e102e9d165a4f0d61e0aa3c3464facc3e736aed215bf73
arch-excludes@lists.fedoraproject.org