From c0b55a5ad8acc6b7647ff9e4f3816ec5d7e0b65b959a577bc8dfb4a1a008be01 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 23 Nov 2022 05:07:14 +0000 Subject: [PATCH] Accepting request 1036848 from home:jengelh:branches:science OBS-URL: https://build.opensuse.org/request/show/1036848 OBS-URL: https://build.opensuse.org/package/show/science/gap-majoranaalgebras?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++ .gitignore | 1 + MajoranaAlgebras-1.5.tar.gz | 3 ++ gap-majoranaalgebras.changes | 4 +++ gap-majoranaalgebras.spec | 55 ++++++++++++++++++++++++++++++++++++ 5 files changed, 86 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 MajoranaAlgebras-1.5.tar.gz create mode 100644 gap-majoranaalgebras.changes create mode 100644 gap-majoranaalgebras.spec 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/MajoranaAlgebras-1.5.tar.gz b/MajoranaAlgebras-1.5.tar.gz new file mode 100644 index 0000000..a14c0c7 --- /dev/null +++ b/MajoranaAlgebras-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6c1796e2457c3fb9d894a0acd4649b25306b92229040da5ab0efd69e486aa6 +size 353539 diff --git a/gap-majoranaalgebras.changes b/gap-majoranaalgebras.changes new file mode 100644 index 0000000..99ed92e --- /dev/null +++ b/gap-majoranaalgebras.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Nov 19 21:56:48 UTC 2022 - Jan Engelhardt + +- Initial package (version 1.5) for build.opensuse.org diff --git a/gap-majoranaalgebras.spec b/gap-majoranaalgebras.spec new file mode 100644 index 0000000..259bed3 --- /dev/null +++ b/gap-majoranaalgebras.spec @@ -0,0 +1,55 @@ +# +# spec file for package gap-majoranaalgebras +# +# Copyright (c) 2022 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-majoranaalgebras +Version: 1.5 +Release: 0 +Summary: GAP: Majorana algebra and representation construction +License: GPL-2.0-or-later +Group: Productivity/Scientific/Math +URL: https://gap-packages.github.io/MajoranaAlgebras/ +#Git-Clone: https://github.com/gap-packages/MajoranaAlgebras +Source: https://github.com/gap-packages/MajoranaAlgebras/releases/download/v%version/MajoranaAlgebras-%version.tar.gz +BuildRequires: gap-rpm-devel +Requires: gap-automata >= 1.13 +Requires: gap-core >= 4.8 +Requires: gap-datastructures >= 0.2.2 +Requires: gap-gapdoc >= 1.5 +Requires: gap-gauss +Suggests: gap-char0gauss + +%description +MajoranaAlgebras is a package for constructing Majorana +representations of finite groups. It also offers some functions to +calculate with a constructed Majorana representation. The main +constructive functions use the algorithm described in the preprint +Constructing Majorana Representations [arxiv.org/abs/1803.10723] by +Markus Pfeiffer and Madeleine Whybrow. + +%prep +%autosetup -n MajoranaAlgebras-%version + +%build +find . -type f -size 0 -name _Chunks.xml -delete + +%install +%gappkg_simple_install + +%files -f %name.files + +%changelog