2017-09-19 15:45:10 +00:00
|
|
|
#
|
|
|
|
# spec file for package gap-grape
|
|
|
|
#
|
2018-11-22 12:11:53 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-09-19 15:45:10 +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.
|
|
|
|
|
2018-11-22 12:11:53 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-09-19 15:45:10 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-grape
|
2018-11-22 12:11:53 +00:00
|
|
|
Version: 4.8.1
|
2017-09-19 15:45:10 +00:00
|
|
|
Release: 0
|
2018-11-22 12:11:53 +00:00
|
|
|
Summary: GAP: GRaph Algorithms using PErmutation groups
|
|
|
|
License: GPL-2.0-or-later
|
2017-09-19 15:45:10 +00:00
|
|
|
Group: Productivity/Scientific/Math
|
|
|
|
URL: http://www.maths.qmul.ac.uk/~leonard/grape/
|
|
|
|
|
2018-11-22 12:11:53 +00:00
|
|
|
#DL-URL: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/grape-4.8.1.tar.bz2
|
2017-09-19 15:45:10 +00:00
|
|
|
# Original tarball has bundled third-party code with a Non-Commercial clause
|
2018-11-22 12:11:53 +00:00
|
|
|
Source: grape-%version.tar.xz
|
2017-10-02 10:52:53 +00:00
|
|
|
Source8: sanitize_source.sh
|
2017-09-19 15:45:10 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2018-11-22 12:11:53 +00:00
|
|
|
BuildArch: noarch
|
2017-09-19 15:45:10 +00:00
|
|
|
BuildRequires: gap-rpm-devel
|
|
|
|
BuildRequires: xz
|
2018-11-22 12:11:53 +00:00
|
|
|
Requires: bliss
|
|
|
|
Requires: gap-core >= 4.9
|
2017-09-19 15:45:10 +00:00
|
|
|
Requires: nauty
|
|
|
|
|
|
|
|
%description
|
|
|
|
GRAPE is a package for computing with graphs and groups, and is
|
|
|
|
primarily designed for constructing and analysing graphs related to
|
|
|
|
groups, finite geometries, and designs.
|
|
|
|
|
|
|
|
%prep
|
2018-11-22 12:11:53 +00:00
|
|
|
%setup -qn grape-%version
|
2017-09-19 15:45:10 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2018-11-22 12:11:53 +00:00
|
|
|
rm -Rf scripts doc/.Rhistory
|
2017-09-19 15:45:10 +00:00
|
|
|
%gappkg_simple_install
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|