forked from pool/gap-example
delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-example?expand=0&rev=7
This commit is contained in:
BIN
Example-3.5.1.tar.bz2
(Stored with Git LFS)
BIN
Example-3.5.1.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
Example-4.1.1.tar.bz2
(Stored with Git LFS)
Normal file
BIN
Example-4.1.1.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 14 21:56:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 4.1.1
|
||||||
|
* The method for Recipe required a fix because RecNames is not
|
||||||
|
guaranteed to return a list of component names in a
|
||||||
|
particular order.
|
||||||
|
* Use C99 init for StructInitInfo.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 12 11:24:36 UTC 2014 - jengelh@inai.de
|
Fri Dec 12 11:24:36 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-example
|
# spec file for package gap-example
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,24 +12,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-example
|
Name: gap-example
|
||||||
Summary: GAP: A Demo for Package Authors
|
Version: 4.1.1
|
||||||
License: GPL-2.0+
|
|
||||||
Group: Productivity/Scientific/Math
|
|
||||||
Version: 3.5.1
|
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: GAP: A Demo for Package Authors
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://www.cs.st-andrews.ac.uk/~alexk/example/
|
Url: http://www.cs.st-andrews.ac.uk/~alexk/example/
|
||||||
|
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Example-%version.tar.bz2
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Example-%version.tar.bz2
|
||||||
Source9: %name-rpmlintrc
|
Source9: %name-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gap-devel >= 4.5.3
|
BuildRequires: gap-devel >= 4.8
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-core >= 4.5.3
|
Requires: gap-core >= 4.8
|
||||||
Requires: gap-gapdoc >= 1.5
|
Requires: gap-gapdoc >= 1.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user