#
# spec file for package gap-cap
#
# 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 https://bugs.opensuse.org/
#


Name:           gap-cap
Version:        2018.08.31
Release:        0
Summary:        GAP: Categories, Algorithms and Programming
License:        GPL-2.0-only
Group:          Productivity/Scientific/Math
Url:            http://homalg-project.github.io/CAP_project/CAP/
Source:         https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/CAP-%version.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gap-devel
BuildRequires:  gap-rpm-devel
BuildArch:      noarch
Requires:       gap-autodoc >= 2016.02.16
Requires:       gap-core >= 4.9.1
Requires:       gap-io
Requires:       gap-toolsforhomalg >= 2018.05.22
Suggests:       gap-browse

%description
CAP is a package for category theory. It facilitates the
implementation of specific instances of categories and provides a
language for writing generic categorical algorithms.

%prep
%setup -qn CAP-%version

%build

%install
%gappkg_simple_install

%files -f %name.files
%defattr(-,root,root)

%changelog