The package rpms/rust-deltae.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-deltae.git/commit/?id=489f7e857....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 489f7e857517eb068a52cb958bd907067c9d0fcb Author: Davide Cavalca davide@cavalca.name Date: Tue Oct 25 19:43:33 2022 -0700
Initial import; Fixes: RHBZ#2118891
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34fe518 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/deltae-0.3.0.crate diff --git a/rust-deltae.spec b/rust-deltae.spec new file mode 100644 index 0000000..2cac957 --- /dev/null +++ b/rust-deltae.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 22 +%bcond_without check +%global debug_package %{nil} + +%global crate deltae + +Name: rust-deltae +Version: 0.3.0 +Release: %autorelease +Summary: Calculate Delta E between two colors in CIE Lab space + +License: MIT +URL: https://crates.io/crates/deltae +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Calculate Delta E between two colors in CIE Lab space.} + +%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 +%doc %{crate_instdir}/README.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 + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +# https://github.com/ryanobeirne/deltae/pull/1 +rm -r docs +%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..7c82455 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (deltae-0.3.0.crate) = 2b3660e7c33bb8851cdfb617a058d075b7fac2383150b404b09bb06449962fabd09ceb6c6328bc2fbc38bcfb8e0d4db9231b761fcb4246f4d248ee14f26cc662
arch-excludes@lists.fedoraproject.org