- Update to new upstream release 2.11
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=33
This commit is contained in:
13
pari.spec
13
pari.spec
@@ -29,12 +29,12 @@
|
||||
Name: pari
|
||||
%define sover 6
|
||||
%define lname libpari-gmp%sover
|
||||
Version: 2.11.0
|
||||
Version: 2.11.1
|
||||
Release: 0
|
||||
Summary: Computer Algebra System for computations in Number Theory
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://pari.math.u-bordeaux.fr/
|
||||
URL: http://pari.math.u-bordeaux.fr/
|
||||
Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%version.tar.gz
|
||||
Source2: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%version.tar.gz.asc
|
||||
Source3: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%version.changelog
|
||||
@@ -97,18 +97,17 @@ functions.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p 1 -P 1
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
./Configure --prefix="%_prefix" \
|
||||
--bindir="%_bindir" --includedir="%_includedir" \
|
||||
--libdir="%_libdir" \
|
||||
--sysdatadir="%_libdir" --datadir="%_datadir/%name";
|
||||
--sysdatadir="%_libdir" --datadir="%_datadir/%name"
|
||||
make %{?_smp_mflags} all \
|
||||
CFLAGS="%optflags -fno-strict-aliasing" \
|
||||
STRIP=true;
|
||||
|
||||
cp "%{S:3}" .;
|
||||
STRIP=true
|
||||
cp "%{S:3}" .
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Reference in New Issue
Block a user