forked from pool/gap-modisom
Accepting request 1036753 from home:jengelh:branches:science
OBS-URL: https://build.opensuse.org/request/show/1036753 OBS-URL: https://build.opensuse.org/package/show/science/gap-modisom?expand=0&rev=1
This commit is contained in:
commit
16ee6a1bef
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
gap-modisom.changes
Normal file
4
gap-modisom.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 03:17:06 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Initial package (version 2.5.3) for build.opensuse.org
|
53
gap-modisom.spec
Normal file
53
gap-modisom.spec
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# spec file for package gap-modisom
|
||||
#
|
||||
# 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 http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gap-modisom
|
||||
Version: 2.5.3
|
||||
Release: 0
|
||||
Summary: GAP: Computing with nilpotent associative algebras
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/modisom/
|
||||
#Git-Clone: https://github.com/gap-packages/modisom
|
||||
Source: https://github.com/gap-packages/modisom/releases/download/v%version/modisom-%version.tar.gz
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
Requires: gap-core >= 4.7
|
||||
Requires: gap-polycyclic >= 1.0
|
||||
|
||||
%description
|
||||
ModIsom is a GAP package containing various methods for computing
|
||||
with nilpotent associative algebras. It has a method to determine the
|
||||
automorphism group and to test isomorphis of such algebras over
|
||||
finite fields and of modular group algebras of finite p-groups, and
|
||||
it contains a nilpotent quotient algorithm for finitely presented
|
||||
associative algebras and a method to determine Kurosh algebras.
|
||||
|
||||
%prep
|
||||
%autosetup -n modisom-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$moddir/"
|
||||
popd
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
%changelog
|
3
modisom-2.5.3.tar.gz
Normal file
3
modisom-2.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c002326f89ddbd5bc77d8aaca7fca1ca5b3947092c3961c1a04b2b24e2ee0446
|
||||
size 573216
|
Loading…
Reference in New Issue
Block a user