The package rpms/rpg-cli.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/rpg-cli.git/commit/?id=1fee8ce21b4df....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit ba0d6bf6e1502b736b69f06b20cfa04dcc3ecbec Author: Rémi Lauzier remilauzier@protonmail.com Date: Mon May 31 00:04:36 2021 -0400
Update to 0.3.0
diff --git a/.gitignore b/.gitignore index 6e0eccb..2bb9540 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /0.2.0.tar.gz +/0.3.0.tar.gz diff --git a/rpg-cli.spec b/rpg-cli.spec index 8ec0096..3b36d0a 100644 --- a/rpg-cli.spec +++ b/rpg-cli.spec @@ -4,7 +4,7 @@ %global crate rpg-cli
Name: %{crate} -Version: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: JRPG-inspired terminal game
@@ -46,5 +46,7 @@ rpg-cli is a bare-bones JRPG-inspired terminal game written in Rust.} %endif
%changelog +* Mon May 31 00:02:23 EDT 2021 Rémi Lauzier remilauzier@protonmail.com - 0.3.0-1 +- update to 0.3.0 * Fri May 28 15:50:45 EDT 2021 Rémi Lauzier remilauzier@protonmail.com - 0.2.0-1 - Initial package diff --git a/sources b/sources index acbaf55..0674b99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.2.0.tar.gz) = 7e1782de94f07dc554e1fb077e3f13769890ac6885b3dce1abb98cd85375f5f6597cdb5a5a87f22457d92b0235dfe1d4983376dad8091c0a7827653e78cc87f6 +SHA512 (0.3.0.tar.gz) = 01ecd96f351e9d6906113a51f4e0ff028c236b58a4de6940e8acdfbb1fded29993e071a4fb8045576d6a43f8085fb676158ea7f7e3d420267671c2ef4dbd69d4
commit 1fee8ce21b4df081f53bddbdcc0b5e43818a22c4 Author: Rémi Lauzier remilauzier@protonmail.com Date: Sun May 30 22:50:11 2021 -0400
Initial import
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e0eccb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/0.2.0.tar.gz diff --git a/rpg-cli.spec b/rpg-cli.spec new file mode 100644 index 0000000..8ec0096 --- /dev/null +++ b/rpg-cli.spec @@ -0,0 +1,50 @@ +%bcond_without check +%global __cargo_skip_build 0 + +%global crate rpg-cli + +Name: %{crate} +Version: 0.2.0 +Release: 1%{?dist} +Summary: JRPG-inspired terminal game + +# Upstream license specification: MIT +License: MIT +URL: https://github.com/facundoolano/rpg-cli +Source: %{url}/archive/refs/tags/%{version}.tar.gz + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%global _description %{expand: +rpg-cli is a bare-bones JRPG-inspired terminal game written in Rust.} + +%description %{_description} + +%files +%doc README.md +%license LICENSE +%{_bindir}/rpg-cli + +%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 +* Fri May 28 15:50:45 EDT 2021 Rémi Lauzier remilauzier@protonmail.com - 0.2.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..acbaf55 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (0.2.0.tar.gz) = 7e1782de94f07dc554e1fb077e3f13769890ac6885b3dce1abb98cd85375f5f6597cdb5a5a87f22457d92b0235dfe1d4983376dad8091c0a7827653e78cc87f6
arch-excludes@lists.fedoraproject.org