[info=89b11774f4337b0fe27659dce92628515e44a13ad7a41bc63e0cac652607deb8]

OBS-URL: https://build.opensuse.org/package/show/science/gap-toolsforhomalg?expand=0&rev=17
This commit is contained in:
Jan Engelhardt 2025-02-14 11:28:54 +00:00 committed by Git OBS Bridge
commit 883887fab3
7 changed files with 129 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:4281e8f19d70508fae3d30e321721b87a3bdbb11cdaef3444248be8a7ecd3403
size 335894

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397382
commit: 89b11774f4337b0fe27659dce92628515e44a13ad7a41bc63e0cac652607deb8
url: https://src.opensuse.org/jengelh/gap-toolsforhomalg
revision: master

3
build.specials.obscpio Normal file
View File

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

View File

@ -0,0 +1,46 @@
-------------------------------------------------------------------
Sat Mar 23 22:07:44 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2023.11.01
* No changelog was provided
-------------------------------------------------------------------
Sun Feb 12 14:33:46 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.12.01
* No changelog
-------------------------------------------------------------------
Mon Dec 25 16:21:41 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.11.05
* No changelog available
-------------------------------------------------------------------
Fri Sep 8 20:18:02 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.05.10
* Still no changelog provided
-------------------------------------------------------------------
Sat Mar 12 20:02:30 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2016.02.17
* No changelog was provided
-------------------------------------------------------------------
Tue Dec 8 16:53:19 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2015.11.23
* No upstream changelog was provided again
-------------------------------------------------------------------
Sun Feb 22 11:31:12 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2014.12.08
* No upstream changelog was provided
-------------------------------------------------------------------
Tue May 21 17:28:26 UTC 2013 - jengelh@inai.de
- Initial package (version 2013.04.16) for build.opensuse.org

49
gap-toolsforhomalg.spec Normal file
View File

@ -0,0 +1,49 @@
#
# spec file for package gap-toolsforhomalg
#
# 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-toolsforhomalg
Version: 2023.11.01
%define sillyver 2023.11-01
Release: 0
Summary: GAP: Special methods and knowledge propagation tools
License: GPL-2.0-only
Group: Productivity/Scientific/Math
URL: http://homalg-project.github.io/homalg_project/ToolsForHomalg/
#Git-Clone: https://github.com/homalg-project/ToolsForHomalg
Source: https://github.com/homalg-project/homalg_project/releases/download/ToolsForHomalg-%sillyver/ToolsForHomalg-%sillyver.tar.gz
BuildArch: noarch
BuildRequires: fdupes
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.12.1
%description
The ToolsForHomalg package provides GAP extensions for the homalg
project.
%prep
%autosetup -n ToolsForHomalg-%sillyver
%build
%install
%gappkg_simple_install
%fdupes %buildroot/%_prefix
%files -f %name.files
%changelog