public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-polenta] f44: Rebuild for gap 4.16.0
@ 2026-06-12 0:27 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-12 0:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-polenta
Branch : f44
Commit : fde2cbd4e20e4c8999b472edbbc352624b52b9fd
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-11T06:28:31-06:00
Stats : +26/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-polenta/c/fde2cbd4e20e4c8999b472edbbc352624b52b9fd?branch=f44
Log:
Rebuild for gap 4.16.0
- Use gap(...) symbols in dependencies
---
diff --git a/gap-pkg-polenta.spec b/gap-pkg-polenta.spec
index 7882d53..6664511 100644
--- a/gap-pkg-polenta.spec
+++ b/gap-pkg-polenta.spec
@@ -1,3 +1,12 @@
+# When bootstrapping a new architecture, there is no gap-pkg-aclib package
+# yet. It is only needed by this package to run some tests, but it requires
+# this package to funtion at all. Therefore, do this:
+# 1. Build this package in bootstrap mode
+# 2. Build gap-pkg-cryst in bootstrap mode
+# 3. Build gap-pkg-crystcat
+# 4. Build gap-pkg-aclib
+# 5. Build this package in non-bootstrap mode
+# 6. Build gap-pkg-cryst in non-bootstrap mode
%bcond bootstrap 0
%global gap_pkgname polenta
@@ -19,23 +28,28 @@ BuildSystem: gap
BuildOption(install): exam lib tst
BuildOption(check): tst/testall.g
-BuildRequires: gap-devel
%if %{without bootstrap}
-BuildRequires: gap-pkg-aclib
+BuildRequires: gap(aclib) >= 1.0
%endif
-BuildRequires: gap-pkg-alnuth-doc
-BuildRequires: gap-pkg-autodoc
-BuildRequires: gap-pkg-polycyclic
-BuildRequires: gap-pkg-radiroot
+BuildRequires: gap(alnuth) >= 2.2.3
+BuildRequires: gap(autodoc) >= 2016.01.21
+BuildRequires: gap(polycyclic) >= 2.10.1
+BuildRequires: gap(radiroot) >= 2.4
+BuildRequires: gap-devel >= 4.7
+BuildRequires: gap-pkg-alnuth-doc >= 2.2.3
-Requires: gap-pkg-alnuth
-Requires: gap-pkg-polycyclic
-Requires: gap-pkg-radiroot
+Requires: gap(alnuth) >= 2.2.3
+Requires: gap(polycyclic) >= 2.10.1
+Requires: gap(radiroot) >= 2.4
+Requires: gap-core >= 4.7
%if %{without bootstrap}
-Recommends: gap-pkg-aclib
+Recommends: gap(aclib) >= 1.0
%endif
+Provides: gap(Polenta) = %{version}-%{release}
+Provides: gap(polenta) = %{version}-%{release}
+
%description
The Polenta package provides methods to compute polycyclic presentations of
matrix groups (finite or infinite). As a by-product, this package gives some
@@ -53,7 +67,8 @@ the radical series of the natural Q[G]-module Q^d.
License: GPL-2.0-or-later AND OFL-1.1-RFN AND Knuth-CTAN AND GPL-1.0-or-later AND AGPL-3.0-only
Summary: Polenta documentation
Requires: %{name} = %{version}-%{release}
-Requires: gap-pkg-alnuth-doc
+Requires: gap-online-help
+Requires: gap-pkg-alnuth-doc >= 2.2.3
%description doc
This package contains documentation for gap-pkg-%{gap_pkgname}.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 0:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 0:27 [rpms/gap-pkg-polenta] f44: Rebuild for gap 4.16.0 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox