- Update to release 2022.10.06
OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=5
This commit is contained in:
parent
0d14d1f93b
commit
8bdbdca9ec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2cfdd92636b3216ddc819dce50ea0ac25e1eb80c5cd5b8a2b0dd3b2f9bf0017
|
|
||||||
size 968791
|
|
3
CAP-2022.10-06.tar.gz
Normal file
3
CAP-2022.10-06.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd27e4cda5d022a0536c8ba9020d02d03d796f884ac99959fa0de230e93e307a
|
||||||
|
size 1414037
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 04:41:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2022.10.06
|
||||||
|
* Derive ZeroMorphism as the empty sum of morphisms
|
||||||
|
* Make FreydCategoriesForCAP independent of LinearAlgebraForCAP
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 20:22:48 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 14 20:22:48 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
18
gap-cap.spec
18
gap-cap.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-cap
|
# spec file for package gap-cap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-cap
|
Name: gap-cap
|
||||||
Version: 2018.08.31
|
Version: 2022.10.06
|
||||||
|
%define sillyver 2022.10-06
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Categories, Algorithms and Programming
|
Summary: GAP: Categories, Algorithms and Programming
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://homalg-project.github.io/CAP_project/CAP/
|
URL: https://homalg-project.github.io/pkg/CAP
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/CAP-%version.tar.bz2
|
#Git-Clone: https://github.com/homalg-project/CAP_project
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source: https://github.com/homalg-project/CAP_project/releases/download/CAP-%sillyver/CAP-%sillyver.tar.gz
|
||||||
BuildRequires: gap-devel
|
BuildRequires: gap-devel
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: gap-autodoc >= 2016.02.16
|
Requires: gap-autodoc >= 2016.02.16
|
||||||
Requires: gap-core >= 4.9.1
|
Requires: gap-core >= 4.11.1
|
||||||
Requires: gap-io
|
Requires: gap-io
|
||||||
Requires: gap-toolsforhomalg >= 2018.05.22
|
Requires: gap-toolsforhomalg >= 2018.05.22
|
||||||
Suggests: gap-browse
|
Suggests: gap-browse
|
||||||
|
Suggests: gap-compilerforcap >= 2021.12.05
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CAP is a package for category theory. It facilitates the
|
CAP is a package for category theory. It facilitates the
|
||||||
@ -40,14 +42,14 @@ implementation of specific instances of categories and provides a
|
|||||||
language for writing generic categorical algorithms.
|
language for writing generic categorical algorithms.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn CAP-%version
|
%autosetup -n CAP-%sillyver
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
rm -v doc/clean
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user