- 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>
|
||||
|
||||
|
18
gap-cap.spec
18
gap-cap.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,22 +17,24 @@
|
||||
|
||||
|
||||
Name: gap-cap
|
||||
Version: 2018.08.31
|
||||
Version: 2022.10.06
|
||||
%define sillyver 2022.10-06
|
||||
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
|
||||
URL: https://homalg-project.github.io/pkg/CAP
|
||||
#Git-Clone: https://github.com/homalg-project/CAP_project
|
||||
Source: https://github.com/homalg-project/CAP_project/releases/download/CAP-%sillyver/CAP-%sillyver.tar.gz
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildArch: noarch
|
||||
Requires: gap-autodoc >= 2016.02.16
|
||||
Requires: gap-core >= 4.9.1
|
||||
Requires: gap-core >= 4.11.1
|
||||
Requires: gap-io
|
||||
Requires: gap-toolsforhomalg >= 2018.05.22
|
||||
Suggests: gap-browse
|
||||
Suggests: gap-compilerforcap >= 2021.12.05
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -qn CAP-%version
|
||||
%autosetup -n CAP-%sillyver
|
||||
|
||||
%build
|
||||
rm -v doc/clean
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
|
||||
%files -f %name.files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user