SHA256
1
0
forked from pool/gap-ace
Jan Engelhardt 2018-11-22 12:09:23 +00:00 committed by Git OBS Bridge
parent f2a5d33c28
commit 79d4b8be0a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 21:00:13 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update build process for gap 4.9.x.
-------------------------------------------------------------------
Tue Sep 19 10:01:59 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gap-ace
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# 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/
#
@ -27,6 +27,7 @@ Url: http://www.math.rwth-aachen.de/~Greg.Gamble/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
BuildRequires: gap
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.7
@ -44,8 +45,8 @@ from within GAP.
make %{?_smp_mflags} CC="cc %optflags"
%install
rm -Rf Makefile* configure src/
%gappkg_simple_install
rm -Rf "%buildroot/$moddir/src"
%files -f %name.files
%defattr(-,root,root)