## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global gap_pkg_name idrel %global giturl https://github.com/gap-packages/idrel Name: gap-pkg-%{gap_pkg_name} Version: 2.48 Release: %autorelease Summary: Identities among relations of a group presentation License: GPL-2.0-or-later URL: https://gap-packages.github.io/idrel/ VCS : git:%{giturl}.git Source: %{giturl}/releases/download/v%{version}/%{gap_upstream_name}-%{version}.tar.gz BuildArch: noarch BuildSystem: gap BuildOption(build): --packagedirs .. BuildOption(install): lib tst xtst BuildOption(check): tst/testall.g 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-%{gap_pkg_name}. %prep %autosetup -n %{gap_upstream_name}-%{version} %files %doc CHANGES.md README.md %license LICENSE.txt %dir %{gap_libdir}/pkg/%{gap_upstream_name}/ %{gap_libdir}/pkg/%{gap_upstream_name}/*.g %{gap_libdir}/pkg/%{gap_upstream_name}/lib/ %{gap_libdir}/pkg/%{gap_upstream_name}/tst/ %{gap_libdir}/pkg/%{gap_upstream_name}/xtst/ %files doc %docdir %{gap_libdir}/pkg/%{gap_upstream_name}/doc/ %{gap_libdir}/pkg/%{gap_upstream_name}/doc/ %changelog ## START: Generated by rpmautospec * Fri Sep 05 2025 Jerry James - 2.48-4 - Uncommitted changes * Wed Jul 23 2025 Fedora Release Engineering - 2.48-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jan 16 2025 Fedora Release Engineering - 2.48-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Aug 28 2024 Jerry James - 2.48-1 - Version 2.48 - Setting LC_ALL is no longer needed * Wed Jul 24 2024 Jerry James - 2.47-1 - Initial RPM ## END: Generated by rpmautospec