1
0
forked from pool/gap-matgrp
gap-matgrp/gap-matgrp.spec

52 lines
1.6 KiB
RPMSpec

#
# spec file for package gap-matgrp
#
# Copyright (c) 2013 SUSE LINUX Products 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 http://bugs.opensuse.org/
#
Name: gap-matgrp
Version: 1.4
Release: 0
Summary: GAP: Matric group interface routines
License: GPL-2.0 or GPL-3.0
Group: Productivity/Scientific/Math
URL: http://www.math.colostate.edu/~hulpke
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/matgrp04.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.7
Requires: gap-recog >= 1.2 gap-forms >= 1.2 gap-genss >= 1.3 gap-orb >= 3.4 gap-atlasrep >= 1.4.0 gap-recogbase >= 1.0
%description
The matgrp package provides an interface to the solvable radical
functionality for matrix groups, building on constructive
recognition.
%prep
%setup -qn matgrp
%build
find doc -type f -name ".*" -print -delete
%install
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog