The package rpms/rust-copydeps.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-copydeps.git/commit/?id=82744e5....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 82744e55b8730a7c433b4647b396a0caa8e03928 Author: Artur Iwicki fedora@svgames.pl Date: Fri Jul 31 12:09:01 2020 +0200
Import from SRPM (RHBZ #1858770)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..963248b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/copydeps-5.0.0.crate diff --git a/rust-copydeps.spec b/rust-copydeps.spec new file mode 100644 index 0000000..c4b87d6 --- /dev/null +++ b/rust-copydeps.spec @@ -0,0 +1,75 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global __cargo_skip_build 0 + +%global crate copydeps + +Name: rust-%{crate} +Version: 5.0.0 +Release: 1%{?dist} +Summary: Find and copy all the .so / .dll files needed by an executable + +# Upstream license specification: GPL-3.0-or-later +License: GPLv3+ +URL: https://crates.io/crates/copydeps +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%global _description %{expand: +Find and copy all the .so / .dll files needed by an executable.} + +%description %{_description} + +%package -n %{crate} +Summary: %{summary} + +%description -n %{crate} %{_description} + +%files -n %{crate} +%doc README.md +%license LICENCE.txt +%{_bindir}/%{crate} +%{_mandir}/man1/%{crate}.1* +%{_datadir}/bash-completion/completions/%{crate} + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install +install -m 644 -Dp misc/%{crate}.man %{buildroot}%{_mandir}/man1/%{crate}.1 +install -m 644 -Dp misc/%{crate}.bash-completion %{buildroot}%{_datadir}/bash-completion/completions/%{crate} + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Mon Jul 20 2020 veg@svgames.pl - 5.0.0-1 +- Update to upstream version 5.0.0, rewritten in Rust + +* Thu Jun 25 2020 Artur Iwicki fedora@svgames.pl - 4.0-5 +- Add an explicit BuildRequires on python3-setuptools + +* Tue May 26 2020 Miro Hrončok mhroncok@redhat.com - 4.0-4 +- Rebuilt for Python 3.9 + +* Tue Jan 28 2020 Fedora Release Engineering releng@fedoraproject.org - 4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok mhroncok@redhat.com - 4.0-2 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 08 2019 Artur Iwicki fedora@svgames.pl - 4.0-1 +- Initial packaging diff --git a/sources b/sources new file mode 100644 index 0000000..e1adfb6 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (copydeps-5.0.0.crate) = f56e5297ba810af8153a790a81299ae887651bd79d3ba523967031b421e336e90037dffe7c639d85140cfa7600daa2aa86b09b587037933cee9386a56ab5eb17
arch-excludes@lists.fedoraproject.org