SHA256
1
0
forked from pool/gap-ace

- Update to release 5.4

OBS-URL: https://build.opensuse.org/package/show/science/gap-ace?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2022-04-25 08:19:04 +00:00 committed by Git OBS Bridge
parent 79d4b8be0a
commit 95b40f98f7
4 changed files with 15 additions and 11 deletions

View File

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

3
ace-5.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 25 08:18:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.4
* Updates to the build procedure only
-------------------------------------------------------------------
Wed Aug 29 21:00:13 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gap-ace
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,15 @@
Name: gap-ace
Version: 5.2
Version: 5.4
Release: 0
Summary: GAP: Advanced Coset Enumerator
License: MIT
Group: Productivity/Scientific/Math
Url: http://www.math.rwth-aachen.de/~Greg.Gamble/ACE/
URL: https://gap-packages.github.io/ace/
#Git-Clone: https://github.com/gap-packages/ace
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/ace-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: https://github.com/gap-packages/ace/releases/download/v%version/ace-%version.tar.gz
BuildRequires: gap
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
@ -38,17 +37,16 @@ enumeration by interfacing with the Advanced Coset Enumerator (ACE)
from within GAP.
%prep
%setup -qn ace-%version
%autosetup -n ace-%version
%build
./configure "%gapdir"
make %{?_smp_mflags} CC="cc %optflags"
%make_build CC="cc %optflags"
%install
rm -Rf Makefile* configure src/
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog