The package rpms/rust-lv2-urid.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-lv2-urid.git/commit/?id=f4828e0....
Change: +ExcludeArch: ppc64le s390x
Thanks.
Full change: ============
commit f4828e0b9554190d5b5363c8533b3413a59cebec Author: Davide Cavalca dcavalca@fedoraproject.org Date: Sat Jul 22 21:57:09 2023 -0700
Initial import; Fixes: RHBZ#2224762
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abd47a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-urid-2.1.0.crate diff --git a/rust-lv2-urid.spec b/rust-lv2-urid.spec new file mode 100644 index 0000000..5c8f58f --- /dev/null +++ b/rust-lv2-urid.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-urid + +Name: rust-lv2-urid +Version: 2.1.0 +Release: %autorelease +Summary: Rust-lv2's URID handling library + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/lv2-urid +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's URID handling library.} + +%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-APACHE +%license %{crate_instdir}/LICENSE-MIT +%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 +%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..a08b21f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-urid-2.1.0.crate) = b97704bdfc7738574535a1355cc3777de3574fa364545519ebbaf6a79dc33e18a1987b7866924cf4bb7daf2013e343c6e0dc761452e747e656466df3ecadad6c
arch-excludes@lists.fedoraproject.org