[info=866bb8f63a0dc7d7e263863c4f94aeb24245dd54a791ca22818637157157f70f]

OBS-URL: https://build.opensuse.org/package/show/science/gap-gaussforhomalg?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2025-02-09 20:59:52 +00:00 committed by Git OBS Bridge
commit 44153aa72f
7 changed files with 126 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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:114b3744ddbdc766c66e7891ffd2badb02c1ebe3c326df525d0ffa198975f570
size 229464

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397366
commit: 866bb8f63a0dc7d7e263863c4f94aeb24245dd54a791ca22818637157157f70f
url: https://src.opensuse.org/jengelh/gap-gaussforhomalg
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705dedacb91ee669463ea5c2e06144717766288914aa8cf9f35e4ddcb5b7ab0d
size 256

View File

@ -0,0 +1,40 @@
-------------------------------------------------------------------
Sat Mar 23 21:41:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2023.11.01
* No changelog was provided
-------------------------------------------------------------------
Sat Nov 19 19:16:59 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.08.03
* No changelog was provided
-------------------------------------------------------------------
Wed Nov 14 22:27:13 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2018.06.01
* No changelog was provided
-------------------------------------------------------------------
Sat Dec 23 22:15:46 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.09.10
* No changelog available
-------------------------------------------------------------------
Tue Dec 8 09:47:20 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2015.11.06
* No upstream changelog was provided
-------------------------------------------------------------------
Wed Feb 5 16:22:02 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2013.09.20
* No upstream changelog was provided
-------------------------------------------------------------------
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
- Split gaussforhomalg (version 2012.10.22) off the gap RPM package

52
gap-gaussforhomalg.spec Normal file
View File

@ -0,0 +1,52 @@
#
# spec file for package gap-gaussforhomalg
#
# 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-gaussforhomalg
Version: 2023.11.01
%define sillyver 2023.11-01
Release: 0
Summary: GAP: Gauss Functionality for homalg
License: GPL-2.0-only
Group: Productivity/Scientific/Math
URL: https://homalg-project.github.io/pkg/GaussForHomalg
#Git-Clone: https://github.com/homalg-project/homalg_project
Source: https://github.com/homalg-project/homalg_project/releases/download/GaussForHomalg-%sillyver/GaussForHomalg-%sillyver.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.11.1
Requires: gap-gapdoc >= 1.0
Requires: gap-gauss >= 2021.04.01
Requires: gap-matricesforhomalg >= 2023.10.01
Requires: gap-toolsforhomalg >= 2023.11.01
%description
The GaussForHomalg package links the homalg package together with the
Gauss package.
%prep
%autosetup -n GaussForHomalg-%sillyver
%build
rm -v doc/clean doc/.gitignore
%install
%gappkg_simple_install
%files -f %name.files
%changelog