[info=bb6a0d91a41c9141fcd168d07b32e44b3b773c1582e8fce24d94b535854f71b0]

OBS-URL: https://build.opensuse.org/package/show/science/gap-ferret?expand=0&rev=13
This commit is contained in:
OBS User unknown 2025-02-27 23:11:25 +00:00 committed by Git OBS Bridge
commit 9f992ca92f
9 changed files with 140 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1740697291
commit: bb6a0d91a41c9141fcd168d07b32e44b3b773c1582e8fce24d94b535854f71b0
url: https://src.opensuse.org/jengelh/gap-ferret
revision: master

3
build.specials.obscpio Normal file
View File

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

BIN
ferret-1.0.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ferret-1.0.13.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ferret-1.0.14.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

44
gap-ferret.changes Normal file
View File

@ -0,0 +1,44 @@
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Sun Sep 8 07:35:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.14
* Stop using gap-io for tests
-------------------------------------------------------------------
Tue Sep 3 12:49:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.13
* No changelog was provided
-------------------------------------------------------------------
Tue Aug 27 19:28:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.12
* Update GAP kernel module checking
-------------------------------------------------------------------
Thu Apr 25 15:16:45 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.11
* Replace functions which were removed in C++17
-------------------------------------------------------------------
Sat Mar 23 21:37:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.10
* No changelog was provided
-------------------------------------------------------------------
Wed Jan 3 09:35:19 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop config.log for reproducible builds
-------------------------------------------------------------------
Sat Nov 19 17:15:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 1.0.9) for build.opensuse.org

56
gap-ferret.spec Normal file
View File

@ -0,0 +1,56 @@
#
# spec file for package gap-ferret
#
# Copyright (c) 2024 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-ferret
Version: 1.0.14
Release: 0
Summary: GAP: Backtrack Search in Permutation Groups
License: MPL-2.0
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/ferret/
#Git-Clone: https://github.com/gap-packages/ferret
Source: https://github.com/gap-packages/ferret/releases/download/v%version/ferret-%version.tar.gz
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.11
Requires: gap-gapdoc >= 1.5
%description
The Ferret package provides a C++ reimplementation of Jeffery Leon's Partition
Backtrack framework for solving problems in permutation groups
%prep
%autosetup -n ferret-%version
%build
%configure --with-gaproot="%gapdir"
%make_build
find . -type f -size 0 -name _Chunks.xml -print -delete
%install
%gappkg_simple_install
cd "%buildroot/$fmoddir/"
rm -Rf gap_cpp* src config.log
find YAPB++ -type f ! -name LICENSE -delete
%fdupes %buildroot/%_prefix
%files -f %name.files
%changelog