[info=8001760e9ce78974336fd27b612f7dde2813f031dbf346901ce9701229701572]

OBS-URL: https://build.opensuse.org/package/show/science/gap-xgap?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2024-08-21 20:53:21 +00:00 committed by Git OBS Bridge
commit 1aed766188
7 changed files with 102 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397383
commit: 8001760e9ce78974336fd27b612f7dde2813f031dbf346901ce9701229701572
url: https://src.opensuse.org/jengelh/gap-xgap
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74ca67959625b2cfb379c47920c734c825bc6e39b2ffa413c7339a1935f52566
size 256

12
gap-xgap.changes Normal file
View File

@ -0,0 +1,12 @@
-------------------------------------------------------------------
Sat Mar 23 22:09:27 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.32
* When resizing a GAP poset sheet via the Magnify command or
similar, the level labels were not getting moved correctly.
They should stay by the right side of the window.
-------------------------------------------------------------------
Sun Feb 12 20:59:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 4.31) for build.opensuse.org

56
gap-xgap.spec Normal file
View File

@ -0,0 +1,56 @@
#
# spec file for package gap-xgap
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: gap-xgap
Version: 4.32
Release: 0
Summary: GAP: Graphical user interface for GAP
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/xgap/
#Git-Clone: https://github.com/gap-packages/xgap
Source: https://github.com/gap-packages/xgap/releases/download/v%version/xgap-%version.tar.gz
BuildRequires: c_compiler
BuildRequires: fdupes
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xt)
Requires: gap-core >= 4.7
%description
The XGAP package allows to use graphics in GAP.
%prep
%autosetup -n xgap-%version
%build
./configure --with-gaproot="%gapdir"
%make_build
%install
%gappkg_simple_install
pushd "%buildroot/$moddir"
rm -Rfv configure config.* bin/*/config.* bin/*/configure cnf src.x11
popd
%fdupes %buildroot/%_prefix
%files -f %name.files
%changelog

3
xgap-4.32.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87d9a0d10f602f7a58a2b1d162b2c18ee2f648421bf0d7cfd60d4239944a336c
size 886165