2014-02-07 20:16:33 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package gap-modules
|
|
|
|
|
#
|
2024-03-23 21:59:33 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-02-07 20:16:33 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2018-11-22 12:12:39 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 20:16:33 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-modules
|
2025-10-12 20:23:31 +00:00
|
|
|
Version: 2024.12.01
|
|
|
|
|
%define sillyver 2024.12-01
|
2014-02-07 20:16:33 +00:00
|
|
|
Release: 0
|
2016-03-11 23:22:49 +00:00
|
|
|
Summary: GAP: Abelian Finitely Presented Modules over Computable Rings
|
2018-11-22 12:12:39 +00:00
|
|
|
License: GPL-2.0-only
|
2014-02-07 20:16:33 +00:00
|
|
|
Group: Productivity/Scientific/Math
|
2023-02-11 11:38:20 +00:00
|
|
|
URL: http://homalg-project.github.io/homalg_project/Modules/
|
2014-02-07 20:16:33 +00:00
|
|
|
|
|
|
|
|
#Git-Clone: git://github.com/homalg-project/Modules
|
|
|
|
|
#Git-Web: https://github.com/homalg-project/Modules
|
2023-02-11 11:38:20 +00:00
|
|
|
Source: https://github.com/homalg-project/homalg_project/releases/download/Modules-%sillyver/Modules-%sillyver.tar.gz
|
2014-02-07 20:16:33 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: gap-rpm-devel
|
2024-03-23 21:59:33 +00:00
|
|
|
Requires: gap-core >= 4.12.1
|
2014-02-07 20:16:33 +00:00
|
|
|
Requires: gap-gapdoc >= 1.0
|
2024-03-23 21:59:33 +00:00
|
|
|
Requires: gap-gaussforhomalg >= 2023.08.01
|
2023-02-11 11:38:20 +00:00
|
|
|
Requires: gap-homalg >= 2022.02.01
|
2024-03-23 21:59:33 +00:00
|
|
|
Requires: gap-matricesforhomalg >= 2023.10.01
|
2014-02-07 20:16:33 +00:00
|
|
|
Requires: gap-toolsforhomalg >= 2013.04.12
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The Modules package provides ring independent homological algebra
|
|
|
|
|
functionality for the abelian category of finitely presented modules
|
|
|
|
|
over computable rings.
|
|
|
|
|
|
|
|
|
|
%prep
|
2023-02-11 11:38:20 +00:00
|
|
|
%autosetup -n Modules-%sillyver
|
2014-02-07 20:16:33 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%gappkg_simple_install
|
|
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
|
|
|
|
|
|
%changelog
|