forked from pool/gap-utils
- Update to new upstream release 0.77 * added Download operation by Thomas Breuer - new Chapter 8 * added LeftCoset operations * Max Horn replaced BIND_GLOBAL with BindGlobal (transfer process) * CentralProduct added by Thomas Breuer * added DirectProductOfAutomorphismGroups * added DirectProductOfFunctions * accepted PR34 - changed example in 6.2.1 * fixed typos with UnorderedPairsIterator in manual * groups.tst fails in gapdev - temporary(?) fix * added Iterators chapter: AllSubgroupsIterator CartesianIterator, UnorderedPairsIterator * added IdempotentEndomorphisms, IdempotentEndomorphismsData AllIsomorphismsIterator, AllIsomorphismsNumber, AllIsomorphisms * added License field in PackageInfo.g * made ExponentOfPrime obsolete * made several AutoDoc functions obsolete (they remain in AutoDoc): FindMatchingFiles; CreateDirIfMissing; StringDotSuffix; SetIfMissing * made PrintApplicableMethod obsolete * marked PrintOneItemPerLine as obsolete: use Perform(L,Display); * marked ExponentOfPrime as obsolete: use PValuation * transferred code in combinat.g{d,i} to end of lists.g{d,i} * removed all "if OKtoReadFomUtils( "RCWA" / "ResClasses" )" * new PrintSelection example due to diff with all packages loaded removed XMod from list of packages to be loaded * revised file tst/testing.g * PrintOneItemPerLine plus alternative method for iterators; added function PrintSelection(L,first,step,last) for lists/iterators * rebuilt the manual using the AutoDoc package * removed examples/ folder OBS-URL: https://build.opensuse.org/request/show/1010979 OBS-URL: https://build.opensuse.org/package/show/science/gap-utils?expand=0&rev=11
51 lines
1.5 KiB
RPMSpec
51 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package gap-utils
|
|
#
|
|
# 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-utils
|
|
Summary: GAP: Utility functions in GAP
|
|
Version: 0.77
|
|
Release: 0
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Scientific/Math
|
|
URL: https://gap-packages.github.io/utils
|
|
Source: https://github.com/gap-packages/utils/releases/download/v%{version}/utils-%{version}.tar.gz
|
|
BuildRequires: gap-rpm-devel
|
|
BuildRequires: xz
|
|
Requires: gap-autodoc >= 2020.08.11
|
|
Requires: gap-core >= 4.10.1
|
|
Requires: gap-gapdoc >= 1.6.4
|
|
Requires: gap-polycyclic >= 2.16
|
|
Suggests: gap-curlInterface >= 2.3.0
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The Utils package provides a collection of utility functions gleaned
|
|
from many packages.
|
|
|
|
%prep
|
|
%setup -qn utils-%version
|
|
|
|
%build
|
|
|
|
%install
|
|
%gappkg_simple_install
|
|
|
|
%files -f %name.files
|
|
|
|
%changelog
|