2014-02-05 10:23:17 +00:00
|
|
|
#
|
|
|
|
# spec file for package gap-browse
|
|
|
|
#
|
2025-02-06 11:51:35 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2014-02-05 10:23:17 +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:10:27 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-05 10:23:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-browse
|
2023-06-25 06:00:27 +00:00
|
|
|
Version: 1.8.21
|
2022-11-19 03:30:22 +00:00
|
|
|
Release: 0
|
2014-02-05 10:23:17 +00:00
|
|
|
Summary: GAP: ncurses interface and browsing applications
|
2018-11-22 12:10:27 +00:00
|
|
|
License: GPL-3.0-or-later
|
2014-02-05 10:23:17 +00:00
|
|
|
Group: Productivity/Scientific/Math
|
2022-11-19 03:30:22 +00:00
|
|
|
URL: https://www.math.rwth-aachen.de/homes/Browse/
|
2025-06-05 20:52:36 +02:00
|
|
|
#Source: https://www.math.rwth-aachen.de/homes/Browse/Browse-%version.tar.bz2
|
|
|
|
Source: Browse-%version.tar.xz
|
|
|
|
Source9: sanitize_source.sh
|
2022-12-20 21:39:44 +00:00
|
|
|
BuildRequires: gap-devel >= 4.12
|
|
|
|
BuildRequires: gap-rpm-devel >= 4.12
|
2014-02-05 10:23:17 +00:00
|
|
|
BuildRequires: gmp-devel
|
2025-02-06 11:51:35 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2022-12-20 21:39:44 +00:00
|
|
|
Requires: gap-core >= 4.12
|
2017-09-08 16:44:23 +00:00
|
|
|
Requires: gap-gapdoc >= 1.6
|
2022-12-20 21:39:44 +00:00
|
|
|
Suggests: gap-atlasrep >= 2.0
|
2014-02-05 10:23:17 +00:00
|
|
|
Suggests: gap-io >= 2.2
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Browse package provides three levels of functionality
|
|
|
|
|
2018-11-22 12:10:27 +00:00
|
|
|
* A GAP interface to the ncurses library.
|
|
|
|
* A generic function for interactive browsing through two-dimensional
|
2014-02-05 10:23:17 +00:00
|
|
|
arrays of data.
|
2018-11-22 12:10:27 +00:00
|
|
|
* Several applications of the first two, e.g., a method for browsing
|
2014-02-05 10:23:17 +00:00
|
|
|
character tables, browsing through the content of some data
|
|
|
|
collections, or some games.
|
|
|
|
|
|
|
|
%prep
|
2022-11-19 03:30:22 +00:00
|
|
|
%autosetup -n Browse-%version
|
2014-02-05 10:23:17 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
./configure "%gapdir"
|
2025-06-05 20:52:36 +02:00
|
|
|
%make_build \
|
2025-06-05 20:54:53 +02:00
|
|
|
CFLAGS="%optflags -DWIDECHARS $(ncursesw6-config --cflags)" \
|
|
|
|
LOPTS="$(ncursesw6-config --libs) -lpanelw"
|
2014-02-05 10:23:17 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%gappkg_simple_install
|
2025-02-28 00:01:31 +01:00
|
|
|
cd "%buildroot/$moddir/"
|
2022-11-19 03:30:22 +00:00
|
|
|
rm -Rf Makefile configure src
|
2014-02-05 10:23:17 +00:00
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
|
|
|
|
%changelog
|