File gap-polycyclic.spec of Package gap-polycyclic
#
# spec file for package gap-polycyclic
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gap-polycyclic
Summary: GAP: Computation with polycyclic groups
Version: 2.11
Release: 0
License: GPL-2.0+
Group: Productivity/Scientific/Math
URL: http://www.icm.tu-bs.de/ag_algebra/software/polycyclic/
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/polycyclic-%version.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-alnuth >= 1.0
Requires: gap-autpgrp >= 1.4
Requires: gap-core >= 4.5
%description
The Polycyclic package provides a basis for working with polycyclic
groups defined by polycyclic presentations.
The features of this package include
- creating a polycyclic group from a polycyclic presentation
- arithmetic in a polycyclic group
- computation with subgroups and factor groups of a polycyclic group
- computation of standard subgroup series such as the derived series,
the lower central series
- computation of the first and second cohomology
- computation of group extensions
- computation of normalizers and centralizers
- solutions to the conjugacy problems for elements and subgroups
- computation of Torsion and various finite subgroups
- computation of various subgroups of finite index
- computation of teh Schur multiplicator, the non-abelian exterior
square and the non-abelian tenor square
%prep
%setup -qn polycyclic-%version
%build
%install
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog