[info=daa9a68351c8a8933ac4e3d908b7d06c939764e128982fc6ac0067a2d132afa1]

OBS-URL: https://build.opensuse.org/package/show/science/gap-scscp?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2024-07-10 17:02:41 +00:00 committed by Git OBS Bridge
commit 259e8581fd
7 changed files with 132 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

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1706741762
commit: daa9a68351c8a8933ac4e3d908b7d06c939764e128982fc6ac0067a2d132afa1
url: https://src.opensuse.org/jengelh/gap-scscp
revision: master

3
build.specials.obscpio Normal file
View File

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

40
gap-scscp.changes Normal file
View File

@ -0,0 +1,40 @@
-------------------------------------------------------------------
Wed Jan 31 18:07:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.4.2
* Switch to two argument version of ReadPackage
-------------------------------------------------------------------
Sat Feb 25 18:56:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.4.1
* No user-visible changes
-------------------------------------------------------------------
Tue Dec 20 22:02:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.4.0
* Janitorial changes
-------------------------------------------------------------------
Fri Oct 14 17:10:50 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to new upstream release 2.3.1
* No changelog available
-------------------------------------------------------------------
Mon Dec 25 16:05:31 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.2.3
* No changelog available
-------------------------------------------------------------------
Sat Apr 29 22:42:01 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.2.2
* No changelog was provided
-------------------------------------------------------------------
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
- Split scscp (version 2.1.2) off the gap RPM package

58
gap-scscp.spec Normal file
View File

@ -0,0 +1,58 @@
#
# spec file for package gap-scscp
#
# 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-scscp
Version: 2.4.2
Release: 0
Summary: GAP: Symbolic Computation Software Composability Protocol in GAP
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/scscp/
#Git-Clone: https://github.com/gap-packages/scscp
Source: https://github.com/gap-packages/scscp/releases/download/v%version/scscp-%version.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.10
Requires: gap-gapdoc >= 1.5
Requires: gap-io >= 4.4
Requires: gap-openmath >= 11.4.1
%description
The GAP package SCSCP implements the Symbolic Computation Software
Composability Protocol for the computational algebra system GAP in
accordance with:
* SCSCP specification: http://www.symbolic-computation.org/scscp
* OpenMath content dictionary scscp1:
http://www.win.tue.nl/SCIEnce/cds/scscp1.html
* OpenMath content dictionary scscp2:
http://www.win.tue.nl/SCIEnce/cds/scscp2.html
%prep
%setup -qn SCSCP-%version
%build
%install
%gappkg_simple_install
%files -f %name.files
%changelog

3
scscp-2.4.2.tar.gz Normal file
View File

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