## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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 sl2reps %global giturl https://github.com/snw-0/sl2-reps Name: gap-pkg-%{gap_pkg_name} Version: 1.1 Release: %autorelease Summary: Construct representations of SL(2,Z) License: GPL-2.0-or-later URL: https://snw-0.github.io/sl2-reps/ VCS: git:%{giturl}.git Source: %{giturl}/archive/v%{version}/sl2-reps-%{version}.tar.gz BuildArch: noarch BuildSystem: gap BuildOption(install): gap tst BuildOption(check): tst/testall.g BuildRequires: gap-devel BuildRequires: gap-pkg-autodoc Requires: gap-core %description This package provides methods for constructing and testing matrix presentations of the representations of SL(2,Z) whose kernels are congruence subgroups of SL(2,Z). Irreducible representations of prime-power level are constructed individually by using the Weil representations of quadratic modules, and from these a list of all representations of a given degree or level can be produced. The format is designed for the study of modular tensor categories in particular, providing symmetric matrix presentations of each representation. %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 OFL-1.1-RFN AND Knuth-CTAN AND GPL-1.0-or-later AND AGPL-3.0-only Summary: SL2Reps documentation Requires: %{name} = %{version}-%{release} Requires: gap-online-help %description doc This package contains documentation for gap-pkg-%{gap_pkg_name}. %prep %autosetup -n sl2-reps-%{version} %files %doc 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}/gap/ %{gap_libdir}/pkg/%{gap_upstream_name}/tst/ %files doc %docdir %{gap_libdir}/pkg/%{gap_upstream_name}/doc/ %{gap_libdir}/pkg/%{gap_upstream_name}/doc/ %changelog ## START: Generated by rpmautospec * Sat Sep 06 2025 Jerry James - 1.1-3 - Uncommitted changes * Wed Jul 23 2025 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 25 2025 Jerry James - 1.1-1 - Initial RPM ## END: Generated by rpmautospec