File gap-resclasses.spec of Package gap-resclasses
#
# spec file for package gap-resclasses
#
# Copyright (c) 2018 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-resclasses
Version: 4.7.1
Release: 0
Summary: GAP: Set-Theoretic Computations with Residue Classes
License: GPL-2.0+
Group: Productivity/Scientific/Math
Url: https://www.gap-system.org/DevelopersPages/StefanKohl/resclasses.html
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/resclasses-%version.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.8.7
Requires: gap-gapdoc >= 1.5.1
Requires: gap-polycyclic >= 2.11
Requires: gap-utils >= 0.40
Suggests: gap-io >= 4.4.5
%description
ResClasses is a package for set-theoretic computations with residue
classes of the integers and a couple of other rings. The class of
sets which ResClasses can deal with includes the open and the closed
sets in the topo- logy on the respective ring which is induced by
taking the set of all residue classes as a basis, as far as the usual
restrictions imposed by the finite- ness of computing resources
permit this.
%prep
%setup -qn resclasses-%version
%build
%install
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog