forked from pool/gap-cubefree
- Update to release 1.19
OBS-URL: https://build.opensuse.org/package/show/science/gap-cubefree?expand=0&rev=7
This commit is contained in:
parent
c524dadcd2
commit
a204fa10d4
3
cubefree-1.19.tar.gz
Normal file
3
cubefree-1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:993f420922b48c9ab4f7e77c6de50041ebcf1cd6d13376a940ecd84684255676
|
||||||
|
size 222847
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f557ca40cf07d7aa011d5c8c525e78a4ef127a1d362b7e508b0ab714b32e1f20
|
|
||||||
size 341829
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 09:49:43 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.19
|
||||||
|
* No changelog was provided as usual
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 7 12:29:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Fri Sep 7 12:29:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-cubefree
|
# spec file for package gap-cubefree
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products 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,21 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-cubefree
|
Name: gap-cubefree
|
||||||
Summary: GAP: Construction of groups of a given cubefree order
|
Version: 1.19
|
||||||
Version: 1.17
|
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: GAP: Construction of groups of a given cubefree order
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://users.monash.edu.au/~heikod/cubefree.html
|
URL: https://gap-packages.github.io/cubefree/
|
||||||
|
#Git-Clone: https://github.com/gap-packages/cubefree
|
||||||
|
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/cubefree%version.tar.bz2
|
Source: https://github.com/gap-packages/cubefree/releases/download/v%version/cubefree-%version.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: gap-core >= 4.3
|
Requires: gap-core >= 4.8
|
||||||
Requires: gap-grpconst >= 1.0
|
Requires: gap-grpconst >= 2.5
|
||||||
Requires: gap-polycyclic >= 1.0
|
Requires: gap-polycyclic >= 2.11
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Cubefree package contains methods to construct up to isomorphism
|
The Cubefree package contains methods to construct up to isomorphism
|
||||||
@ -45,15 +45,13 @@ rewrites the absolutely irreducible matrix group G (over a finite
|
|||||||
field) over a minimal subfield.
|
field) over a minimal subfield.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn cubefree
|
%autosetup -n cubefree-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
find . -type f -name "*~" -delete
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user