gp2c-0.0.9pl1
OBS-URL: https://build.opensuse.org/package/show/science/gp2c?expand=0&rev=2
This commit is contained in:
parent
94b4b2baff
commit
2663565f35
@ -1,24 +0,0 @@
|
|||||||
From 5d7d7e7ad9502f0bf59aac12dc8eb2a0f7a9d30b Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: Wed, 5 Feb 2014 03:13:37 +0100
|
|
||||||
Subject: [PATCH 1/2] build: stop misplacing documentation
|
|
||||||
|
|
||||||
docdir must not be statically set as it would override what the
|
|
||||||
user gave to ./configure --docdir=...
|
|
||||||
---
|
|
||||||
doc/Makefile.am | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/doc/Makefile.am b/doc/Makefile.am
|
|
||||||
index ccaf3a7..f710a4d 100644
|
|
||||||
--- a/doc/Makefile.am
|
|
||||||
+++ b/doc/Makefile.am
|
|
||||||
@@ -1,5 +1,4 @@
|
|
||||||
all:
|
|
||||||
-docdir=$(datadir)/doc
|
|
||||||
pkgdocdir=$(docdir)/$(PACKAGE)
|
|
||||||
man_MANS = gp2c.1 gp2c-run.1 $(GP2C_DBG1)
|
|
||||||
EXTRA_MANS = gp2c-dbg.1
|
|
||||||
--
|
|
||||||
1.8.4.5
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:642c2026d4ade973267fdf80500bfd1a51114df4823ff7c72346442d3c8fcf0d
|
|
||||||
size 361677
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlI8RR0ACgkQeDPs8bVESBUqEwCdGW0jIVOxD/P2tYHurD11XIH/
|
|
||||||
M8gAn13cxXpl1JIl3QMW3tLhkbSOiaRa
|
|
||||||
=//mB
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
gp2c-0.0.9pl1.tar.gz
Normal file
3
gp2c-0.0.9pl1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05de1355993dcf330d22823767eadb7053ad3c9683917c8e44c342be810166dc
|
||||||
|
size 766016
|
17
gp2c-0.0.9pl1.tar.gz.asc
Normal file
17
gp2c-0.0.9pl1.tar.gz.asc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----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-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 18 14:51:48 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 0.0.9pl1
|
||||||
|
* Support for PARI 2.7
|
||||||
|
* multiple "forprime" in a single function did not work,
|
||||||
|
which has been fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 5 02:09:23 UTC 2014 - jengelh@inai.de
|
Wed Feb 5 02:09:23 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
12
gp2c.spec
12
gp2c.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pari
|
# spec file for package gp2c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gp2c
|
Name: gp2c
|
||||||
Version: 0.0.8
|
Version: 0.0.9pl1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GP script to PARI C program compiler
|
Summary: GP script to PARI C program compiler
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -28,9 +28,11 @@ Url: http://pari.math.u-bordeaux.fr/
|
|||||||
#Git-Web: http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi
|
#Git-Web: http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi
|
||||||
Source: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz
|
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
|
Source2: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz.asc
|
||||||
Patch1: 0001-build-stop-misplacing-documentation.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf, automake, libtool
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gp2c compiler is a package for translating GP routines into the C
|
The gp2c compiler is a package for translating GP routines into the C
|
||||||
@ -43,7 +45,6 @@ scripts.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -53,6 +54,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
b="%buildroot";
|
b="%buildroot";
|
||||||
make install DESTDIR="$b";
|
make install DESTDIR="$b";
|
||||||
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user