17
0

4 Commits

Author SHA256 Message Date
2674f4c790 gap-cddinterface 2025.06.24 2025-10-11 19:46:58 +02:00
f1629f3f12 Request pkgconfig(cddgmp) 2025-09-11 22:29:02 +02:00
6007eac04e POSIX sh compatibility 2025-02-28 00:01:31 +01:00
fb88d2f820 gap-cddinterface 2024.09.02 2024-12-31 20:31:58 +01:00
4 changed files with 31 additions and 10 deletions

Binary file not shown.

BIN
CddInterface-2025.06.24.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Oct 11 17:46:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.06.24
* No changelog was provided
-------------------------------------------------------------------
Thu Sep 11 20:16:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Specifically request pkgconfig(cddgmp) now that it exists.
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Tue Dec 31 19:29:53 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.09.02
* Support newer cddlib header locations
-------------------------------------------------------------------
Sat Nov 19 03:35:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-cddinterface
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-cddinterface
Version: 2022.11.01
Version: 2025.06.24
Release: 0
Summary: GAP: Interface to cddlib
License: GPL-2.0-or-later
@@ -27,8 +27,8 @@ URL: https://homalg-project.github.io/CddInterface
Source: https://github.com/homalg-project/CddInterface/releases/download/v%version/CddInterface-%version.tar.gz
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
BuildRequires: pkgconfig(cddlib)
Requires: gap-core >= 4.9
BuildRequires: pkgconfig(cddgmp)
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5
%description
@@ -46,9 +46,8 @@ problem of maximizing and minimizing a linear function over P.
%install
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
cd "%buildroot/$fmoddir/"
rm -Rfv config.* configure* Makefile* src/
popd
%files -f %name.files