From b1dc730eb99a4bcb462618b4296a1122b7d7ab129f7ccabed13ef5588b94b5cd Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Sun, 19 Jun 2016 13:35:49 +0000 Subject: [PATCH] Accepting request 403473 from home:jengelh:dev OBS-URL: https://build.opensuse.org/request/show/403473 OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++++ .gitignore | 1 + digraphs-0.5.tar.bz2 | 3 +++ gap-digraphs.changes | 10 +++++++ gap-digraphs.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 99 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 digraphs-0.5.tar.bz2 create mode 100644 gap-digraphs.changes create mode 100644 gap-digraphs.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/digraphs-0.5.tar.bz2 b/digraphs-0.5.tar.bz2 new file mode 100644 index 0000000..9d88758 --- /dev/null +++ b/digraphs-0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c81b15d349f176997d7ceb3e98f1dd465d5b40dc20607e3f982de0c91f7e04 +size 1565761 diff --git a/gap-digraphs.changes b/gap-digraphs.changes new file mode 100644 index 0000000..a7a8b10 --- /dev/null +++ b/gap-digraphs.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 19 10:47:26 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 0.5 +* Unspecified bugfixes + +------------------------------------------------------------------- +Fri Mar 11 22:16:54 UTC 2016 - jengelh@inai.de + +- Initial packages (version 0.4.2) for build.opensuse.org diff --git a/gap-digraphs.spec b/gap-digraphs.spec new file mode 100644 index 0000000..0d36270 --- /dev/null +++ b/gap-digraphs.spec @@ -0,0 +1,62 @@ +# +# spec file for package gap-digraphs +# +# 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-digraphs +Version: 0.5 +Release: 0 +Summary: GAP: Digraphs and multigraphs +License: GPL-3.0+ +Group: Productivity/Scientific/Math +Url: http://www-groups.mcs.st-andrews.ac.uk/~jamesm/digraphs.php + +Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2 +BuildRequires: fdupes +BuildRequires: gap-devel +BuildRequires: gap-rpm-devel +BuildRequires: gcc-c++ +BuildRequires: gmp-devel +BuildRequires: xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: gap-core >= 4.8.2 +Requires: gap-io >= 4.4.4 +Requires: gap-orb >= 4.7.5 +Suggests: gap-gapdoc >= 1.5.1 +Suggests: gap-grape >= 4.5 + +%description +The Digraphs package is a GAP package containing methods for digraphs +and multidigraphs. + +%prep +%setup -qn digraphs-%version + +%build +%configure --with-gaproot="%gapdir" +make %{?_smp_mflags} + +%install +find . -type f -name .dirstamp -print -delete +rm -Rf autom4te.cache src m4 tst +%gappkg_simple_install +%fdupes %buildroot/%_prefix +find %buildroot + +%files -f %name.files +%defattr(-,root,root) + +%changelog