File gap-smallsemi.spec of Package gap-smallsemi
#
# spec file for package gap-smallsemi
#
# Copyright (c) 2016 SUSE LINUX 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-smallsemi
Version: 0.6.11
Release: 0
Summary: GAP data library of semigroups of small size
License: GPL-3.0+
Group: Productivity/Scientific/Math
Url: http://www-groups.mcs.st-and.ac.uk/~jamesm/smallsemi/
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/smallsemi-%version.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.7
Requires: gzip
Suggests: gap-gapdoc >= 1.3
%description
The "Smallsemi" package is a data library of semigroups of small
size. It provides all semigroups with at most 8 elements as well as
various information about these objects. The reason that semigroups
of higher orders are not included is the huge number of such objects.
(The number of semigroups of size 10 is not even known at the time of
writing.)
%prep
%setup -qn smallsemi-%version
%build
%install
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog