2014-02-08 11:44:01 +01:00
|
|
|
#
|
|
|
|
# spec file for package gap-orb
|
|
|
|
#
|
|
|
|
# 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-orb
|
|
|
|
Summary: GAP: Methods to enumerate Orbits
|
2014-12-12 13:44:33 +01:00
|
|
|
Version: 4.7.3
|
2014-02-08 11:44:01 +01:00
|
|
|
Release: 0
|
|
|
|
License: GPL-3.0+
|
|
|
|
Group: Productivity/Scientific/Math
|
2014-12-12 14:06:48 +01:00
|
|
|
URL: https://github.com/gap-system/orb
|
2014-02-08 11:44:01 +01:00
|
|
|
|
2014-12-12 14:06:48 +01:00
|
|
|
#Git-Clone: git://github.com/gap-system/orb
|
2014-02-08 11:44:01 +01:00
|
|
|
Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/orb-%version.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gap-devel >= 4.4.12
|
|
|
|
BuildRequires: gap-rpm-devel
|
|
|
|
BuildRequires: gmp-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
Requires: gap-core >= 4.4.12
|
|
|
|
Requires: gap-gapdoc >= 1.2
|
|
|
|
Suggests: gap-io >= 3.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
The orb package is about enumerating orbits in various ways.
|
|
|
|
|
|
|
|
%prep
|
2014-12-12 13:44:33 +01:00
|
|
|
%setup -qn orb-%version
|
2014-02-08 11:44:01 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
%configure --with-gaproot="%gapdir"
|
|
|
|
# runs install :/
|
|
|
|
make %{?_smp_mflags} DESTDIR="%buildroot"
|
|
|
|
rm -Rf {aclocal*,autom4*,cnf,config*,m4,src}
|
|
|
|
find . -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
%install
|
|
|
|
%gappkg_simple_install
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|