From 109c84097c049fc234ca5984007b8aeaea68958f Mon Sep 17 00:00:00 2001 From: jengelh <> Date: Feb 06 2025 15:50:20 +0000 Subject: Update gap-wpe to version 0.8 / rev 1 via SR 1242222 https://build.opensuse.org/request/show/1242222 by user jengelh + anag+factory --- diff --git a/.files b/.files new file mode 100644 index 0000000..5a89975 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..47c937a --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..49ba835 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 14eaece757d0c49f83f611cdd7791079 + 0.8 + + anag+factory + + 1242222 + + diff --git a/WPE-0.8.tar.gz b/WPE-0.8.tar.gz new file mode 120000 index 0000000..eab7ed2 --- /dev/null +++ b/WPE-0.8.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiamxta5ba2ahr6phkr2nh4b2nin5qhycm6dbtbao7hapky5oc6hla \ No newline at end of file diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..a09cce2 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,3 @@ +mtime: 1738499652 +commit: 1f6722a2e76bd2527ae578b096830479f88420b53caef3de575dd80b3e7128f0 +url: https://src.opensuse.org/jengelh/gap-wpe diff --git a/gap-wpe.changes b/gap-wpe.changes new file mode 100644 index 0000000..ef2c4ab --- /dev/null +++ b/gap-wpe.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Dec 30 20:37:06 UTC 2024 - Jan Engelhardt + +- Initial package for build.opensuse.org (version 0.8) diff --git a/gap-wpe.spec b/gap-wpe.spec new file mode 100644 index 0000000..bae9c8e --- /dev/null +++ b/gap-wpe.spec @@ -0,0 +1,48 @@ +# +# spec file for package gap-wpe +# +# 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-wpe +Version: 0.8 +Release: 0 +Summary: GAP: Wreath Product Elements +License: GPL-2.0-or-later +Group: Productivity/Scientific/Math +URL: https://gap-packages.github.io/io/ +#Git-Clone: https://github.com/gap-packages/WPE +Source: https://github.com/gap-packages/WPE/releases/download/v%version/WPE-%version.tar.gz +BuildRequires: fdupes +BuildRequires: gap-devel >= 4.13 +BuildRequires: gap-rpm-devel +BuildRequires: gmp-devel +Requires: gap-core >= 4.13 + +%description +WPE provides methods for working with Wreath Product Elements in the +GAP computer algebra system. + +%prep +%autosetup -n WPE-%version + +%build + +%install +%gappkg_simple_install + +%files -f %name.files + +%changelog