SHA256
1
0
forked from pool/gap-cap

Accepting request 559510 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/559510
OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=1
This commit is contained in:
Matthias Mailänder 2017-12-23 07:09:28 +00:00 committed by Git OBS Bridge
commit cfb90bce56
5 changed files with 88 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
CAP-2017.09.25.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:654d9be0794cb247b41b528260a5d5c854af28b01ab1f16e6d39bb219efc51f5
size 872644

4
gap-cap.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Dec 22 20:18:50 UTC 2017 - jengelh@inai.de
- Initial package (version 2017.09.25) for build.opensuse.org

57
gap-cap.spec Normal file
View File

@ -0,0 +1,57 @@
#
# spec file for package gap-cap
#
# Copyright (c) 2017 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-cap
Version: 2017.09.25
Release: 0
Summary: GAP: Categories, Algorithms and Programming
License: GPL-2.0
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-core >= 4.6
Requires: gap-autodoc >= 2016.02.16
Requires: gap-toolsforhomalg >= 2016.01.17
Requires: gap-io
%description
Categories are the main GAP objects in CAP. They are used to
associate GAP objects which represent objects and morphisms with
their category. By associating a GAP object to the category, one of
two filters belonging to the category (ObjectFilter/MorphismFilter)
are set to true. Via Add methods, functions for specific existential
quantifiers can be associated to the category and after that can be
applied to GAP objects in the category. A GAP category object also
knows which constructions are currently possible in this category.
%prep
%setup -qn CAP-%version
%build
%install
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog