1
0

[info=c892903c7454326fa6f0171f74b52d31fa5eac41549f8e9e82ec4e81aae014dd]

OBS-URL: https://build.opensuse.org/package/show/science/gap-4ti2interface?expand=0&rev=17
This commit is contained in:
Jan Engelhardt 2024-12-29 02:02:35 +00:00 committed by Git OBS Bridge
commit 2b95721dd2
7 changed files with 131 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:1552217e91c7fa50e144467c4aa2f8b4e7c7709779e6faf0bf975353c35a93d3
size 136589

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397354
commit: c892903c7454326fa6f0171f74b52d31fa5eac41549f8e9e82ec4e81aae014dd
url: https://src.opensuse.org/jengelh/gap-4ti2interface
revision: master

3
build.specials.obscpio Normal file
View File

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

46
gap-4ti2interface.changes Normal file
View File

@ -0,0 +1,46 @@
-------------------------------------------------------------------
Sat Mar 23 21:19:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2023.02.04
* Ignore warnings about egrep being obsolescent coming from 4ti2
-------------------------------------------------------------------
Sun Oct 2 17:42:28 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.09.01
* No changelog was provided
-------------------------------------------------------------------
Fri Oct 19 10:25:26 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2018.07.06
* No changelog was provided
-------------------------------------------------------------------
Fri Dec 22 19:41:44 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.10.04
* Added COPYING file
-------------------------------------------------------------------
Fri Sep 8 16:30:54 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.01.05
* No changelog was provided
-------------------------------------------------------------------
Mon Dec 7 19:46:45 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2015.11.06
* No upstream changelog available
-------------------------------------------------------------------
Tue Aug 4 09:04:01 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2015.04.29
* Resolve file descriptor leak
-------------------------------------------------------------------
Fri Apr 18 09:47:00 UTC 2014 - jengelh@inai.de
- Initial package (version 2013.09.20) for build.opensuse.org

51
gap-4ti2interface.spec Normal file
View File

@ -0,0 +1,51 @@
#
# spec file for package gap-4ti2interface
#
# 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-4ti2interface
Version: 2023.02.04
%define sillyversion 2023.02-04
Release: 0
Summary: GAP: Interface to 4ti2
License: GPL-2.0-only
Group: Productivity/Scientific/Math
URL: https://homalg-project.github.io/homalg_project/4ti2Interface/
#Git-Clone: https://github.com/homalg-project/homalg_project
Source: https://github.com/homalg-project/homalg_project/releases/download/4ti2Interface-%sillyversion/4ti2Interface-%sillyversion.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: 4ti2
Requires: gap-core >= 4.12.1
Requires: gap-io >= 4.2
Suggests: gap-autodoc >= 2013.08.22
%description
This package provides a GAP module to interface with 4ti2,
a collection of programs that compute and solve algebraic,
geometric and combinational problems on linear spaces.
%prep
%autosetup -n 4ti2Interface-%sillyversion
%build
%install
%gappkg_simple_install
%files -f %name.files
%changelog