%global gap_pkgname inducereduce %global gap_upname InduceReduce %global giturl https://github.com/gap-packages/InduceReduce Name: gap-pkg-%{gap_pkgname} Version: 1.1 Release: %autorelease Summary: Compute the character table of a finite group License: GPL-3.0-or-later URL: https://gap-packages.github.io/InduceReduce/ VCS: git:%{giturl}.git Source: %{giturl}/archive/v%{version}/%{gap_upname}-%{version}.tar.gz BuildArch: noarch BuildSystem: gap BuildOption(install): lib tst BuildOption(check): tst/testall.g BuildRequires: gap-devel BuildRequires: gap-pkg-autodoc Requires: gap-core %description The InduceReduce package provides an implementation of Unger's algorithm for computing the table of ordinary irreducible characters of a finite group. The algorithm works by inducing characters from suitably chosen elementary subgroups and finding an orthogonal basis of the resulting lattice of characters by LLL lattice reduction. %package doc # The content is GPL-3.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-3.0-or-later AND OFL-1.1-RFN AND Knuth-CTAN AND GPL-1.0-or-later AND AGPL-3.0-only Summary: InduceReduce documentation Requires: %{name} = %{version}-%{release} Requires: gap-online-help %description doc This package contains documentation for gap-pkg-%{gap_pkgname}. %prep %autosetup -n %{gap_upname}-%{version} %files %doc CHANGES.md README.md %license LICENSE %dir %{gap_libdir}/pkg/%{gap_upname}/ %{gap_libdir}/pkg/%{gap_upname}/*.g %{gap_libdir}/pkg/%{gap_upname}/lib/ %{gap_libdir}/pkg/%{gap_upname}/tst/ %files doc %docdir %{gap_libdir}/pkg/%{gap_upname}/doc/ %{gap_libdir}/pkg/%{gap_upname}/doc/ %changelog %autochangelog