From 259e8581fd4cb2d09330931da432254fde5af2af42cc959772be76b3d4ac3a16 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 Jul 2024 17:02:41 +0000 Subject: [PATCH] [info=daa9a68351c8a8933ac4e3d908b7d06c939764e128982fc6ac0067a2d132afa1] OBS-URL: https://build.opensuse.org/package/show/science/gap-scscp?expand=0&rev=15 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + _scmsync.obsinfo | 4 +++ build.specials.obscpio | 3 +++ gap-scscp.changes | 40 +++++++++++++++++++++++++++++ gap-scscp.spec | 58 ++++++++++++++++++++++++++++++++++++++++++ scscp-2.4.2.tar.gz | 3 +++ 7 files changed, 132 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 gap-scscp.changes create mode 100644 gap-scscp.spec create mode 100644 scscp-2.4.2.tar.gz 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/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..2f27020 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1706741762 +commit: daa9a68351c8a8933ac4e3d908b7d06c939764e128982fc6ac0067a2d132afa1 +url: https://src.opensuse.org/jengelh/gap-scscp +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..14f38d1 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c8bf34ad8787ce3cb2377e745b489653d5f17e089df719f4be8cfcbcfc6adf +size 256 diff --git a/gap-scscp.changes b/gap-scscp.changes new file mode 100644 index 0000000..a2d37b7 --- /dev/null +++ b/gap-scscp.changes @@ -0,0 +1,40 @@ +------------------------------------------------------------------- +Wed Jan 31 18:07:46 UTC 2024 - Jan Engelhardt + +- Update to release 2.4.2 + * Switch to two argument version of ReadPackage + +------------------------------------------------------------------- +Sat Feb 25 18:56:24 UTC 2023 - Jan Engelhardt + +- Update to release 2.4.1 + * No user-visible changes + +------------------------------------------------------------------- +Tue Dec 20 22:02:56 UTC 2022 - Jan Engelhardt + +- Update to release 2.4.0 + * Janitorial changes + +------------------------------------------------------------------- +Fri Oct 14 17:10:50 UTC 2022 - Stefan BrĂ¼ns + +- 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 diff --git a/gap-scscp.spec b/gap-scscp.spec new file mode 100644 index 0000000..6f5de51 --- /dev/null +++ b/gap-scscp.spec @@ -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 diff --git a/scscp-2.4.2.tar.gz b/scscp-2.4.2.tar.gz new file mode 100644 index 0000000..bbab954 --- /dev/null +++ b/scscp-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f777279affbc44fb5437612d50d835478c4c037b204c4457e799a6087b79484f +size 988777