SHA256
1
0
forked from pool/gap-ace

Accepting request 380433 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/380433
OBS-URL: https://build.opensuse.org/package/show/science/gap-ace?expand=0&rev=1
This commit is contained in:
Dmitry Roshchin 2016-03-27 13:30:57 +00:00 committed by Git OBS Bridge
commit 259e1018d5
5 changed files with 84 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

3
ace-5.2.tar.bz2 Normal file
View File

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

4
gap-ace.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sun Mar 27 11:41:40 UTC 2016 - jengelh@inai.de
- Initial package (version 5.2) for build.opensuse.org

53
gap-ace.spec Normal file
View File

@ -0,0 +1,53 @@
#
# spec file for package gap-ace
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: gap-ace
Version: 5.2
Release: 0
Summary: GAP: Advanced Coset Enumerator
License: HPND
Group: Productivity/Scientific/Math
Url: http://www.math.rwth-aachen.de/~Greg.Gamble/ACE/
#Git-Clone: https://github.com/gap-packages/ace
Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/ace-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.7
%description
The ACE package provides functions associated with Todd-Coxeter coset
enumeration by interfacing with the Advanced Coset Enumerator (ACE)
from within GAP.
%prep
%setup -qn ace-%version
%build
./configure "%gapdir"
make %{?_smp_mflags} CC="cc %optflags"
%install
%gappkg_simple_install
rm -Rf "%buildroot/$moddir/src"
%files -f %name.files
%defattr(-,root,root)
%changelog