# # spec file for package gap-ace # # 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-ace Version: 5.2 Release: 0 Summary: GAP: Advanced Coset Enumerator License: MIT Group: Productivity/Scientific/Math Url: http://www.math.rwth-aachen.de/~Greg.Gamble/ACE/ #Git-Clone: https://github.com/gap-packages/ace Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/ace-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gap BuildRequires: gap-devel BuildRequires: gap-rpm-devel Requires: gap-core >= 4.7 %description The ACE package provides functions associated with Todd-Coxeter coset enumeration by interfacing with the Advanced Coset Enumerator (ACE) from within GAP. %prep %setup -qn ace-%version %build ./configure "%gapdir" make %{?_smp_mflags} CC="cc %optflags" %install rm -Rf Makefile* configure src/ %gappkg_simple_install %files -f %name.files %defattr(-,root,root) %changelog