The package rpms/rust-lino.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-lino.git/commit/?id=8302f2ea323....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 8302f2ea323a1c5dbd56ce3001beeffb260edca3 Author: Davide Cavalca dcavalca@fb.com Date: Mon Oct 31 11:48:35 2022 -0700
Initial import; Fixes: RHBZ#1990713
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa886d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lino-0.10.0.crate diff --git a/rust-lino.spec b/rust-lino.spec new file mode 100644 index 0000000..9fa681c --- /dev/null +++ b/rust-lino.spec @@ -0,0 +1,65 @@ +# Generated by rust2rpm 22 +%bcond_without check + +%global crate lino + +Name: rust-lino +Version: 0.10.0 +Release: %autorelease +Summary: Command line text editor with notepad like key bindings + +License: MIT +URL: https://crates.io/crates/lino +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Command line text editor with notepad like key bindings.} + +%description %{_description} + +%package -n %{crate} +Summary: %{summary} +# 0BSD OR MIT OR Apache-2.0 +# Apache-2.0 +# Apache-2.0 OR BSL-1.0 +# Apache-2.0 OR MIT +# BSD-3-Clause +# ISC +# MIT +# MIT OR Apache-2.0 +# MIT OR Zlib OR Apache-2.0 +# Unlicense OR MIT +License: Apache-2.0 and BSD-3-Clause and ISC and MIT + +%description -n %{crate} %{_description} + +%files -n %{crate} +%license LICENSE +%doc README.md +%doc TODO.md +%{_bindir}/lino + +%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..13bef05 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lino-0.10.0.crate) = 399a8ba70e39edb76ba0dd5c07d2527188137acf10cac19c1ad5353735107a37db7b0383d5e6fcea1e20d031fe9223f5e56c16d7b9f69f8b19195f2a4d47993f
arch-excludes@lists.fedoraproject.org