The package rpms/gap-pkg-idrel.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/gap-pkg-idrel.git/commit/?id=f1c96fd....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit f1c96fd38f5c740f1c7a1648db5850a3d7953690 Author: Jerry James loganjerry@gmail.com Date: Wed Jul 24 15:54:20 2024 -0600
Initial RPM
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a87691 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/idrel-*.tar.gz diff --git a/gap-pkg-idrel.spec b/gap-pkg-idrel.spec new file mode 100644 index 0000000..9f66d4a --- /dev/null +++ b/gap-pkg-idrel.spec @@ -0,0 +1,75 @@ +%global pkgname idrel +%global giturl https://github.com/gap-packages/idrel + +Name: gap-pkg-%{pkgname} +Version: 2.47 +Release: %autorelease +Summary: Identities among relations of a group presentation + +License: GPL-2.0-or-later +BuildArch: noarch +# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} +URL: https://gap-packages.github.io/idrel/ +VCS : git:%{giturl}.git +Source: %{giturl}/releases/download/v%{version}/%{pkgname}-%{version}.tar.gz + +BuildRequires: gap-devel +BuildRequires: gap-pkg-autodoc + +Requires: gap-core + +%description +The IdRel package is designed for computing the identities among +relations of a group presentation using rewriting, logged rewriting, +monoid polynomials, module polynomials and Y-sequences. + +%package doc +# The content is GPL-2.0-or-later. +# The remaining licenses cover the various fonts embedded in PDFs: +# AMS: OFL-1.1-RFN +# CM: Knuth-CTAN +# CM-Super: GPL-1.0-or-later +# Nimbus: AGPL-3.0-only +# StandardSymL: GPL-1.0-or-later +License: GPL-2.0-or-later AND GPL-1.0-or-later AND OFL-1.1-RFN AND Knuth-CTAN AND AGPL-3.0-only +Summary: Documentation for the GAP idrel package +Requires: %{name} = %{version}-%{release} + +%description doc +This package contains documentation for gap-pkg-%{pkgname}. + +%prep +%autosetup -n %{pkgname}-%{version} + +%build +export LC_ALL=C.UTF-8 +mkdir ../pkg +ln -s ../%{pkgname}-%{version} ../pkg/%{pkgname} +gap -l "$PWD/..;" makedoc.g +rm -fr ../pkg + +%install +mkdir -p %{buildroot}%{gap_libdir}/pkg/%{pkgname}/doc +cp -a lib tst xtst *.g %{buildroot}%{gap_libdir}/pkg/%{pkgname} +%gap_copy_docs + +%check +export LC_ALL=C.UTF-8 +gap -l "%{buildroot}%{gap_libdir};" tst/testall.g + +%files +%doc CHANGES.md README.md +%license LICENSE.txt +%dir %{gap_libdir}/pkg/%{pkgname}/ +%{gap_libdir}/pkg/%{pkgname}/*.g +%{gap_libdir}/pkg/%{pkgname}/lib/ +%{gap_libdir}/pkg/%{pkgname}/tst/ +%{gap_libdir}/pkg/%{pkgname}/xtst/ + +%files doc +%docdir %{gap_libdir}/pkg/%{pkgname}/doc/ +%{gap_libdir}/pkg/%{pkgname}/doc/ + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..fc05910 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (idrel-2.47.tar.gz) = c53c042089b7ce00ec7496ae7337b90c6552ae52cf4bce73cc4b67286dc1add38350d17ee8139f5d1842b128d2ab65b6180de84f2edd4be30faff88291c91fcb
arch-excludes@lists.fedoraproject.org