Accepting request 625963 from home:jengelh:branches:science
OBS-URL: https://build.opensuse.org/request/show/625963 OBS-URL: https://build.opensuse.org/package/show/science/gap-smallgrp?expand=0&rev=1
This commit is contained in:
commit
2d680a9f87
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
SmallGrp-1.3.tar.bz2
Normal file
3
SmallGrp-1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29b6f87e174447de6d0de08b25f46c2ff21feecafc85905b62adbd18a36c27aa
|
||||||
|
size 15778060
|
1
gap-smallgrp-rpmlintrc
Normal file
1
gap-smallgrp-rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("devel-file-in-non-devel-package")
|
4
gap-smallgrp.changes
Normal file
4
gap-smallgrp.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 14 08:10:32 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Initial package (version 3.3.1) for build.opensuse.org
|
53
gap-smallgrp.spec
Normal file
53
gap-smallgrp.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
#
|
||||||
|
# spec file for package gap-smallgrp
|
||||||
|
#
|
||||||
|
# Copyright (c) 2018 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-smallgrp
|
||||||
|
Version: 1.3
|
||||||
|
Release: 0
|
||||||
|
Summary: GAP: Small Groups Library
|
||||||
|
License: Artistic-2.0
|
||||||
|
Group: Productivity/Scientific/Math
|
||||||
|
Url: http://www.math.rwth-aachen.de/~Greg.Gamble/ACE/
|
||||||
|
|
||||||
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/SmallGrp-%version.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: gap-rpm-devel
|
||||||
|
Requires: gap-core >= 4.9
|
||||||
|
Requires: gap-gapdoc >= 1.5
|
||||||
|
|
||||||
|
%description
|
||||||
|
The SmallGrp package provides the library of groups of certain
|
||||||
|
"small" orders. The groups are sorted by their orders and they are
|
||||||
|
listed up to isomorphism; that is, for each of the available orders a
|
||||||
|
complete and irredundant list of isomorphism type representatives of
|
||||||
|
groups is given.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -qn SmallGrp-%version
|
||||||
|
|
||||||
|
%build
|
||||||
|
find . -type f -name "*.g" -exec chmod a-x "{}" "+"
|
||||||
|
perl -i -pe 's{#!/usr/bin/env }{#!/usr/bin/}' scripts/* doc/clean
|
||||||
|
|
||||||
|
%install
|
||||||
|
%gappkg_simple_install
|
||||||
|
|
||||||
|
%files -f %name.files
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user