1
0
forked from pool/gap-example

gap-example-3.5.1

OBS-URL: https://build.opensuse.org/package/show/science/gap-example?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2017-04-29 19:04:58 +00:00 committed by Git OBS Bridge
parent e00d62325d
commit 6c3319403b
4 changed files with 10 additions and 8 deletions

3
Example-3.5.1.tar.bz2 Normal file
View File

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

View File

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

1
gap-example-rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter("devel-file-in-non-devel-package")

View File

@ -1,7 +1,7 @@
# #
# spec file for package gap-example # spec file for package gap-example
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,14 @@
Name: gap-example Name: gap-example
Summary: GAP: A Demo for Package Authors Summary: GAP: A Demo for Package Authors
Version: 3.4.5
Release: 0
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
Version: 3.5.1
Release: 0
Url: http://www.cs.st-andrews.ac.uk/~alexk/example/ Url: http://www.cs.st-andrews.ac.uk/~alexk/example/
Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/example-%version.tar.bz2 Source: http://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Example-%version.tar.bz2
Source9: %name-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-devel >= 4.5.3 BuildRequires: gap-devel >= 4.5.3
BuildRequires: gap-rpm-devel BuildRequires: gap-rpm-devel
@ -38,7 +39,7 @@ package, however, it contains an extensive appendix with guidelines
for package authors. for package authors.
%prep %prep
%setup -qn example %setup -qn Example-%version
%build %build
./configure "%gapdir" ./configure "%gapdir"