2014-02-05 10:20:00 +00:00
|
|
|
#
|
|
|
|
# spec file for package gap-ctbllib
|
|
|
|
#
|
2025-06-05 23:36:50 +02:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2014-02-05 10:20:00 +00: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.
|
|
|
|
|
2022-10-02 17:38:11 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-05 10:20:00 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-ctbllib
|
2025-06-05 23:36:50 +02:00
|
|
|
Version: 1.3.11
|
2014-02-05 10:20:00 +00:00
|
|
|
Release: 0
|
2022-11-19 04:09:29 +00:00
|
|
|
Summary: GAP Character Table Library
|
2022-10-02 17:38:11 +00:00
|
|
|
License: GPL-3.0-or-later
|
2014-02-05 10:20:00 +00:00
|
|
|
Group: Productivity/Scientific/Math
|
2022-10-02 17:38:11 +00:00
|
|
|
URL: https://www.math.rwth-aachen.de/homes/Thomas.Breuer/ctbllib/
|
2022-11-19 04:09:29 +00:00
|
|
|
Source: https://www.math.rwth-aachen.de/homes/Thomas.Breuer/ctbllib/ctbllib-%version.tar.gz
|
2023-08-01 00:26:18 +00:00
|
|
|
#changelog in chap1.txt
|
2022-11-19 04:09:29 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: fdupes
|
2014-02-05 10:20:00 +00:00
|
|
|
BuildRequires: gap-rpm-devel
|
2022-10-02 17:38:11 +00:00
|
|
|
Requires: gap-atlasrep >= 2.1
|
2022-11-19 04:09:29 +00:00
|
|
|
Requires: gap-core >= 4.11
|
|
|
|
Requires: gap-gapdoc >= 1.6.2
|
|
|
|
Suggests: gap-browse >= 1.8.10
|
2014-02-05 10:20:00 +00:00
|
|
|
Suggests: gap-chevie >= 1.0
|
2022-10-02 17:38:11 +00:00
|
|
|
Suggests: gap-primgrp >= 1.0
|
|
|
|
Suggests: gap-smallgrp >= 1.0
|
2022-11-19 04:09:29 +00:00
|
|
|
Suggests: gap-spinsym >= 1.5
|
2014-02-05 10:20:00 +00:00
|
|
|
Suggests: gap-tomlib >= 1.0
|
2022-11-19 04:09:29 +00:00
|
|
|
Suggests: gap-transgrp >= 1.0
|
2014-02-05 10:20:00 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The package contains the GAP Character Table Library.
|
|
|
|
|
|
|
|
%prep
|
2022-11-19 04:09:29 +00:00
|
|
|
%autosetup -n ctbllib-%version
|
|
|
|
chmod a-x doc/*.xml
|
2014-02-05 10:20:00 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%gappkg_simple_install
|
2022-11-19 04:09:29 +00:00
|
|
|
%fdupes %buildroot/%_prefix
|
2014-02-05 10:20:00 +00:00
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
|
|
|
|
%changelog
|