forked from pool/gap-ace
delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-ace?expand=0&rev=7
This commit is contained in:
parent
f2a5d33c28
commit
79d4b8be0a
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user