%global pkgname grpconst Name: gap-pkg-%{pkgname} Version: 2.6.5 Release: 1%{?dist} Summary: Constructing groups of a given order License: GPL-2.0-or-later BuildArch: noarch ExclusiveArch: %{gap_arches} noarch URL: https://gap-packages.github.io/grpconst/ Source0: https://github.com/gap-packages/grpconst/releases/download/v%{version}/%{pkgname}-%{version}.tar.gz BuildRequires: gap-devel BuildRequires: GAPDoc-latex BuildRequires: gap-pkg-autpgrp BuildRequires: gap-pkg-irredsol BuildRequires: gap-pkg-smallgrp BuildRequires: tth Requires: gap-pkg-autpgrp Requires: gap-pkg-irredsol Requires: gap-pkg-smallgrp %description This package contains GAP implementations of three different approaches to constructing up to isomorphism all groups of a given order. The FrattiniExtensionMethod constructs all soluble groups of a given order. On request it gives only those that are (or are not) nilpotent or supersolvable or that do (or do not) have normal Sylow subgroups for some given set of primes. The program's output may be expressed in a compact coded form, if desired. The CyclicSplitExtensionMethod constructs all (necessarily soluble) groups whose given orders are of the form p^n*q for different primes p and q and which have at least one normal Sylow subgroup. The method, which relies upon having available a list of all groups of order p^n, is often faster than the Frattini extension method for the groups to which it applies. The UpwardsExtensions method takes as its input a permutation group G and positive integer s and returns a list of permutation groups, one for each extension of G by a soluble group of order a divisor of s. Usually it is used for nonsoluble G only, since for soluble groups the above methods are more efficient. %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 # Nimbus: AGPL-3.0-only # StandardSymL: GPL-1.0-or-later 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 AND LicenseRef-Rsfs Summary: GrpConst documentation Requires: %{name} = %{version}-%{release} Requires: gap-online-help %description doc This package contains documentation for gap-pkg-%{pkgname}. %prep %autosetup -n %{pkgname}-%{version} %build export LC_ALL=C.UTF-8 # Link to main GAP documentation ln -s %{gap_libdir}/etc ../../etc ln -s %{gap_libdir}/doc ../../doc cd doc ./make_doc cd - rm -f ../../{doc,etc} %install mkdir -p %{buildroot}%{gap_libdir}/pkg/%{pkgname}/doc cp -a *.g gap htm tst %{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 README %license LICENSE %{gap_libdir}/pkg/%{pkgname}/ %exclude %{gap_libdir}/pkg/%{pkgname}/doc/ %exclude %{gap_libdir}/pkg/%{pkgname}/htm/ %files doc %docdir %{gap_libdir}/pkg/%{pkgname}/doc/ %docdir %{gap_libdir}/pkg/%{pkgname}/htm/ %{gap_libdir}/pkg/%{pkgname}/doc/ %{gap_libdir}/pkg/%{pkgname}/htm/ %changelog * Wed Jan 24 2024 Jerry James - 2.6.5-1 - Version 2.6.5 * Wed Jan 24 2024 Fedora Release Engineering - 2.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 2.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering - 2.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Feb 11 2023 Jerry James - 2.6.4-1 - Version 2.6.4 * Thu Jan 19 2023 Fedora Release Engineering - 2.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Jerry James - 2.6.3-2 - Update for split GAP directories * Thu Nov 17 2022 Jerry James - 2.6.3-1 - Version 2.6.3 * Thu Nov 10 2022 Jerry James - 2.6.2-7 - Clarify license of the doc subpackage * Tue Sep 27 2022 Jerry James - 2.6.2-7 - Update for gap 4.12.0 * Tue Aug 16 2022 Jerry James - 2.6.2-6 - Convert License tag to SPDX * Thu Jul 21 2022 Fedora Release Engineering - 2.6.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 2.6.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering - 2.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 2.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 2.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Feb 1 2020 Jerry James - 2.6.2-1 - Version 2.6.2 * Tue Jan 28 2020 Fedora Release Engineering - 2.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 24 2019 Jerry James - 2.6.1-1 - Initial RPM