From 60de66b08f41057ab21298595e555ad40dcfb20f18a148ff149541ca171038a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 11 Sep 2024 15:28:42 +0000 Subject: [PATCH] [info=74a7ac7c013254045570c8f17434d7228a4f9e735ee484d816236199d8c0b703] OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=10 --- .gitattributes | 23 ++++++++++++++++++ .gitignore | 1 + CAP-2024.03-02.tar.gz | 3 +++ _scmsync.obsinfo | 4 ++++ build.specials.obscpio | 3 +++ gap-cap.changes | 29 +++++++++++++++++++++++ gap-cap.spec | 54 ++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 117 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 CAP-2024.03-02.tar.gz create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 gap-cap.changes create mode 100644 gap-cap.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/CAP-2024.03-02.tar.gz b/CAP-2024.03-02.tar.gz new file mode 100644 index 0000000..03f56cc --- /dev/null +++ b/CAP-2024.03-02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51db65e94e2d68a12ad24604549e1d9f69caca70b0183723ec96f88e8915afe2 +size 1512763 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..08aa9be --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1711397359 +commit: 74a7ac7c013254045570c8f17434d7228a4f9e735ee484d816236199d8c0b703 +url: https://src.opensuse.org/jengelh/gap-cap +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..9e89773 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5672ae5d16053b0b5b0d752d1d2217a3a123eb40fe240bd806cf79081c0b15 +size 256 diff --git a/gap-cap.changes b/gap-cap.changes new file mode 100644 index 0000000..72300a4 --- /dev/null +++ b/gap-cap.changes @@ -0,0 +1,29 @@ +------------------------------------------------------------------- +Sat Mar 23 21:24:48 UTC 2024 - Jan Engelhardt + +- Update to release 2024.03.02 + * No changelog was provided + +------------------------------------------------------------------- +Sat Feb 11 11:21:27 UTC 2023 - Jan Engelhardt + +- Update to release 2023.02.06 + * No changelog was provided + +------------------------------------------------------------------- +Sat Nov 19 04:41:44 UTC 2022 - Jan Engelhardt + +- 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 + +- Update to new upstream release 2018.08.31 + * No changelog was provided + +------------------------------------------------------------------- +Fri Dec 22 20:18:50 UTC 2017 - jengelh@inai.de + +- Initial package (version 2017.09.25) for build.opensuse.org diff --git a/gap-cap.spec b/gap-cap.spec new file mode 100644 index 0000000..214b236 --- /dev/null +++ b/gap-cap.spec @@ -0,0 +1,54 @@ +# +# spec file for package gap-cap +# +# Copyright (c) 2024 SUSE LLC +# +# 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: 2024.03.02 +%define sillyver 2024.03-02 +Release: 0 +Summary: GAP: Categories, Algorithms and Programming +License: GPL-2.0-only +Group: Productivity/Scientific/Math +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-core >= 4.12.1 +Requires: gap-io +Requires: gap-toolsforhomalg >= 2023.11.01 +Suggests: gap-browse +Suggests: gap-compilerforcap >= 2021.12.05 + +%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 +%autosetup -n CAP-%sillyver + +%build +rm -v doc/clean + +%install +%gappkg_simple_install + +%files -f %name.files + +%changelog