1
0
forked from pool/gap-example

- Update to release 4.3.2

OBS-URL: https://build.opensuse.org/package/show/science/gap-example?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2022-12-20 23:38:39 +00:00 committed by Git OBS Bridge
parent 94f6210ed6
commit 0ce33d9bd9
4 changed files with 18 additions and 14 deletions

View File

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

3
Example-4.3.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 20 23:38:08 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.3.2
* Adjust package for GAP 4.10
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 14 21:56:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Wed Nov 14 21:56:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gap-example # spec file for package gap-example
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# 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
@ -17,19 +17,18 @@
Name: gap-example Name: gap-example
Version: 4.1.1 Version: 4.3.2
Release: 0 Release: 0
Summary: GAP: A Demo for Package Authors Summary: GAP: A Demo for Package Authors
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
Url: http://www.cs.st-andrews.ac.uk/~alexk/example/ URL: https://gap-packages.github.io/example
#Git-Clone: https://github.com/gap-packages/example
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Example-%version.tar.bz2 Source: https://github.com/gap-packages/example/releases/download/v%version/Example-%version.tar.gz
Source9: %name-rpmlintrc Source9: %name-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gap-devel >= 4.10
BuildRequires: gap-devel >= 4.8
BuildRequires: gap-rpm-devel BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.8 Requires: gap-core >= 4.10
Requires: gap-gapdoc >= 1.5 Requires: gap-gapdoc >= 1.5
%description %description
@ -39,16 +38,15 @@ package, however, it contains an extensive appendix with guidelines
for package authors. for package authors.
%prep %prep
%setup -qn Example-%version %autosetup -n Example-%version
%build %build
./configure "%gapdir" ./configure "%gapdir"
make %{?_smp_mflags} %make_build
%install %install
%gappkg_simple_install %gappkg_simple_install
%files -f %name.files %files -f %name.files
%defattr(-,root,root)
%changelog %changelog