2014-02-07 14:49:43 +01:00
|
|
|
#
|
|
|
|
# spec file for package gap-io
|
|
|
|
#
|
|
|
|
# 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-io
|
|
|
|
Summary: GAP: Bindings for low level C library IO
|
2016-06-20 02:00:43 +02:00
|
|
|
Version: 4.4.6
|
2014-02-07 14:49:43 +01:00
|
|
|
Release: 0
|
|
|
|
License: GPL-3.0+
|
|
|
|
Group: Productivity/Scientific/Math
|
2016-03-12 00:05:57 +01:00
|
|
|
URL: http://gap-packages.github.io/io/
|
2014-02-07 14:49:43 +01:00
|
|
|
|
2017-09-17 21:34:46 +02:00
|
|
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/io-%version.tar.bz2
|
2014-02-07 14:49:43 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: fdupes
|
2014-06-18 19:38:52 +02:00
|
|
|
BuildRequires: gap-devel >= 4.5.5
|
2014-02-07 14:49:43 +01:00
|
|
|
BuildRequires: gap-rpm-devel
|
|
|
|
BuildRequires: gmp-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-06-18 19:38:52 +02:00
|
|
|
Requires: gap-core >= 4.5.5
|
2014-02-07 14:49:43 +01:00
|
|
|
Requires: gap-gapdoc >= 1.2
|
|
|
|
|
|
|
|
%description
|
|
|
|
The IO package provides bindings for GAP to the lower levels of
|
|
|
|
Input/Output functionality in the C library.
|
|
|
|
|
|
|
|
%prep
|
2014-06-18 19:38:52 +02:00
|
|
|
%setup -qn io-%version
|
2014-02-07 14:49:43 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
%configure --with-gaproot="%gapdir"
|
|
|
|
make %{?_smp_mflags} DESTDIR="%buildroot"
|
|
|
|
rm -Rf {aclocal*,autom4*,cnf,config*,m4,src}
|
|
|
|
find . -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
%install
|
|
|
|
%gappkg_simple_install
|
|
|
|
%fdupes %buildroot/%_prefix
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|