- Strip /data/ subdirectory [boo#1106378]
OBS-URL: https://build.opensuse.org/package/show/science/pari-elldata?expand=0&rev=20
This commit is contained in:
parent
22d256ff5f
commit
80d1e74328
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 29 20:25:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Strip /data/ subdirectory [boo#1106378]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 29 11:55:46 UTC 2016 - jengelh@inai.de
|
Tue Nov 29 11:55:46 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pari-elldata
|
# spec file for package pari-elldata
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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
|
||||||
@ -20,7 +20,7 @@ Name: pari-elldata
|
|||||||
Version: 20161017
|
Version: 20161017
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Elliptic Curve Data for the PARI CAS
|
Summary: Elliptic Curve Data for the PARI CAS
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://pari.math.u-bordeaux.fr/
|
Url: http://pari.math.u-bordeaux.fr/
|
||||||
|
|
||||||
@ -37,18 +37,15 @@ PARI/GP version of J. E. Cremona's Elliptic Curve Data, needed by
|
|||||||
the PARI functions "ellsearch" and "ellidentify".
|
the PARI functions "ellsearch" and "ellidentify".
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -Tcq
|
%setup -qn data
|
||||||
cp "%_sourcedir/LICENSE" .;
|
cp "%_sourcedir/LICENSE" .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot";
|
c="%buildroot/%_datadir/pari"
|
||||||
c="$b/%_datadir/pari";
|
mkdir -p "$c"
|
||||||
mkdir -p "$c";
|
mv elldata "$c/"
|
||||||
pushd "$c";
|
|
||||||
tar -xf "%{S:0}";
|
|
||||||
popd;
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user