SHA256
1
0
forked from pool/gp2c

gp2c-0.0.9pl2

OBS-URL: https://build.opensuse.org/package/show/science/gp2c?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2014-08-09 23:17:24 +00:00 committed by Git OBS Bridge
parent 2663565f35
commit 8a4670edad
6 changed files with 12 additions and 25 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJTUPo5AAoJEI8OfCtFIuOHTF0QAIjao7lmNNErXsprsElfoWTa
h9xzKb378vC1s2WmqRhLVB3Ad1+4XgbxkuTKkBfNikBQLRXtTVY/KhZubwsKXFno
CYA/39kv+ywKBzlClSW5uOv/GzbLmfnPfH2SY9fQHEynAPfpior7lCvv+0yU/zdA
c5EB1EAFu/Jz20C8F/oXPmMK0TIP5lG9mIrQRuOXs+VhYiZXIcKREmm/Z2FrMm0k
LD8fXT4WYcF6U4GbdrZcbnhd+mOcl2Mejc09ekQXNmxK71E2jXSLZuTCK6iwUS+O
Q+Biax9+cSI6kjL8fqFrijeOP527Ew947mtRvU2+doZceYQzd8UaT0vbM9fLo9kp
zrYS/W4eEfoVJVU9dCl4M1TgY5/0yHd0tEihmgCYHpt8luHmxH1ZkYduxwEJn7+K
+YjqFfDc+tj3rfJEhWDy5cqSohK7Dpe/97QiXJekFLO/gFvR2GdAPYlKKd/Ay+nm
6JlOyZPPzwaR8VyAvMkHKuNIpG67NRa5JWf5//I00iuwxd2qVr7gQvsVyQWWp/d+
Bh/Ere6AHLdjHpluAEgReTle8aRS3HQqbY5QQCjJQiezY61uJnlZC+emBSzgeLQj
CnlEkMIQNrIfFWU1wRaOFmSwyHbI9d6UZpPq8oDfOJDx3YS5SVE0ljWU2UJIdkzR
wRNMP0qGMhJb9szO2b7Q
=/Ioz
-----END PGP SIGNATURE-----

3
gp2c-0.0.9pl2.tar.gz Normal file
View File

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

BIN
gp2c-0.0.9pl2.tar.gz.asc Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 9 23:15:44 UTC 2014 - jengelh@inai.de
- Update to new upstream release 0.0.9pl2
* Fix mismatching prototypes
* Use "const char *" for prototype code s
* Added support for prototype code u and U and usmall (ulong).
-------------------------------------------------------------------
Fri Apr 18 14:51:48 UTC 2014 - jengelh@inai.de

View File

@ -17,7 +17,7 @@
Name: gp2c
Version: 0.0.9pl1
Version: 0.0.9pl2
Release: 0
Summary: GP script to PARI C program compiler
License: GPL-2.0
@ -29,10 +29,7 @@ Url: http://pari.math.u-bordeaux.fr/
Source: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz
Source2: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: libtool
%description
The gp2c compiler is a package for translating GP routines into the C
@ -47,7 +44,6 @@ scripts.
%setup -q
%build
autoreconf -fi
%configure --docdir="%_docdir/%name"
make %{?_smp_mflags}