Compare commits

...

2 Commits

Author SHA256 Message Date
a2272af91d POSIX sh compatibility 2025-02-28 00:01:31 +01:00
21b91c9187 gap-normalizinterface 1.3.7 2024-08-28 13:39:42 +02:00
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c58aa6eefc5dda0a5caafe82f24f6177d10507385974a79e619951aa7effd4c
size 405398

BIN
NormalizInterface-1.3.7.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Wed Aug 28 11:36:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.7
* Require GAP >= 4.12.1; Use
LoadKernelExtension/IsKernelExtensionAvailable
-------------------------------------------------------------------
Sun May 21 10:07:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gap-normalizinterface
#
# Copyright (c) 2023 SUSE LLC
# 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
@ -17,21 +17,21 @@
Name: gap-normalizinterface
Version: 1.3.6
Version: 1.3.7
Release: 0
Summary: GAP: wrapper for Normaliz
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/NormalizInterface/
#Git-Clone: https://github.com/gap-packages/NormalizInterface
Source: https://github.com/gap-packages/NormalizInterface/releases/download/v%{version}/NormalizInterface-%{version}.tar.bz2
Source: https://github.com/gap-packages/NormalizInterface/releases/download/v%version/NormalizInterface-%version.tar.bz2
BuildRequires: fdupes
BuildRequires: gap-devel >= 4.9
BuildRequires: gap-devel >= 4.12.1
BuildRequires: gap-rpm-devel
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: normaliz-devel >= 3.5.4
Requires: gap-core >= 4.9
Requires: gap-core >= 4.12.1
%description
The NormalizInterface package provides a GAP interface to Normaliz,
@ -53,9 +53,8 @@ autoreconf -fi
%install
%gappkg_simple_install
pushd "%buildroot/$moddir"
cd "%buildroot/$moddir"
rm -Rf autom4te.cache config.log config.status configure~ gen/src/*.{o,d}
popd
%fdupes %buildroot/%_prefix
%files -f %name.files