2017-05-05 17:33:17 +00:00
|
|
|
#
|
|
|
|
# spec file for package gap-lpres
|
|
|
|
#
|
2018-11-22 12:12:33 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-05-05 17:33:17 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-22 12:12:33 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-05-05 17:33:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-lpres
|
2018-11-22 12:12:33 +00:00
|
|
|
Version: 1.0.0
|
|
|
|
Release: 0
|
2017-05-05 17:33:17 +00:00
|
|
|
Summary: GAP: Nilpotent Quotients of L-Presented Groups
|
2018-11-22 12:12:33 +00:00
|
|
|
License: GPL-2.0-or-later
|
2017-05-05 17:33:17 +00:00
|
|
|
Group: Productivity/Scientific/Math
|
|
|
|
Url: https://gap-packages.github.io/lpres
|
|
|
|
|
2017-09-17 19:35:09 +00:00
|
|
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/lpres-%version.tar.bz2
|
2017-05-05 17:33:17 +00:00
|
|
|
BuildRequires: gap-rpm-devel
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: gap-core >= 4.4
|
|
|
|
Requires: gap-fga >= 1.1.0.1
|
|
|
|
Requires: gap-polycyclic >= 2.5
|
|
|
|
Suggests: gap-ace >= 5.0
|
|
|
|
Suggests: gap-autpgrp >= 1.4
|
|
|
|
Suggests: gap-pargap >= 1.1.2
|
|
|
|
|
|
|
|
%description
|
2018-11-22 12:12:33 +00:00
|
|
|
The LPRES package defines new GAP objects to work with L-presented
|
2017-05-05 17:33:17 +00:00
|
|
|
groups, namely groups given by a finite generating set and a
|
|
|
|
possibly-infinite set of relations given as iterates of finitely many
|
|
|
|
seed relations by a finite set of endomorphisms. The package
|
|
|
|
implements nilpotent quotient, Todd-Coxeter and Reidemeister-Schreier
|
|
|
|
algorithms for L-presented groups.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -qn lpres-%version
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2018-11-22 12:12:33 +00:00
|
|
|
rm -Rf scripts
|
2017-05-05 17:33:17 +00:00
|
|
|
%gappkg_simple_install
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|