From 2d680a9f87f712ede02bef44c4b6682b06153c5079f65bed3b7fb59b7714aa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 6 Aug 2018 20:30:26 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 ++++++++++++++++++ .gitignore | 1 + SmallGrp-1.3.tar.bz2 | 3 +++ gap-smallgrp-rpmlintrc | 1 + gap-smallgrp.changes | 4 ++++ gap-smallgrp.spec | 53 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 85 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 SmallGrp-1.3.tar.bz2 create mode 100644 gap-smallgrp-rpmlintrc create mode 100644 gap-smallgrp.changes create mode 100644 gap-smallgrp.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/SmallGrp-1.3.tar.bz2 b/SmallGrp-1.3.tar.bz2 new file mode 100644 index 0000000..5084bc8 --- /dev/null +++ b/SmallGrp-1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b6f87e174447de6d0de08b25f46c2ff21feecafc85905b62adbd18a36c27aa +size 15778060 diff --git a/gap-smallgrp-rpmlintrc b/gap-smallgrp-rpmlintrc new file mode 100644 index 0000000..67d25fd --- /dev/null +++ b/gap-smallgrp-rpmlintrc @@ -0,0 +1 @@ +addFilter("devel-file-in-non-devel-package") diff --git a/gap-smallgrp.changes b/gap-smallgrp.changes new file mode 100644 index 0000000..94b4a67 --- /dev/null +++ b/gap-smallgrp.changes @@ -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 diff --git a/gap-smallgrp.spec b/gap-smallgrp.spec new file mode 100644 index 0000000..a137537 --- /dev/null +++ b/gap-smallgrp.spec @@ -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