Jan Engelhardt
9eb826a122
OBS-URL: https://build.opensuse.org/package/show/science/gap-hecke?expand=0&rev=5
50 lines
1.5 KiB
RPMSpec
50 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package gap-hecke
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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-hecke
|
|
Version: 1.5
|
|
Release: 0
|
|
Summary: GAP: Hecke - Specht 2.4 ported to GAP 4
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Scientific/Math
|
|
URL: https://gap-packages.github.io/hecke/
|
|
|
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/hecke-%version.tar.bz2
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: gap-rpm-devel
|
|
Requires: gap-core >= 4.8
|
|
|
|
%description
|
|
The Hecke package provides functions for calculating decomposition
|
|
matrices of Hecke algebras of the symmetric groups and q-Schur
|
|
algebras.
|
|
|
|
%prep
|
|
%setup -qn hecke-%version
|
|
|
|
%build
|
|
|
|
%install
|
|
%gappkg_simple_install
|
|
|
|
%files -f %name.files
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|