pari-galpol-20140202

OBS-URL: https://build.opensuse.org/package/show/science/pari-galpol?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2014-02-05 01:55:54 +00:00 committed by Git OBS Bridge
parent de0a6fc193
commit 9c4e407bed
4 changed files with 25 additions and 17 deletions

View File

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

3
galpol.tgz Normal file
View File

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

7
galpol.tgz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkoOplsACgkQeDPs8bVESBUFhQCeJ2q1fFb6jM3BqFRaTnYZyT3q
+WUAn2wKs/xuo7T15rbNOJ7WYEkcBICy
=i4CB
-----END PGP SIGNATURE-----

View File

@ -1,7 +1,7 @@
#
# spec file for package pari-galpol
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,18 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: pari-galpol
Version: 20090516
Version: 20140202
Release: 0
Group: Productivity/Scientific/Math
Summary: GALPOL polynomial database for the PARI CAS
License: GPL-2.0+
URL: http://pari.math.u-bordeaux.fr/
Group: Productivity/Scientific/Math
Url: http://pari.math.u-bordeaux.fr/
Source: galpol.tar.xz
Source2: LICENSE
Source: http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz
Source2: http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz.asc
Source3: LICENSE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xz
BuildArch: noarch
Conflicts: libpari-gmp < 2.4.3
@ -36,7 +37,7 @@ extensions of the rationals, accessed by the "galoisgetpol" function.
%prep
%setup -Tcq
cp "%{S:2}" .;
cp "%_sourcedir/LICENSE" .;
%build