2014-02-07 14:47:39 +01:00
|
|
|
#
|
|
|
|
# spec file for package gap-hecke
|
|
|
|
#
|
2018-11-22 13:12:04 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-02-07 14:47:39 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-22 13:12:04 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 14:47:39 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-hecke
|
2022-07-16 22:07:19 +02:00
|
|
|
Version: 1.5.3
|
2014-02-07 14:47:39 +01:00
|
|
|
Release: 0
|
2018-11-22 13:12:04 +01:00
|
|
|
Summary: GAP: Hecke - Specht 2.4 ported to GAP 4
|
|
|
|
License: GPL-2.0-or-later
|
2014-02-07 14:47:39 +01:00
|
|
|
Group: Productivity/Scientific/Math
|
2018-11-22 13:12:04 +01:00
|
|
|
URL: https://gap-packages.github.io/hecke/
|
2014-02-07 14:47:39 +01:00
|
|
|
|
2022-07-16 22:07:19 +02:00
|
|
|
Source: https://github.com/gap-packages/hecke/releases/download/v%version/hecke-%version.tar.gz
|
2014-02-07 14:47:39 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: gap-rpm-devel
|
2018-11-22 13:12:04 +01:00
|
|
|
Requires: gap-core >= 4.8
|
2014-02-07 14:47:39 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Hecke package provides functions for calculating decomposition
|
|
|
|
matrices of Hecke algebras of the symmetric groups and q-Schur
|
|
|
|
algebras.
|
|
|
|
|
|
|
|
%prep
|
2022-07-16 22:07:19 +02:00
|
|
|
%autosetup -n hecke-%version -p1
|
2014-02-07 14:47:39 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%gappkg_simple_install
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
|
|
|
|
%changelog
|